Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/device/
Dbus.h142 int device_match_of_node(struct device *dev, const void *np);
188 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
Ddriver.h184 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
Dclass.h142 return class_find_device(class, NULL, np, device_match_of_node); in class_find_device_by_of_node()
/Linux-v5.10/drivers/fpga/
Dof-fpga-region.c35 return fpga_region_class_find(NULL, np, device_match_of_node); in of_fpga_region_find()
/Linux-v5.10/drivers/nvmem/
Dcore.c863 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get()
1075 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()
/Linux-v5.10/drivers/base/
Dcore.c4332 int device_match_of_node(struct device *dev, const void *np) in device_match_of_node() function
4336 EXPORT_SYMBOL_GPL(device_match_of_node);