Lines Matching full:nvmem
3 * nvmem framework provider.
30 * struct nvmem_config - NVMEM device configuration
36 * @cells: Optional array of pre-defined NVMEM cells.
38 * @type: Type of the nvmem storage
49 * Note: A default "nvmem<id>" name will be assigned to the device if
79 * struct nvmem_cell_table - NVMEM cell definitions for given provider
87 * that don't can't access the nvmem provided structure but wish to register
100 void nvmem_unregister(struct nvmem_device *nvmem);
105 int devm_nvmem_unregister(struct device *dev, struct nvmem_device *nvmem);
117 static inline void nvmem_unregister(struct nvmem_device *nvmem) {} in nvmem_unregister() argument
126 devm_nvmem_unregister(struct device *dev, struct nvmem_device *nvmem) in devm_nvmem_unregister() argument