Lines Matching full:nvmem
3 * nvmem framework provider.
35 * struct nvmem_keepout - NVMEM register keepout range.
48 * struct nvmem_config - NVMEM device configuration
54 * @cells: Optional array of pre-defined NVMEM cells.
58 * @type: Type of the nvmem storage
71 * Note: A default "nvmem<id>" name will be assigned to the device if
105 * struct nvmem_cell_table - NVMEM cell definitions for given provider
113 * that don't can't access the nvmem provided structure but wish to register
126 void nvmem_unregister(struct nvmem_device *nvmem);
131 int devm_nvmem_unregister(struct device *dev, struct nvmem_device *nvmem);
143 static inline void nvmem_unregister(struct nvmem_device *nvmem) {} in nvmem_unregister() argument
152 devm_nvmem_unregister(struct device *dev, struct nvmem_device *nvmem) in devm_nvmem_unregister() argument