Home
last modified time | relevance | path

Searched refs:nvmm_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dlightnvm.h247 struct nvmm_type *mt;
392 struct nvmm_type { struct
418 extern int nvm_register_mgr(struct nvmm_type *); argument
419 extern void nvm_unregister_mgr(struct nvmm_type *);
/linux-4.4.14/drivers/lightnvm/
Dcore.c89 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()
Dgennvm.c493 static struct nvmm_type gennvm = {