Lines Matching refs:nvmem_cell

48 struct nvmem_cell {  struct
285 static struct nvmem_cell *nvmem_find_cell(const char *cell_id) in nvmem_find_cell()
287 struct nvmem_cell *p; in nvmem_find_cell()
302 static void nvmem_cell_drop(struct nvmem_cell *cell) in nvmem_cell_drop()
312 struct nvmem_cell *cell; in nvmem_device_remove_all_cells()
316 cell = list_entry(p, struct nvmem_cell, node); in nvmem_device_remove_all_cells()
322 static void nvmem_cell_add(struct nvmem_cell *cell) in nvmem_cell_add()
331 struct nvmem_cell *cell) in nvmem_cell_info_to_nvmem_cell()
368 struct nvmem_cell **cells; in nvmem_add_cells()
622 struct nvmem_cell **cellp, in __nvmem_device_get()
636 struct nvmem_cell *cell = nvmem_find_cell(cell_id); in __nvmem_device_get()
813 static struct nvmem_cell *nvmem_cell_get_from_list(const char *cell_id) in nvmem_cell_get_from_list()
815 struct nvmem_cell *cell = NULL; in nvmem_cell_get_from_list()
838 struct nvmem_cell *of_nvmem_cell_get(struct device_node *np, in of_nvmem_cell_get()
842 struct nvmem_cell *cell; in of_nvmem_cell_get()
927 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *cell_id) in nvmem_cell_get()
929 struct nvmem_cell *cell; in nvmem_cell_get()
947 nvmem_cell_put(*(struct nvmem_cell **)res); in devm_nvmem_cell_release()
960 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *id) in devm_nvmem_cell_get()
962 struct nvmem_cell **ptr, *cell; in devm_nvmem_cell_get()
982 struct nvmem_cell **c = res; in devm_nvmem_cell_match()
997 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell) in devm_nvmem_cell_put()
1013 void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put()
1022 static void nvmem_shift_read_buffer_in_place(struct nvmem_cell *cell, void *buf) in nvmem_shift_read_buffer_in_place()
1050 struct nvmem_cell *cell, in __nvmem_cell_read()
1080 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
1103 static void *nvmem_cell_prepare_write_buffer(struct nvmem_cell *cell, in nvmem_cell_prepare_write_buffer()
1165 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len) in nvmem_cell_write()
1204 struct nvmem_cell *cell; in nvmem_cell_read_u32()
1243 struct nvmem_cell cell; in nvmem_device_cell_read()
1274 struct nvmem_cell cell; in nvmem_device_cell_write()