Searched refs:device_match_of_node (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.15/include/linux/device/ | 
| D | bus.h | 142 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()
 
 | 
| D | driver.h | 184 	return driver_find_device(drv, NULL, np, device_match_of_node);  in driver_find_device_by_of_node()
 | 
| D | class.h | 142 	return class_find_device(class, NULL, np, device_match_of_node);  in class_find_device_by_of_node()
 | 
| /Linux-v5.15/drivers/fpga/ | 
| D | of-fpga-region.c | 35 	return fpga_region_class_find(NULL, np, device_match_of_node);  in of_fpga_region_find()
 | 
| /Linux-v5.15/drivers/nvmem/ | 
| D | core.c | 1023 	nvmem = __nvmem_device_get(nvmem_np, device_match_of_node);  in of_nvmem_device_get()1235 	nvmem = __nvmem_device_get(nvmem_np, device_match_of_node);  in of_nvmem_cell_get()
 
 | 
| /Linux-v5.15/drivers/base/ | 
| D | core.c | 4814 int device_match_of_node(struct device *dev, const void *np)  in device_match_of_node()  function4818 EXPORT_SYMBOL_GPL(device_match_of_node);
 
 |