Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib.c889 static int gpiochip_match_name(struct gpio_chip *gc, void *data) in gpiochip_match_name() function
898 return gpiochip_find((void *)name, gpiochip_match_name); in find_chip_by_name()