Home
last modified time | relevance | path

Searched refs:gpiod_get_array_value_cansleep (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/input/misc/
H A Dgpio_decoder.c36 err = gpiod_get_array_value_cansleep(size, gpios->desc, gpios->info, values); in gpio_decoder_get_gpios_state()
/linux/drivers/input/keyboard/
H A Dcharlieplex_keypad.c88 err = gpiod_get_array_value_cansleep(line_gpios->ndescs, line_gpios->desc, in charlieplex_keypad_scan_line()
/linux/drivers/gpio/
H A Dgpio-aggregator.c313 error = gpiod_get_array_value_cansleep(j, descs, NULL, values); in gpio_fwd_get_multiple()
H A Dgpio-virtuser.c135 return gpiod_get_array_value_cansleep(descs->ndescs, in gpio_virtuser_get_array_value()
H A Dgpiolib.c4437 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 Dconsumer.rst342 int gpiod_get_array_value_cansleep(unsigned int array_size,