Lines Matching full:nvmem
3 * nvmem framework provider.
34 * struct nvmem_config - NVMEM device configuration
40 * @cells: Optional array of pre-defined NVMEM cells.
42 * @type: Type of the nvmem storage
54 * Note: A default "nvmem<id>" name will be assigned to the device if
85 * struct nvmem_cell_table - NVMEM cell definitions for given provider
93 * that don't can't access the nvmem provided structure but wish to register
106 void nvmem_unregister(struct nvmem_device *nvmem);
111 int devm_nvmem_unregister(struct device *dev, struct nvmem_device *nvmem);
123 static inline void nvmem_unregister(struct nvmem_device *nvmem) {} in nvmem_unregister() argument
132 devm_nvmem_unregister(struct device *dev, struct nvmem_device *nvmem) in devm_nvmem_unregister() argument