Lines Matching refs:nvmem_cell
41 struct nvmem_cell { struct
336 static struct nvmem_cell *nvmem_create_cell(struct nvmem_cell_entry *entry,
344 struct nvmem_cell *cell = NULL; in nvmem_cell_attr_read()
1295 static struct nvmem_cell *nvmem_create_cell(struct nvmem_cell_entry *entry, in nvmem_create_cell()
1298 struct nvmem_cell *cell; in nvmem_create_cell()
1320 static struct nvmem_cell *
1324 struct nvmem_cell *cell = ERR_PTR(-ENOENT); in nvmem_cell_get_from_lookup()
1414 struct nvmem_cell *of_nvmem_cell_get(struct device_node *np, const char *id) in of_nvmem_cell_get()
1419 struct nvmem_cell *cell; in of_nvmem_cell_get()
1505 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get()
1507 struct nvmem_cell *cell; in nvmem_cell_get()
1525 nvmem_cell_put(*(struct nvmem_cell **)res); in devm_nvmem_cell_release()
1538 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id) in devm_nvmem_cell_get()
1540 struct nvmem_cell **ptr, *cell; in devm_nvmem_cell_get()
1560 struct nvmem_cell **c = res; in devm_nvmem_cell_match()
1575 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell) in devm_nvmem_cell_put()
1591 void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put()
1683 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
1806 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len) in nvmem_cell_write()
1816 struct nvmem_cell *cell; in nvmem_cell_read_common()
1905 struct nvmem_cell *cell; in nvmem_cell_read_variable_common()