Searched refs:__nvmem_device_get (Results 1 – 1 of 1) sorted by relevance
1104 static struct nvmem_device *__nvmem_device_get(void *data, in __nvmem_device_get() function1163 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get()1191 return __nvmem_device_get((void *)dev_name, device_match_name); in nvmem_device_get()1207 return __nvmem_device_get(data, match); in nvmem_device_find()1330 nvmem = __nvmem_device_get((void *)lookup->nvmem_name, in nvmem_cell_get_from_lookup()1429 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()