Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/mach-ralink/
Dpinmux.h20 #define GRP_G(_name, _func, _mask, _gpio, _shift) \ argument
22 .func = _func, .gpio = _gpio, \
/linux-4.4.14/arch/mips/bcm47xx/
Dleds.c10 #define BCM47XX_GPIO_LED(_gpio, _color, _function, _active_low, \ argument
14 .gpio = _gpio, \
19 #define BCM47XX_GPIO_LED_TRIGGER(_gpio, _color, _function, _active_low, \ argument
23 .gpio = _gpio, \
Dbuttons.c13 #define BCM47XX_GPIO_KEY(_gpio, _code) \ argument
16 .gpio = _gpio, \
/linux-4.4.14/arch/arm/mach-pxa/
Dmioa701.c258 #define MIO_KEY(key, _gpio, _desc, _wakeup) \ argument
259 { .code = (key), .gpio = (_gpio), .active_low = 0, \
276 #define ONE_LED(_gpio, _name) \ argument
277 { .gpio = (_gpio), .name = (_name), .active_low = true }
Dmagician.c144 #define INIT_KEY(_code, _gpio, _desc) \ argument
147 .gpio = _gpio, \
Dhx4700.c170 #define INIT_KEY(_code, _gpio, _active_low, _desc) \ argument
173 .gpio = _gpio, \
/linux-4.4.14/include/linux/
Dfmc.h103 int _gpio; /* internal use by the carrier */ member
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhw.h163 #define AR_GPIO_BIT(_gpio) (1 << (_gpio)) argument
/linux-4.4.14/Documentation/fmc/
Dcarrier.txt238 int _gpio; /* internal use by the carrier */
270 _gpio field to cache the result of this mapping.