Searched refs:_gpio (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtmips.h | 17 #define GRP_G(_name, _func, _mask, _gpio, _shift) \ argument 19 .func = _func, .gpio = _gpio, \
|
| /linux/include/dt-bindings/pinctrl/ |
| H A D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument 10 (((_func) << 8) | (_gpio))
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | chardev_v1.rst | 26 .. _gpio-v1-chip: 62 .. _gpio-v1-line-handle: 87 .. _gpio-v1-line-event:
|
| H A D | chardev.rst | 31 .. _gpio-v2-chip: 65 .. _gpio-v2-line-request:
|
| H A D | gpio-get-linehandle-ioctl.rst | 55 .. _gpio-get-linehandle-config-rules: 80 .. _gpio-get-linehandle-config-support:
|
| H A D | gpio-v2-get-line-ioctl.rst | 53 .. _gpio-v2-get-line-config-rules: 97 .. _gpio-v2-get-line-config-support:
|
| H A D | error-codes.rst | 9 .. _gpio-errors:
|
| /linux/arch/mips/bcm47xx/ |
| H A 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, \
|
| H A 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, \
|