Lines Matching refs:GPIO

2 Subsystem drivers using GPIO
5 Note that standard kernel drivers exist for common GPIO tasks and will provide
10 - leds-gpio: drivers/leds/leds-gpio.c will handle LEDs connected to GPIO
14 i.e. a LED will turn on/off in response to a GPIO line going high or low
17 - gpio-keys: drivers/input/keyboard/gpio_keys.c is used when your GPIO line
21 GPIO line cannot generate interrupts, so it needs to be periodically polled
26 mouse cable and connect the wires to GPIO lines or solder a mouse connector
30 an external speaker connected to a GPIO line.
34 HDMI connector. It will provide a better userspace sysfs interface than GPIO.
37 the system by pulling a GPIO line and will register a restart handler so
41 system down by pulling a GPIO line and will register a pm_power_off()
46 (off/on) that uses a GPIO, and integrated with the clock subsystem.
49 (two wires, SDA and SCL lines) by hammering (bitbang) two GPIO lines. It will
55 GPIO hammering (bitbang). It will appear as any other SPI bus on the system
61 a GPIO line, integrating with the W1 subsystem and handling devices on
65 system, connected to a GPIO line (and optionally a GPIO alarm line),
70 regulator providing a certain voltage by pulling a GPIO line, integrating
74 that will periodically "ping" a hardware connected to a GPIO line by toggling
79 to a set of simple GPIO lines: RDY, NCE, ALE, CLE, NWP. It interacts with the
84 bus, data and clock line, by bit banging two GPIO lines. It will appear as
89 Consumer Electronics Control bus using only GPIO. It is used to communicate
95 nothing but GPIO lines, this driver provides that and also a clearly defined
99 Apart from this there are special GPIO drivers in subsystems like MMC/SD to
100 read card detect and write protect GPIO lines, and in the TTY serial subsystem
101 to emulate MCTRL (modem control) signals CTS/RTS by using two GPIO lines. The
102 MTD NOR flash has add-ons for extra GPIO lines too, though the address bus is