Searched refs:_gpio (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/mips/include/asm/mach-ralink/ |
D | pinmux.h | 20 #define GRP_G(_name, _func, _mask, _gpio, _shift) \ argument 22 .func = _func, .gpio = _gpio, \
|
/Linux-v4.19/arch/mips/bcm47xx/ |
D | buttons.c | 14 #define BCM47XX_GPIO_KEY(_gpio, _code) \ argument 17 .gpio = _gpio, \ 21 #define BCM47XX_GPIO_KEY_H(_gpio, _code) \ argument 24 .gpio = _gpio, \
|
D | leds.c | 11 #define BCM47XX_GPIO_LED(_gpio, _color, _function, _active_low, \ argument 15 .gpio = _gpio, \ 20 #define BCM47XX_GPIO_LED_TRIGGER(_gpio, _color, _function, _active_low, \ argument 24 .gpio = _gpio, \
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | mioa701.c | 257 #define MIO_KEY(key, _gpio, _desc, _wakeup) \ argument 258 { .code = (key), .gpio = (_gpio), .active_low = 0, \ 275 #define ONE_LED(_gpio, _name) \ argument 276 { .gpio = (_gpio), .name = (_name), .active_low = true }
|
D | hx4700.c | 171 #define INIT_KEY(_code, _gpio, _active_low, _desc) \ argument 174 .gpio = _gpio, \
|
D | magician.c | 144 #define INIT_KEY(_code, _gpio, _desc) \ argument 147 .gpio = _gpio, \
|
/Linux-v4.19/include/linux/ |
D | fmc.h | 103 int _gpio; /* internal use by the carrier */ member
|
/Linux-v4.19/Documentation/fmc/ |
D | carrier.txt | 238 int _gpio; /* internal use by the carrier */ 270 _gpio field to cache the result of this mapping.
|