Home
last modified time | relevance | path

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

/Linux-v5.4/tools/gpio/
Dgpio-utils.h27 struct gpiohandle_data *data,
29 int gpiotools_set_values(const int fd, struct gpiohandle_data *data);
30 int gpiotools_get_values(const int fd, struct gpiohandle_data *data);
35 unsigned int nlines, struct gpiohandle_data *data);
39 unsigned int nlines, struct gpiohandle_data *data);
Dgpio-utils.c60 struct gpiohandle_data *data, in gpiotools_request_linehandle()
112 int gpiotools_set_values(const int fd, struct gpiohandle_data *data) in gpiotools_set_values()
136 int gpiotools_get_values(const int fd, struct gpiohandle_data *data) in gpiotools_get_values()
183 struct gpiohandle_data data; in gpiotools_get()
204 unsigned int nlines, struct gpiohandle_data *data) in gpiotools_gets()
235 struct gpiohandle_data data; in gpiotools_set()
256 unsigned int nlines, struct gpiohandle_data *data) in gpiotools_sets()
Dgpio-event-mon.c34 struct gpiohandle_data data; in monitor_device()
Dgpio-hammer.c28 struct gpiohandle_data data; in hammer_device()
/Linux-v5.4/include/uapi/linux/
Dgpio.h103 struct gpiohandle_data { struct
107 #define GPIOHANDLE_GET_LINE_VALUES_IOCTL _IOWR(0xB4, 0x08, struct gpiohandle_data) argument
108 #define GPIOHANDLE_SET_LINE_VALUES_IOCTL _IOWR(0xB4, 0x09, struct gpiohandle_data)
/Linux-v5.4/tools/testing/selftests/gpio/
Dgpio-mockup-chardev.c198 struct gpiohandle_data data; in gpio_pin_test()
/Linux-v5.4/drivers/gpio/
Dgpiolib.c433 struct gpiohandle_data ghd; in linehandle_ioctl()
781 struct gpiohandle_data ghd; in lineevent_ioctl()