nvm_tgt_type      243 drivers/lightnvm/core.c static struct nvm_tgt_type *__nvm_find_target_type(const char *name)
nvm_tgt_type      245 drivers/lightnvm/core.c 	struct nvm_tgt_type *tt;
nvm_tgt_type      254 drivers/lightnvm/core.c static struct nvm_tgt_type *nvm_find_target_type(const char *name)
nvm_tgt_type      256 drivers/lightnvm/core.c 	struct nvm_tgt_type *tt;
nvm_tgt_type      314 drivers/lightnvm/core.c 	struct nvm_tgt_type *tt;
nvm_tgt_type      451 drivers/lightnvm/core.c 	struct nvm_tgt_type *tt = t->type;
nvm_tgt_type      625 drivers/lightnvm/core.c int nvm_register_tgt_type(struct nvm_tgt_type *tt)
nvm_tgt_type      640 drivers/lightnvm/core.c void nvm_unregister_tgt_type(struct nvm_tgt_type *tt)
nvm_tgt_type     1261 drivers/lightnvm/core.c 	struct nvm_tgt_type *tt;
nvm_tgt_type     1280 drivers/lightnvm/pblk-init.c static struct nvm_tgt_type tt_pblk = {
nvm_tgt_type      263 include/linux/lightnvm.h 	struct nvm_tgt_type *type;
nvm_tgt_type      669 include/linux/lightnvm.h extern int nvm_register_tgt_type(struct nvm_tgt_type *);
nvm_tgt_type      670 include/linux/lightnvm.h extern void nvm_unregister_tgt_type(struct nvm_tgt_type *);