Searched refs:device_match_fwnode (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/device/ |
D | bus.h | 143 int device_match_fwnode(struct device *dev, const void *fwnode); 200 return bus_find_device(bus, NULL, fwnode, device_match_fwnode); in bus_find_device_by_fwnode()
|
D | driver.h | 197 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode()
|
D | class.h | 155 return class_find_device(class, NULL, fwnode, device_match_fwnode); in class_find_device_by_fwnode()
|
/Linux-v5.10/drivers/base/ |
D | core.c | 4338 int device_match_fwnode(struct device *dev, const void *fwnode) in device_match_fwnode() function 4342 EXPORT_SYMBOL_GPL(device_match_fwnode);
|