Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dnvmem-consumer.h75 struct nvmem_device *nvmem_device_get(struct device *dev, const char *name);
168 static inline struct nvmem_device *nvmem_device_get(struct device *dev, in nvmem_device_get() function
/Linux-v6.1/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.1/drivers/nvmem/
Dcore.c1024 struct nvmem_device *nvmem_device_get(struct device *dev, const char *dev_name) in nvmem_device_get() function
1038 EXPORT_SYMBOL_GPL(nvmem_device_get);
1118 nvmem = nvmem_device_get(dev, id); in devm_nvmem_device_get()