Home
last modified time | relevance | path

Searched refs:GPIO_V2_LINE_SET_CONFIG_IOCTL (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-line-set-config-ioctl.rst6 GPIO_V2_LINE_SET_CONFIG_IOCTL title
12 GPIO_V2_LINE_SET_CONFIG_IOCTL - Update the configuration of previously requested lines.
17 .. c:macro:: GPIO_V2_LINE_SET_CONFIG_IOCTL
19 ``int ioctl(int req_fd, GPIO_V2_LINE_SET_CONFIG_IOCTL, struct gpio_v2_line_config *config)``
/linux/include/uapi/linux/
H A Dgpio.h517 #define GPIO_V2_LINE_SET_CONFIG_IOCTL _IOWR(0xB4, 0x0D, struct gpio_v2_line_config) macro
/linux/drivers/gpio/
H A Dgpiolib-cdev.c1473 case GPIO_V2_LINE_SET_CONFIG_IOCTL: in linereq_ioctl()