Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dplatform.c886 static int is_bound_to_driver(struct device *dev, void *driver) in is_bound_to_driver() function
952 if (!bus_for_each_dev(&platform_bus_type, NULL, &drv->driver, is_bound_to_driver)) { in __platform_driver_probe()