Lines Matching refs:gpio
9 - leds-gpio: drivers/leds/leds-gpio.c will handle LEDs connected to GPIO
12 - ledtrig-gpio: drivers/leds/trigger/ledtrig-gpio.c will provide a LED trigger,
14 (and that LED may in turn use the leds-gpio as per above).
16 - gpio-keys: drivers/input/keyboard/gpio_keys.c is used when your GPIO line
19 - gpio-keys-polled: drivers/input/keyboard/gpio_keys_polled.c is used when your
28 - gpio-beeper: drivers/input/misc/gpio-beeper.c is used to provide a beep from
31 - gpio-tilt-polled: drivers/input/misc/gpio_tilt_polled.c provides tilt
36 - extcon-gpio: drivers/extcon/extcon-gpio.c is used when you need to read an
40 - restart-gpio: drivers/power/gpio-restart.c is used to restart/reboot the
44 - poweroff-gpio: drivers/power/gpio-poweroff.c is used to power the system down
48 - gpio-gate-clock: drivers/clk/clk-gpio-gate.c is used to control a gated clock
51 - i2c-gpio: drivers/i2c/busses/i2c-gpio.c is used to drive an I2C bus
56 - spi_gpio: drivers/spi/spi-gpio.c is used to drive an SPI bus (variable number
63 - w1-gpio: drivers/w1/masters/w1-gpio.c is used to drive a one-wire bus using
67 - gpio-fan: drivers/hwmon/gpio-fan.c is used to control a fan for cooling the
72 - gpio-regulator: drivers/regulator/gpio-regulator.c is used to control a
76 - gpio-wdt: drivers/watchdog/gpio_wdt.c is used to provide a watchdog timer
81 - gpio-nand: drivers/mtd/nand/gpio.c is used to connect a NAND flash chip to