Lines Matching refs:nvmem_np
1204 struct device_node *nvmem_np; in of_nvmem_device_get() local
1211 nvmem_np = of_parse_phandle(np, "nvmem", index); in of_nvmem_device_get()
1212 if (!nvmem_np) in of_nvmem_device_get()
1215 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get()
1216 of_node_put(nvmem_np); in of_nvmem_device_get()
1458 struct device_node *cell_np, *nvmem_np; in of_nvmem_cell_get() local
1484 nvmem_np = of_get_parent(cell_np); in of_nvmem_cell_get()
1485 if (!nvmem_np) { in of_nvmem_cell_get()
1491 if (of_node_name_eq(nvmem_np, "nvmem-layout")) { in of_nvmem_cell_get()
1492 nvmem_np = of_get_next_parent(nvmem_np); in of_nvmem_cell_get()
1493 if (!nvmem_np) { in of_nvmem_cell_get()
1499 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()
1500 of_node_put(nvmem_np); in of_nvmem_cell_get()