Lines Matching refs:nvmem_cell
49 struct nvmem_cell { struct
425 static void nvmem_cell_drop(struct nvmem_cell *cell) in nvmem_cell_drop()
438 struct nvmem_cell *cell, *p; in nvmem_device_remove_all_cells()
444 static void nvmem_cell_add(struct nvmem_cell *cell) in nvmem_cell_add()
454 struct nvmem_cell *cell) in nvmem_cell_info_to_nvmem_cell_nodup()
480 struct nvmem_cell *cell) in nvmem_cell_info_to_nvmem_cell()
508 struct nvmem_cell **cells; in nvmem_add_cells()
574 struct nvmem_cell *cell; in nvmem_add_cells_from_table()
607 static struct nvmem_cell *
610 struct nvmem_cell *iter, *cell = NULL; in nvmem_find_cell_by_name()
681 struct nvmem_cell *cell; in nvmem_add_cells_from_of()
1145 static struct nvmem_cell *
1148 struct nvmem_cell *cell = ERR_PTR(-ENOENT); in nvmem_cell_get_from_lookup()
1187 static struct nvmem_cell *
1190 struct nvmem_cell *iter, *cell = NULL; in nvmem_find_cell_by_node()
1216 struct nvmem_cell *of_nvmem_cell_get(struct device_node *np, const char *id) in of_nvmem_cell_get()
1220 struct nvmem_cell *cell; in of_nvmem_cell_get()
1263 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *id) in nvmem_cell_get()
1265 struct nvmem_cell *cell; in nvmem_cell_get()
1283 nvmem_cell_put(*(struct nvmem_cell **)res); in devm_nvmem_cell_release()
1296 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id) in devm_nvmem_cell_get()
1298 struct nvmem_cell **ptr, *cell; in devm_nvmem_cell_get()
1318 struct nvmem_cell **c = res; in devm_nvmem_cell_match()
1333 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell) in devm_nvmem_cell_put()
1349 void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put()
1357 static void nvmem_shift_read_buffer_in_place(struct nvmem_cell *cell, void *buf) in nvmem_shift_read_buffer_in_place()
1391 struct nvmem_cell *cell, in __nvmem_cell_read()
1421 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
1444 static void *nvmem_cell_prepare_write_buffer(struct nvmem_cell *cell, in nvmem_cell_prepare_write_buffer()
1506 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len) in nvmem_cell_write()
1537 struct nvmem_cell *cell; in nvmem_cell_read_common()
1626 struct nvmem_cell *cell; in nvmem_cell_read_variable_common()
1730 struct nvmem_cell cell; in nvmem_device_cell_read()
1761 struct nvmem_cell cell; in nvmem_device_cell_write()