Searched refs:gpiod_get_array_value_cansleep (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/input/misc/ |
| H A D | gpio_decoder.c | 36 err = gpiod_get_array_value_cansleep(size, gpios->desc, gpios->info, values); in gpio_decoder_get_gpios_state()
|
| /linux/drivers/input/keyboard/ |
| H A D | charlieplex_keypad.c | 88 err = gpiod_get_array_value_cansleep(line_gpios->ndescs, line_gpios->desc, in charlieplex_keypad_scan_line()
|
| /linux/drivers/gpio/ |
| H A D | gpio-aggregator.c | 313 error = gpiod_get_array_value_cansleep(j, descs, NULL, values); in gpio_fwd_get_multiple()
|
| H A D | gpio-virtuser.c | 135 return gpiod_get_array_value_cansleep(descs->ndescs, in gpio_virtuser_get_array_value()
|
| H A D | gpiolib.c | 4437 int gpiod_get_array_value_cansleep(unsigned int array_size, in gpiod_get_array_value_cansleep() function 4449 EXPORT_SYMBOL_GPL(gpiod_get_array_value_cansleep);
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 342 int gpiod_get_array_value_cansleep(unsigned int array_size,
|