Searched refs:device_match_any (Results 1 – 2 of 2) sorted by relevance
172 int device_match_any(struct device *dev, const void *unused);238 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device()487 return driver_find_device(drv, start, NULL, device_match_any); in driver_find_next_device()
3487 int device_match_any(struct device *dev, const void *unused) in device_match_any() function3491 EXPORT_SYMBOL_GPL(device_match_any);