Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/lightnvm/
Dcore.c239 static struct nvm_tgt_type *__nvm_find_target_type(const char *name) in __nvm_find_target_type()
241 struct nvm_tgt_type *tt; in __nvm_find_target_type()
250 static struct nvm_tgt_type *nvm_find_target_type(const char *name) in nvm_find_target_type()
252 struct nvm_tgt_type *tt; in nvm_find_target_type()
310 struct nvm_tgt_type *tt; in nvm_create_tgt()
446 struct nvm_tgt_type *tt = t->type; in __nvm_remove_target()
620 int nvm_register_tgt_type(struct nvm_tgt_type *tt) in nvm_register_tgt_type()
635 void nvm_unregister_tgt_type(struct nvm_tgt_type *tt) in nvm_unregister_tgt_type()
1255 struct nvm_tgt_type *tt; in nvm_ioctl_info()
Dpblk-init.c1285 static struct nvm_tgt_type tt_pblk = {
/kernel/linux/linux-5.10/include/linux/
Dlightnvm.h263 struct nvm_tgt_type *type;
646 struct nvm_tgt_type { struct
668 extern int nvm_register_tgt_type(struct nvm_tgt_type *); argument
669 extern void nvm_unregister_tgt_type(struct nvm_tgt_type *);