Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpio/
Dgpiolib.c59 static int gpio_bus_match(struct device *dev, struct device_driver *drv);
62 .match = gpio_bus_match,
4403 static int gpio_bus_match(struct device *dev, struct device_driver *drv) in gpio_bus_match() function