device_match_any
EXPORT_SYMBOL_GPL(device_match_any);
return device_find_child(parent, NULL, device_match_any);
int device_match_any(struct device *dev, const void *unused);
return bus_find_device(bus, cur, NULL, device_match_any);
return driver_find_device(drv, start, NULL, device_match_any);