Searched defs:nand_blk_ops (Results 1 – 1 of 1) sorted by relevance
36 struct nand_blk_ops { struct37 char *name;38 int major;39 int minorbits;40 int last_dev_index;41 struct completion thread_exit;42 int quit;43 int nand_th_quited;44 wait_queue_head_t thread_wq; /* thread wait queue */45 struct request_queue *rq;[all …]