Searched refs:device_match_of_node (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/device/ |
| H A D | bus.h | 147 int device_match_of_node(struct device *dev, const void *np); 193 return bus_find_device(bus, NULL, np, device_match_of_node); in bus_find_device_by_of_node()
|
| H A D | driver.h | 189 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
|
| H A D | class.h | 148 return class_find_device(class, NULL, np, device_match_of_node); in class_find_device_by_of_node()
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | of-fpga-region.c | 35 return fpga_region_class_find(NULL, np, device_match_of_node); in of_fpga_region_find()
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | core.c | 871 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get() 1083 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | core.c | 4644 int device_match_of_node(struct device *dev, const void *np) in device_match_of_node() function 4648 EXPORT_SYMBOL_GPL(device_match_of_node);
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_imx | 1832 device_match_of_node
|
| H A D | abi_gki_aarch64_galaxy | 1190 device_match_of_node
|