Home
last modified time | relevance | path

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

/linux/include/linux/device/
H A Dbus.h149 int device_match_any(struct device *dev, const void *unused);
221 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device()
H A Ddriver.h224 return driver_find_device(drv, start, NULL, device_match_any); in driver_find_next_device()
/linux/include/linux/
H A Ddevice.h1152 return device_find_child(parent, NULL, device_match_any); in device_find_any_child()
/linux/drivers/base/
H A Dcore.c5364 int device_match_any(struct device *dev, const void *unused) in device_match_any() function
5368 EXPORT_SYMBOL_GPL(device_match_any);