Searched refs:nvm_dev (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | lightnvm.h | 82 struct nvm_dev; 86 typedef int (nvm_id_fn)(struct nvm_dev *); 87 typedef int (nvm_op_bb_tbl_fn)(struct nvm_dev *, struct ppa_addr, u8 *); 88 typedef int (nvm_op_set_bb_fn)(struct nvm_dev *, struct ppa_addr *, int, int); 89 typedef int (nvm_get_chk_meta_fn)(struct nvm_dev *, sector_t, int, 91 typedef int (nvm_submit_io_fn)(struct nvm_dev *, struct nvm_rq *, void *); 92 typedef void *(nvm_create_dma_pool_fn)(struct nvm_dev *, char *, int); 94 typedef void *(nvm_dev_dma_alloc_fn)(struct nvm_dev *, void *, gfp_t, 409 struct nvm_dev *parent; 413 struct nvm_dev { struct [all …]
|