Home
last modified time | relevance | path

Searched refs:_gpio (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/mips/include/asm/mach-ralink/
Dpinmux.h20 #define GRP_G(_name, _func, _mask, _gpio, _shift) \ argument
22 .func = _func, .gpio = _gpio, \
/Linux-v4.19/arch/mips/bcm47xx/
Dbuttons.c14 #define BCM47XX_GPIO_KEY(_gpio, _code) \ argument
17 .gpio = _gpio, \
21 #define BCM47XX_GPIO_KEY_H(_gpio, _code) \ argument
24 .gpio = _gpio, \
Dleds.c11 #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/
Dmioa701.c257 #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 }
Dhx4700.c171 #define INIT_KEY(_code, _gpio, _active_low, _desc) \ argument
174 .gpio = _gpio, \
Dmagician.c144 #define INIT_KEY(_code, _gpio, _desc) \ argument
147 .gpio = _gpio, \
/Linux-v4.19/include/linux/
Dfmc.h103 int _gpio; /* internal use by the carrier */ member
/Linux-v4.19/Documentation/fmc/
Dcarrier.txt238 int _gpio; /* internal use by the carrier */
270 _gpio field to cache the result of this mapping.