Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnvmem-consumer.h229 struct nvmem_device *of_nvmem_device_get(struct device_node *np,
238 static inline struct nvmem_device *of_nvmem_device_get(struct device_node *np, in of_nvmem_device_get() function
/kernel/linux/linux-5.10/drivers/nvmem/
Dcore.c857 struct nvmem_device *of_nvmem_device_get(struct device_node *np, const char *id) in of_nvmem_device_get() function
875 EXPORT_SYMBOL_GPL(of_nvmem_device_get);
892 nvmem = of_nvmem_device_get(dev->of_node, dev_name); in nvmem_device_get()