Searched refs:_gpio (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/pinctrl/ralink/ |
D | pinctrl-ralink.h | 17 #define GRP_G(_name, _func, _mask, _gpio, _shift) \ argument 19 .func = _func, .gpio = _gpio, \
|
/Linux-v6.1/drivers/ufs/host/ |
D | ufs-renesas.c | 120 #define PARAM_INDIRECT_WRITE(_gpio, _addr, _data_800) \ argument 121 PARAM_WRITE(0xf0, _gpio), \ 126 #define PARAM_INDIRECT_POLL(_gpio, _addr, _expected, _mask) \ argument 127 PARAM_WRITE(0xf0, _gpio), \
|
/Linux-v6.1/include/dt-bindings/pinctrl/ |
D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument 10 (((_func) << 8) | (_gpio))
|
/Linux-v6.1/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-v6.1/arch/arm/mach-pxa/ |
D | mioa701.c | 242 #define MIO_KEY(key, _gpio, _desc, _wakeup) \ argument 243 { .code = (key), .gpio = (_gpio), .active_low = 0, \ 260 #define ONE_LED(_gpio, _name) \ argument 261 { .gpio = (_gpio), .name = (_name), .active_low = true }
|
D | hx4700.c | 167 #define INIT_KEY(_code, _gpio, _active_low, _desc) \ argument 170 .gpio = _gpio, \
|
D | magician.c | 141 #define INIT_KEY(_code, _gpio, _desc) \ argument 144 .gpio = _gpio, \
|