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

/linux-master/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, function
/linux-master/drivers/nvmem/
H A Dcore.c1147 * of_nvmem_device_get() - Get nvmem device from a given id
1155 struct nvmem_device *of_nvmem_device_get(struct device_node *np, const char *id) function
1173 EXPORT_SYMBOL_GPL(of_nvmem_device_get); variable
1190 nvmem = of_nvmem_device_get(dev->of_node, dev_name);

Completed in 125 milliseconds