Searched refs:gpiotools_get_values (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/gpio/ |
H A D | gpio-hammer.c | 51 ret = gpiotools_get_values(fd, &values); in hammer_device() 81 ret = gpiotools_get_values(fd, &values); in hammer_device()
|
H A D | gpio-utils.c | 51 * could call gpiotools_set_values() and gpiotools_get_values() to 118 * could call gpiotools_set_values() and gpiotools_get_values() to 195 * gpiotools_get_values(): Get the value of gpio(s) 203 int gpiotools_get_values(const int fd, struct gpio_v2_line_values *values) in gpiotools_get_values() function 313 ret = gpiotools_get_values(fd, &lv); in gpiotools_gets()
|
H A D | gpio-utils.h | 39 int gpiotools_get_values(const int fd, struct gpio_v2_line_values *values);
|
H A D | gpio-event-mon.c | 63 ret = gpiotools_get_values(lfd, &values); in monitor_device()
|
/kernel/linux/linux-6.6/tools/gpio/ |
H A D | gpio-hammer.c | 51 ret = gpiotools_get_values(fd, &values); in hammer_device() 81 ret = gpiotools_get_values(fd, &values); in hammer_device()
|
H A D | gpio-utils.c | 50 * could call gpiotools_set_values() and gpiotools_get_values() to 127 * gpiotools_get_values() - Get the value of gpio(s) 135 int gpiotools_get_values(const int fd, struct gpio_v2_line_values *values) in gpiotools_get_values() function 224 ret = gpiotools_get_values(fd, &lv); in gpiotools_gets()
|
H A D | gpio-utils.h | 33 int gpiotools_get_values(const int fd, struct gpio_v2_line_values *values);
|
H A D | gpio-event-mon.c | 63 ret = gpiotools_get_values(lfd, &values); in monitor_device()
|
Completed in 4 milliseconds