Home
last modified time | relevance | path

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

/Linux-v4.19/tools/gpio/
Dgpio-utils.h29 struct gpiohandle_data *data,
31 int gpiotools_set_values(const int fd, struct gpiohandle_data *data);
32 int gpiotools_get_values(const int fd, struct gpiohandle_data *data);
37 unsigned int nlines, struct gpiohandle_data *data);
41 unsigned int nlines, struct gpiohandle_data *data);
Dgpio-utils.c63 struct gpiohandle_data *data, in gpiotools_request_linehandle()
115 int gpiotools_set_values(const int fd, struct gpiohandle_data *data) in gpiotools_set_values()
139 int gpiotools_get_values(const int fd, struct gpiohandle_data *data) in gpiotools_get_values()
186 struct gpiohandle_data data; in gpiotools_get()
207 unsigned int nlines, struct gpiohandle_data *data) in gpiotools_gets()
238 struct gpiohandle_data data; in gpiotools_set()
259 unsigned int nlines, struct gpiohandle_data *data) in gpiotools_sets()
Dgpio-hammer.c31 struct gpiohandle_data data; in hammer_device()
Dgpio-event-mon.c37 struct gpiohandle_data data; in monitor_device()
/Linux-v4.19/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-v4.19/tools/testing/selftests/gpio/
Dgpio-mockup-chardev.c199 struct gpiohandle_data data; in gpio_pin_test()
/Linux-v4.19/drivers/gpio/
Dgpiolib.c429 struct gpiohandle_data ghd; in linehandle_ioctl()
767 struct gpiohandle_data ghd; in lineevent_ioctl()