Lines Matching refs:nvmem_np
79 static struct nvmem_device *of_nvmem_find(struct device_node *nvmem_np) in of_nvmem_find() argument
83 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() local
586 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() local
779 nvmem_np = of_get_next_parent(cell_np); in of_nvmem_cell_get()
780 if (!nvmem_np) in of_nvmem_cell_get()
783 nvmem = __nvmem_device_get(nvmem_np, NULL); in of_nvmem_cell_get()
784 of_node_put(nvmem_np); in of_nvmem_cell_get()