Lines Matching refs:nvmem_cell
19 struct nvmem_cell;
53 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id);
54 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id);
55 void nvmem_cell_put(struct nvmem_cell *cell);
56 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell);
57 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len);
58 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len);
98 static inline struct nvmem_cell *nvmem_cell_get(struct device *dev, in nvmem_cell_get()
104 static inline struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, in devm_nvmem_cell_get()
111 struct nvmem_cell *cell) in devm_nvmem_cell_put()
115 static inline void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put()
119 static inline void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
124 static inline int nvmem_cell_write(struct nvmem_cell *cell, in nvmem_cell_write()
240 struct nvmem_cell *of_nvmem_cell_get(struct device_node *np,
246 static inline struct nvmem_cell *of_nvmem_cell_get(struct device_node *np, in of_nvmem_cell_get()