Home
last modified time | relevance | path

Searched refs:gpiohandle_data (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dgpio.h452 struct gpiohandle_data { struct
529 #define GPIOHANDLE_GET_LINE_VALUES_IOCTL _IOWR(0xB4, 0x08, struct gpiohandle_data)
530 #define GPIOHANDLE_SET_LINE_VALUES_IOCTL _IOWR(0xB4, 0x09, struct gpiohandle_data)
/linux/Documentation/userspace-api/gpio/
H A Dgpio-handle-set-line-values-ioctl.rst22 ``int ioctl(int handle_fd, GPIO_HANDLE_SET_LINE_VALUES_IOCTL, struct gpiohandle_data *values)``
32 The :c:type:`line_values<gpiohandle_data>` to set.
H A Dgpio-handle-get-line-values-ioctl.rst22 ``int ioctl(int handle_fd, GPIOHANDLE_GET_LINE_VALUES_IOCTL, struct gpiohandle_data *values)``
32 The :c:type:`line_values<gpiohandle_data>` to be populated.
H A Dchardev_v1.rst123 gpiohandle_data
/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup-cdev.c81 struct gpiohandle_data vals; in get_value_v1()