Lines Matching refs:gpio
29 - functions jtag, gpio
33 - functions sdio, gpio
37 - functions emmc, gpio
41 - functions pwm, gpio
45 - functions pwm, gpio
49 - functions pwm, gpio
53 - functions pwm, gpio
57 - functions pmic, gpio
61 - functions pmic, gpio
65 - functions i2c, gpio
69 - functions i2c, gpio
73 - functions spi, gpio
77 - functions spi, gpio
81 - functions spi, gpio
85 - functions onewire, gpio
89 - functions uart, gpio
93 - functions spi, gpio
97 - functions uart, gpio
103 - functions drvbus, gpio
107 - functions drvbus, gpio
111 - functions sdio, gpio
115 - functions mii, gpio
119 - functions pcie, gpio
123 - functions smi, gpio
127 - functions ptp, gpio
143 Please refer to gpio.txt in "gpio" directory for details of gpio-ranges property
146 Required properties for the GPIO driver under the gpio subnode:
148 - gpio-controller: Marks the device node as a GPIO controller.
149 - #gpio-cells: Should be 2. The first cell is the GPIO number and the
151 <dt-bindings/gpio/gpio.h>. Only the GPIO_ACTIVE_HIGH and
153 - gpio-ranges: Range of pins managed by the GPIO controller.
161 #gpio-cells = <2>;
162 gpio-ranges = <&pinctrl_sb 0 0 30>;
163 gpio-controller;