Home
last modified time | relevance | path

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

/linux/include/linux/device/
H A Dbus.h143 int device_match_any(struct device *dev, const void *unused);
215 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device()
/linux/include/linux/
H A Ddevice.h1006 return device_find_child(parent, NULL, device_match_any); in device_find_any_child()
/linux/drivers/base/
H A Dcore.c5348 int device_match_any(struct device *dev, const void *unused) in device_match_any() function
5352 EXPORT_SYMBOL_GPL(device_match_any);