Home
last modified time | relevance | path

Searched refs:__nvmem_device_get (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/nvmem/
Dcore.c1097 static struct nvmem_device *__nvmem_device_get(void *data, in __nvmem_device_get() function
1156 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get()
1184 return __nvmem_device_get((void *)dev_name, device_match_name); in nvmem_device_get()
1200 return __nvmem_device_get(data, match); in nvmem_device_find()
1323 nvmem = __nvmem_device_get((void *)lookup->nvmem_name, in nvmem_cell_get_from_lookup()
1422 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()