Home
last modified time | relevance | path

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

/linux-6.15/include/linux/device/
H A Dbus.h143 int device_match_any(struct device *dev, const void *unused);
212 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device()
H A Ddriver.h215 return driver_find_device(drv, start, NULL, device_match_any); in driver_find_next_device()
/linux-6.15/include/linux/
H A Ddevice.h1021 return device_find_child(parent, NULL, device_match_any); in device_find_any_child()
/linux-6.15/drivers/base/
H A Dcore.c5326 int device_match_any(struct device *dev, const void *unused) in device_match_any() function
5330 EXPORT_SYMBOL_GPL(device_match_any);