Searched refs:device_match_fwnode (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/linux/ |
D | device.h | 169 int device_match_fwnode(struct device *dev, const void *fwnode); 214 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode() 469 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode() 674 return class_find_device(class, NULL, fwnode, device_match_fwnode); in class_find_device_by_fwnode()
|
/Linux-v5.4/drivers/base/ |
D | core.c | 3469 int device_match_fwnode(struct device *dev, const void *fwnode) in device_match_fwnode() function 3473 EXPORT_SYMBOL_GPL(device_match_fwnode);
|