Home
last modified time | relevance | path

Searched refs:gpiohandle_config (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/userspace-api/gpio/
Dgpio-handle-set-config-ioctl.rst23 ``int ioctl(int handle_fd, GPIOHANDLE_SET_CONFIG_IOCTL, struct gpiohandle_config *config)``
33 The new :c:type:`configuration<gpiohandle_config>` to apply to the
Dchardev_v1.rst122 gpiohandle_config
/linux-6.12.1/include/uapi/linux/
Dgpio.h436 struct gpiohandle_config { struct
531 #define GPIOHANDLE_SET_CONFIG_IOCTL _IOWR(0xB4, 0x0A, struct gpiohandle_config)
/linux-6.12.1/drivers/gpio/
Dgpiolib-cdev.c163 struct gpiohandle_config gcnf; in linehandle_set_config()