device_match_fwnode 3473 drivers/base/core.c EXPORT_SYMBOL_GPL(device_match_fwnode);
device_match_fwnode  169 include/linux/device.h int device_match_fwnode(struct device *dev, const void *fwnode);
device_match_fwnode  214 include/linux/device.h 	return bus_find_device(bus, NULL, fwnode, device_match_fwnode);
device_match_fwnode  469 include/linux/device.h 	return driver_find_device(drv, NULL, fwnode, device_match_fwnode);
device_match_fwnode  674 include/linux/device.h 	return class_find_device(class, NULL, fwnode, device_match_fwnode);