Searched defs:nand_page_io_req (Results 1 – 1 of 1) sorted by relevance
112 struct nand_page_io_req { struct113 enum nand_page_io_req_type type; argument114 struct nand_pos pos;115 unsigned int dataoffs;116 unsigned int datalen;117 union {120 } databuf;121 unsigned int ooboffs;122 unsigned int ooblen;123 union {[all …]