Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvmem/
Dcore.c804 static struct nvmem_device *__nvmem_device_get(void *data, in __nvmem_device_get() function
863 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_device_get()
891 return __nvmem_device_get((void *)dev_name, device_match_name); in nvmem_device_get()
907 return __nvmem_device_get(data, match); in nvmem_device_find()
1004 nvmem = __nvmem_device_get((void *)lookup->nvmem_name, in nvmem_cell_get_from_lookup()
1075 nvmem = __nvmem_device_get(nvmem_np, device_match_of_node); in of_nvmem_cell_get()