device_match_any 3491 drivers/base/core.c EXPORT_SYMBOL_GPL(device_match_any);
device_match_any  172 include/linux/device.h int device_match_any(struct device *dev, const void *unused);
device_match_any  238 include/linux/device.h 	return bus_find_device(bus, cur, NULL, device_match_any);
device_match_any  487 include/linux/device.h 	return driver_find_device(drv, start, NULL, device_match_any);