Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpio/
Dgpiolib.c952 static int gpiochip_match_name(struct gpio_chip *gc, void *data) in gpiochip_match_name() function
961 return gpiochip_find((void *)name, gpiochip_match_name); in find_chip_by_name()