Searched refs:gpiohandle_data (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/gpio/ |
D | gpio-utils.h | 29 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);
|
D | gpio-utils.c | 63 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()
|
D | gpio-hammer.c | 31 struct gpiohandle_data data; in hammer_device()
|
D | gpio-event-mon.c | 37 struct gpiohandle_data data; in monitor_device()
|
/Linux-v4.19/include/uapi/linux/ |
D | gpio.h | 103 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/ |
D | gpio-mockup-chardev.c | 199 struct gpiohandle_data data; in gpio_pin_test()
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib.c | 429 struct gpiohandle_data ghd; in linehandle_ioctl() 767 struct gpiohandle_data ghd; in lineevent_ioctl()
|