Searched refs:nvmem_np (Results 1 – 1 of 1) sorted by relevance
79 static struct nvmem_device *of_nvmem_find(struct device_node *nvmem_np) in of_nvmem_find() argument83 if (!nvmem_np) in of_nvmem_find()86 d = bus_find_device_by_of_node(&nvmem_bus_type, nvmem_np); in of_nvmem_find()580 struct device_node *nvmem_np; in of_nvmem_device_get() local586 nvmem_np = of_parse_phandle(np, "nvmem", index); in of_nvmem_device_get()587 if (!nvmem_np) in of_nvmem_device_get()590 return __nvmem_device_get(nvmem_np, NULL); in of_nvmem_device_get()766 struct device_node *cell_np, *nvmem_np; in of_nvmem_cell_get() local779 nvmem_np = of_get_next_parent(cell_np); in of_nvmem_cell_get()780 if (!nvmem_np) in of_nvmem_cell_get()[all …]