Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnvmem-consumer.h249 struct nvmem_device *of_nvmem_device_get(struct device_node *np,
258 static inline struct nvmem_device *of_nvmem_device_get(struct device_node *np, in of_nvmem_device_get() function
/linux-6.15/drivers/nvmem/
H A Dcore.c1201 struct nvmem_device *of_nvmem_device_get(struct device_node *np, const char *id) in of_nvmem_device_get() function
1219 EXPORT_SYMBOL_GPL(of_nvmem_device_get);
1236 nvmem = of_nvmem_device_get(dev->of_node, dev_name); in nvmem_device_get()