Searched refs:aggr_add_gpio (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-aggregator.c | 93 static int aggr_add_gpio(struct gpio_aggregator *aggr, const char *key, in aggr_add_gpio() function 135 error = aggr_add_gpio(aggr, name, U16_MAX, &n); in aggr_parse() 151 error = aggr_add_gpio(aggr, name, i, &n); in aggr_parse()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-aggregator.c | 45 static int aggr_add_gpio(struct gpio_aggregator *aggr, const char *key, in aggr_add_gpio() function 83 error = aggr_add_gpio(aggr, name, U16_MAX, &n); in aggr_parse() 99 error = aggr_add_gpio(aggr, name, i, &n); in aggr_parse()
|
Completed in 2 milliseconds