Searched refs:__nvmem_device_get (Results 1 – 1 of 1) sorted by relevance
1127 static struct nvmem_device *__nvmem_device_get(void *data, in __nvmem_device_get() function1186 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get()1214 return __nvmem_device_get((void *)dev_name, device_match_name); in nvmem_device_get()1230 return __nvmem_device_get(data, match); in nvmem_device_find()1353 nvmem = __nvmem_device_get((void *)lookup->nvmem_name, in nvmem_cell_get_from_lookup()1470 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()