Home
last modified time | relevance | path

Searched +full:supports +full:- +full:sleepmode (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/gpio/
Dst,nomadik-gpio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/st,nomadik-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
12 with pinctrl-nomadik.
15 - Linus Walleij <[email protected]>
19 pattern: "^gpio@[0-9a-f]+$"
23 - st,nomadik-gpio
24 - mobileye,eyeq5-gpio
32 "#gpio-cells":
[all …]
/linux-6.14.4/arch/arm/boot/dts/st/
Dste-dbx5x0.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
6 #include <dt-bindings/interrupt-controller/irq.h>
7 #include <dt-bindings/interrupt-controller/arm-gic.h>
8 #include <dt-bindings/clock/ste-db8500-clkout.h>
9 #include <dt-bindings/reset/stericsson,db8500-prcc-reset.h>
10 #include <dt-bindings/mfd/dbx500-prcmu.h>
11 #include <dt-bindings/arm/ux500_pm_domains.h>
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/thermal/thermal.h>
16 #address-cells = <1>;
[all …]
/linux-6.14.4/drivers/gpio/
Dgpio-nomadik.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * The GPIO chips are shared with pinctrl-nomadik if used; it needs access for
10 * This driver also handles the mobileye,eyeq5-gpio compatible. It is an STA2X11
14 * pinctrl-nomadik.
19 * Copyright (C) 2011-2013 Linus Walleij <[email protected]>
35 #include <linux/gpio/gpio-nomadik.h>
47 if (WARN_ON(nmk_chip->is_mobileye_soc)) in __nmk_gpio_set_slpm()
50 slpm = readl(nmk_chip->addr + NMK_GPIO_SLPC); in __nmk_gpio_set_slpm()
55 writel(slpm, nmk_chip->addr + NMK_GPIO_SLPC); in __nmk_gpio_set_slpm()
62 writel(BIT(offset), nmk_chip->addr + NMK_GPIO_DATS); in __nmk_gpio_set_output()
[all …]
/linux-6.14.4/include/linux/gpio/
Dgpio-nomadik.h1 /* SPDX-License-Identifier: GPL-2.0 */
61 bool sleepmode; member
127 * Used to reference an Other alternate-C function.
138 * struct prcm_gpio_altcx - Other alternate-C function
139 * @used: other alternate-C function availability
150 * struct prcm_gpio_altcx_pin_desc - Other alternate-C pin
152 * @altcx: array of other alternate-C[1-4] functions
160 * struct nmk_function - Nomadik pinctrl mux function
172 * struct nmk_pingroup - describes a Nomadik pin group
189 * struct nmk_pinctrl_soc_data - Nomadik pin controller per-SoC configuration
[all …]