Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/mach-ralink/
Dpinmux.h17 #define GRP_G(_name, _func, _mask, _gpio, _shift) \ argument
19 .func = _func, .gpio = _gpio, \
/Linux-v5.10/include/dt-bindings/pinctrl/
Drzn1-pinctrl.h9 #define RZN1_PINMUX(_gpio, _func) \ argument
10 (((_func) << 8) | (_gpio))
/Linux-v5.10/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-v5.10/arch/arm/mach-pxa/
Dmioa701.c242 #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 }
Dhx4700.c167 #define INIT_KEY(_code, _gpio, _active_low, _desc) \ argument
170 .gpio = _gpio, \
Dmagician.c140 #define INIT_KEY(_code, _gpio, _desc) \ argument
143 .gpio = _gpio, \