Lines Matching refs:nvmem_device
17 struct nvmem_device;
175 int (*add_cells)(struct device *dev, struct nvmem_device *nvmem,
177 void (*fixup_cell_info)(struct nvmem_device *nvmem,
188 struct nvmem_device *nvmem_register(const struct nvmem_config *cfg);
189 void nvmem_unregister(struct nvmem_device *nvmem);
191 struct nvmem_device *devm_nvmem_register(struct device *dev,
197 int nvmem_add_one_cell(struct nvmem_device *nvmem,
205 const void *nvmem_layout_get_match_data(struct nvmem_device *nvmem,
210 static inline struct nvmem_device *nvmem_register(const struct nvmem_config *c) in nvmem_register()
215 static inline void nvmem_unregister(struct nvmem_device *nvmem) {} in nvmem_unregister()
217 static inline struct nvmem_device *
225 static inline int nvmem_add_one_cell(struct nvmem_device *nvmem, in nvmem_add_one_cell()
239 nvmem_layout_get_match_data(struct nvmem_device *nvmem, in nvmem_layout_get_match_data()