Searched refs:device_match_any (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/device/ |
| H A D | bus.h | 149 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 D | driver.h | 224 return driver_find_device(drv, start, NULL, device_match_any); in driver_find_next_device()
|
| /linux/include/linux/ |
| H A D | device.h | 1152 return device_find_child(parent, NULL, device_match_any); in device_find_any_child()
|
| /linux/drivers/base/ |
| H A D | core.c | 5364 int device_match_any(struct device *dev, const void *unused) in device_match_any() function 5368 EXPORT_SYMBOL_GPL(device_match_any);
|