Home
last modified time | relevance | path

Searched refs:device_match_fwnode (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/device/
Dbus.h143 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()
Ddriver.h197 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode()
Dclass.h155 return class_find_device(class, NULL, fwnode, device_match_fwnode); in class_find_device_by_fwnode()
/Linux-v5.10/drivers/base/
Dcore.c4338 int device_match_fwnode(struct device *dev, const void *fwnode) in device_match_fwnode() function
4342 EXPORT_SYMBOL_GPL(device_match_fwnode);