Lines Matching refs:void
108 void nvmem_cell_put(struct nvmem_cell *cell);
109 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell);
111 void *nvmem_cell_read(struct nvmem_cell *cell, ssize_t *len);
112 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, ssize_t len);
128 struct nvmem_device *nvmem_device_find(void *data,
129 int (*match)(struct device *dev, const void *data));
130 void nvmem_device_put(struct nvmem_device *nvmem);
132 size_t bytes, void *buf);
134 size_t bytes, void *buf);
136 struct nvmem_cell_info *info, void *buf);
138 struct nvmem_cell_info *info, void *buf);
153 void nvmem_cell_put(struct nvmem_cell *cell);
154 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell);
155 void nvmem_device_put(struct nvmem_device *nvmem);
156 void devm_nvmem_device_put(struct device *dev, struct nvmem_device *nvmem);