Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnvmem-consumer.h32 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *name);
56 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, in nvmem_cell_get() function
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt73 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *name);
82 *nvmem_cell_get() apis will get a reference to nvmem cell for a given id,
/linux-4.4.14/drivers/nvmem/
Dcore.c698 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *cell_id) in nvmem_cell_get() function
710 EXPORT_SYMBOL_GPL(nvmem_cell_get);
735 cell = nvmem_cell_get(dev, id); in devm_nvmem_cell_get()