Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/device/
Dbus.h141 int device_match_any(struct device *dev, const void *unused);
208 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device()
Ddriver.h215 return driver_find_device(drv, start, NULL, device_match_any); in driver_find_next_device()
/linux-6.6.21/drivers/base/
Dcore.c5113 int device_match_any(struct device *dev, const void *unused) in device_match_any() function
5117 EXPORT_SYMBOL_GPL(device_match_any);