Searched refs:device_match_any (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/device/
H A Dbus.h136 int device_match_any(struct device *dev, const void *unused);
203 return bus_find_device(bus, cur, NULL, device_match_any);
H A Ddriver.h215 return driver_find_device(drv, start, NULL, device_match_any);
/linux-master/drivers/base/
H A Dcore.c5208 int device_match_any(struct device *dev, const void *unused) function
5212 EXPORT_SYMBOL_GPL(device_match_any); variable

Completed in 132 milliseconds