Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dnvmem-consumer.h70 struct nvmem_device *nvmem_device_get(struct device *dev, const char *name);
149 static inline struct nvmem_device *nvmem_device_get(struct device *dev, in nvmem_device_get() function
/Linux-v5.10/Documentation/driver-api/
Dnvmem.rst129 struct nvmem_device *nvmem_device_get(struct device *dev, const char *name);
145 of nvmem_controller from one of the `*nvmem_device_get()` api.
/Linux-v5.10/drivers/nvmem/
Dcore.c879 struct nvmem_device *nvmem_device_get(struct device *dev, const char *dev_name) in nvmem_device_get() function
893 EXPORT_SYMBOL_GPL(nvmem_device_get);
973 nvmem = nvmem_device_get(dev, id); in devm_nvmem_device_get()