Lines Matching refs:nvmem_cell
63 struct nvmem_cell { struct
1278 static struct nvmem_cell *nvmem_create_cell(struct nvmem_cell_entry *entry, in nvmem_create_cell()
1281 struct nvmem_cell *cell; in nvmem_create_cell()
1303 static struct nvmem_cell *
1307 struct nvmem_cell *cell = ERR_PTR(-ENOENT); in nvmem_cell_get_from_lookup()
1379 struct nvmem_cell *of_nvmem_cell_get(struct device_node *np, const char *id) in of_nvmem_cell_get()
1384 struct nvmem_cell *cell; in of_nvmem_cell_get()
1457 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get()
1459 struct nvmem_cell *cell; in nvmem_cell_get()
1477 nvmem_cell_put(*(struct nvmem_cell **)res); in devm_nvmem_cell_release()
1490 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id) in devm_nvmem_cell_get()
1492 struct nvmem_cell **ptr, *cell; in devm_nvmem_cell_get()
1512 struct nvmem_cell **c = res; in devm_nvmem_cell_match()
1527 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell) in devm_nvmem_cell_put()
1543 void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put()
1626 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
1747 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len) in nvmem_cell_write()
1757 struct nvmem_cell *cell; in nvmem_cell_read_common()
1846 struct nvmem_cell *cell; in nvmem_cell_read_variable_common()