Lines Matching refs:nvmem_cell
19 struct nvmem_cell;
59 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id);
60 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id);
61 void nvmem_cell_put(struct nvmem_cell *cell);
62 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell);
63 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len);
64 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len);
104 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, in nvmem_cell_get()
110 static inline struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, in devm_nvmem_cell_get()
117 struct nvmem_cell *cell) in devm_nvmem_cell_put()
121 static inline void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put()
125 static inline void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
130 static inline int nvmem_cell_write(struct nvmem_cell *cell, in nvmem_cell_write()
246 struct nvmem_cell *of_nvmem_cell_get(struct device_node *np,
251 static inline struct nvmem_cell *of_nvmem_cell_get(struct device_node *np, in of_nvmem_cell_get()