Searched refs:nvmem_np (Results 1 – 1 of 1) sorted by relevance
174 static int of_nvmem_match(struct device *dev, void *nvmem_np) in of_nvmem_match() argument176 return dev->of_node == nvmem_np; in of_nvmem_match()179 static struct nvmem_device *of_nvmem_find(struct device_node *nvmem_np) in of_nvmem_find() argument183 if (!nvmem_np) in of_nvmem_find()186 d = bus_find_device(&nvmem_bus_type, NULL, nvmem_np, of_nvmem_match); in of_nvmem_find()478 struct device_node *nvmem_np; in of_nvmem_device_get() local483 nvmem_np = of_parse_phandle(np, "nvmem", index); in of_nvmem_device_get()484 if (!nvmem_np) in of_nvmem_device_get()487 return __nvmem_device_get(nvmem_np, NULL, NULL); in of_nvmem_device_get()616 struct device_node *cell_np, *nvmem_np; in of_nvmem_cell_get() local[all …]