Searched refs:device_match_of_node (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/device/ |
| A D | bus.h | 142 int device_match_of_node(struct device *dev, const void *np); 189 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
|
| A D | driver.h | 185 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
|
| A D | class.h | 142 return class_find_device(class, NULL, np, device_match_of_node); in class_find_device_by_of_node()
|
| /linux/drivers/fpga/ |
| A D | of-fpga-region.c | 35 return fpga_region_class_find(NULL, np, device_match_of_node); in of_fpga_region_find()
|
| /linux/drivers/nvmem/ |
| A D | core.c | 1027 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get() 1268 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()
|
| /linux/drivers/base/ |
| A D | core.c | 4817 int device_match_of_node(struct device *dev, const void *np) in device_match_of_node() function 4821 EXPORT_SYMBOL_GPL(device_match_of_node);
|
| /linux/ |
| A D | vmlinux.symvers | 8292 0x00000000 device_match_of_node vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 30730 ffff8000107f7534 T device_match_of_node
|
| A D | .tmp_System.map | 30730 ffff8000107f7534 T device_match_of_node
|
Completed in 348 milliseconds