Searched refs:gpiod_get_array_value (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/gpio/ |
| H A D | consumer.h | 118 int gpiod_get_array_value(unsigned int array_size, 355 static inline int gpiod_get_array_value(unsigned int array_size, in gpiod_get_array_value() function
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-sloppy-logic-analyzer.c | 61 ret = gpiod_get_array_value(d->ndescs, d->desc, d->info, sptr); in gpio_la_get_array()
|
| H A D | gpio-aggregator.c | 323 error = gpiod_get_array_value(j, descs, NULL, values); in gpio_fwd_get_multiple()
|
| H A D | gpio-virtuser.c | 127 ctx->ret = gpiod_get_array_value(descs->ndescs, descs->desc, in gpio_virtuser_get_value_array_atomic()
|
| H A D | gpiolib.c | 3529 int gpiod_get_array_value(unsigned int array_size, in gpiod_get_array_value() function 3540 EXPORT_SYMBOL_GPL(gpiod_get_array_value);
|
| /linux-6.15/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 334 int gpiod_get_array_value(unsigned int array_size, 408 The return value of gpiod_get_array_value() and its variants is 0 on success
|