Lines Matching refs:nvmem_cell
60 struct nvmem_cell { struct
1130 static struct nvmem_cell *nvmem_create_cell(struct nvmem_cell_entry *entry, const char *id) in nvmem_create_cell()
1132 struct nvmem_cell *cell; in nvmem_create_cell()
1153 static struct nvmem_cell *
1157 struct nvmem_cell *cell = ERR_PTR(-ENOENT); in nvmem_cell_get_from_lookup()
1229 struct nvmem_cell *of_nvmem_cell_get(struct device_node *np, const char *id) in of_nvmem_cell_get()
1234 struct nvmem_cell *cell; in of_nvmem_cell_get()
1281 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get()
1283 struct nvmem_cell *cell; in nvmem_cell_get()
1301 nvmem_cell_put(*(struct nvmem_cell **)res); in devm_nvmem_cell_release()
1314 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id) in devm_nvmem_cell_get()
1316 struct nvmem_cell **ptr, *cell; in devm_nvmem_cell_get()
1336 struct nvmem_cell **c = res; in devm_nvmem_cell_match()
1351 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell) in devm_nvmem_cell_put()
1367 void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put()
1450 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
1562 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len) in nvmem_cell_write()
1572 struct nvmem_cell *cell; in nvmem_cell_read_common()
1661 struct nvmem_cell *cell; in nvmem_cell_read_variable_common()