Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
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-6.12.1/Documentation/userspace-api/gpio/
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.
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.
Dchardev_v1.rst123 gpiohandle_data
/linux-6.12.1/tools/testing/selftests/gpio/
Dgpio-mockup-cdev.c81 struct gpiohandle_data vals; in get_value_v1()
/linux-6.12.1/drivers/gpio/
Dgpiolib-cdev.c206 struct gpiohandle_data ghd; in linehandle_ioctl()
2047 struct gpiohandle_data ghd; in lineevent_ioctl()