Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dnvmem-consumer.h69 struct nvmem_device *nvmem_device_get(struct device *dev, const char *name);
162 static inline struct nvmem_device *nvmem_device_get(struct device *dev, in nvmem_device_get() function
/Linux-v6.6/Documentation/driver-api/
Dnvmem.rst125 struct nvmem_device *nvmem_device_get(struct device *dev, const char *name);
141 of nvmem_controller from one of the `*nvmem_device_get()` api.
/Linux-v6.6/drivers/nvmem/
Dcore.c1172 struct nvmem_device *nvmem_device_get(struct device *dev, const char *dev_name) in nvmem_device_get() function
1186 EXPORT_SYMBOL_GPL(nvmem_device_get);
1266 nvmem = nvmem_device_get(dev, id); in devm_nvmem_device_get()