Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib.c1212 static int gpio_chip_match_by_label(struct gpio_chip *gc, const void *label) in gpio_chip_match_by_label() function
1228 return gpio_device_find((void *)label, gpio_chip_match_by_label); in gpio_device_find_by_label()