device_match_devt 3479 drivers/base/core.c EXPORT_SYMBOL_GPL(device_match_devt);
device_match_devt  170 include/linux/device.h int device_match_devt(struct device *dev, const void *pdevt);
device_match_devt  226 include/linux/device.h 	return bus_find_device(bus, NULL, &devt, device_match_devt);
device_match_devt  481 include/linux/device.h 	return driver_find_device(drv, NULL, &devt, device_match_devt);
device_match_devt  686 include/linux/device.h 	return class_find_device(class, NULL, &devt, device_match_devt);