Home
last modified time | relevance | path

Searched refs:device_match_of_node (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/fpga/
Dof-fpga-region.c35 return fpga_region_class_find(NULL, np, device_match_of_node); in of_fpga_region_find()
/Linux-v5.4/include/linux/
Ddevice.h168 int device_match_of_node(struct device *dev, const void *np);
202 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
456 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
661 return class_find_device(class, NULL, np, device_match_of_node); in class_find_device_by_of_node()
/Linux-v5.4/drivers/base/
Dcore.c3463 int device_match_of_node(struct device *dev, const void *np) in device_match_of_node() function
3467 EXPORT_SYMBOL_GPL(device_match_of_node);