Searched refs:nvmm_type (Results 1 – 3 of 3) sorted by relevance
247 struct nvmm_type *mt;392 struct nvmm_type { struct418 extern int nvm_register_mgr(struct nvmm_type *); argument419 extern void nvm_unregister_mgr(struct nvmm_type *);
89 static struct nvmm_type *nvm_find_mgr_type(const char *name) in nvm_find_mgr_type()91 struct nvmm_type *mt; in nvm_find_mgr_type()100 struct nvmm_type *nvm_init_mgr(struct nvm_dev *dev) in nvm_init_mgr()102 struct nvmm_type *mt; in nvm_init_mgr()120 int nvm_register_mgr(struct nvmm_type *mt) in nvm_register_mgr()147 void nvm_unregister_mgr(struct nvmm_type *mt) in nvm_unregister_mgr()
493 static struct nvmm_type gennvm = {