Searched refs:_gpio (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/arm/mach-pxa/ |
D | mioa701.c | 245 #define MIO_KEY(key, _gpio, _desc, _wakeup) \ argument 246 { .code = (key), .gpio = (_gpio), .active_low = 0, \ 263 #define ONE_LED(_gpio, _name) \ argument 264 { .gpio = (_gpio), .name = (_name), .active_low = true }
|
D | magician.c | 135 #define INIT_KEY(_code, _gpio, _desc) \ argument 138 .gpio = _gpio, \
|
D | hx4700.c | 153 #define INIT_KEY(_code, _gpio, _active_low, _desc) \ argument 156 .gpio = _gpio, \
|
/linux-3.4.99/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 142 #define AR_GPIO_BIT(_gpio) (1 << (_gpio)) argument
|