Searched refs:gpiod_get_array_value (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/gpio/ |
H A D | consumer.h | 118 int gpiod_get_array_value(unsigned int array_size, 364 static inline int gpiod_get_array_value(unsigned int array_size, in gpiod_get_array_value() function
|
/kernel/linux/linux-6.6/include/linux/gpio/ |
H A D | consumer.h | 118 int gpiod_get_array_value(unsigned int array_size, 370 static inline int gpiod_get_array_value(unsigned int array_size, in gpiod_get_array_value() function
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-aggregator.c | 356 error = gpiod_get_array_value(j, descs, NULL, values); in gpio_fwd_get_multiple()
|
H A D | gpiolib.c | 2864 * gpiod_get_array_value() - read values from an array of GPIOs 2876 int gpiod_get_array_value(unsigned int array_size, in gpiod_get_array_value() function 2887 EXPORT_SYMBOL_GPL(gpiod_get_array_value); variable
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-aggregator.c | 311 error = gpiod_get_array_value(j, descs, NULL, values); in gpio_fwd_get_multiple()
|
H A D | gpiolib.c | 3035 * gpiod_get_array_value() - read values from an array of GPIOs 3047 int gpiod_get_array_value(unsigned int array_size, in gpiod_get_array_value() function 3058 EXPORT_SYMBOL_GPL(gpiod_get_array_value); variable
|
Completed in 16 milliseconds