Searched refs:device_match_of_node (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/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.10/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.10/drivers/nvmem/ |
D | core.c | 863 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/ |
D | core.c | 4332 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);
|