Lines Matching refs:cell
67 3. NVMEM cell based consumer APIs
76 void nvmem_cell_put(struct nvmem_cell *cell);
77 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell);
79 void *nvmem_cell_read(struct nvmem_cell *cell, ssize_t *len);
80 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, ssize_t len);
82 *nvmem_cell_get() apis will get a reference to nvmem cell for a given id,
83 and nvmem_cell_read/write() can then read or write to the cell.
84 Once the usage of the cell is finished the consumer should call *nvmem_cell_put()
85 to free all the allocation memory for the cell.
109 The difference between these apis and cell based apis is that these apis always
119 void nvmem_cell_put(struct nvmem_cell *cell);
120 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell);