Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnvmem-consumer.h44 struct nvmem_device *nvmem_device_get(struct device *dev, const char *name);
98 static inline struct nvmem_device *nvmem_device_get(struct device *dev, in nvmem_device_get() function
/Linux-v4.19/Documentation/nvmem/
Dnvmem.txt93 struct nvmem_device *nvmem_device_get(struct device *dev, const char *name);
107 of nvmem_controller from one of the *nvmem_device_get() api.
/Linux-v4.19/drivers/nvmem/
Dcore.c723 struct nvmem_device *nvmem_device_get(struct device *dev, const char *dev_name) in nvmem_device_get() function
737 EXPORT_SYMBOL_GPL(nvmem_device_get);
801 nvmem = nvmem_device_get(dev, id); in devm_nvmem_device_get()