Lines Matching refs:nvmem_cell
19 struct nvmem_cell;
58 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id);
59 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id);
60 void nvmem_cell_put(struct nvmem_cell *cell);
61 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell);
62 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len);
63 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len);
103 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, in nvmem_cell_get()
109 static inline struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, in devm_nvmem_cell_get()
116 struct nvmem_cell *cell) in devm_nvmem_cell_put()
120 static inline void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put()
124 static inline void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
129 static inline int nvmem_cell_write(struct nvmem_cell *cell, in nvmem_cell_write()
245 struct nvmem_cell *of_nvmem_cell_get(struct device_node *np,
250 static inline struct nvmem_cell *of_nvmem_cell_get(struct device_node *np, in of_nvmem_cell_get()