Searched refs:gpio_fwd_get_multiple (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-aggregator.c | 337 static int gpio_fwd_get_multiple(struct gpiochip_fwd *fwd, unsigned long *mask, in gpio_fwd_get_multiple() function 376 error = gpio_fwd_get_multiple(fwd, mask, bits); in gpio_fwd_get_multiple_locked() 380 error = gpio_fwd_get_multiple(fwd, mask, bits); in gpio_fwd_get_multiple_locked()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-aggregator.c | 296 static int gpio_fwd_get_multiple(struct gpiochip_fwd *fwd, unsigned long *mask, in gpio_fwd_get_multiple() function 331 error = gpio_fwd_get_multiple(fwd, mask, bits); in gpio_fwd_get_multiple_locked() 335 error = gpio_fwd_get_multiple(fwd, mask, bits); in gpio_fwd_get_multiple_locked()
|
Completed in 3 milliseconds