Searched refs:gpiohandle_data (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/tools/gpio/ |
| D | gpio-utils.h | 27 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);
|
| D | gpio-utils.c | 60 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()
|
| D | gpio-event-mon.c | 34 struct gpiohandle_data data; in monitor_device()
|
| D | gpio-hammer.c | 28 struct gpiohandle_data data; in hammer_device()
|
| /Linux-v5.4/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-v5.4/tools/testing/selftests/gpio/ |
| D | gpio-mockup-chardev.c | 198 struct gpiohandle_data data; in gpio_pin_test()
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib.c | 433 struct gpiohandle_data ghd; in linehandle_ioctl() 781 struct gpiohandle_data ghd; in lineevent_ioctl()
|