Searched defs:nand_page_io_req (Results 1 – 1 of 1) sorted by relevance
114 struct nand_page_io_req { struct115 enum nand_page_io_req_type type; argument116 struct nand_pos pos;117 unsigned int dataoffs;118 unsigned int datalen;119 union {122 } databuf;123 unsigned int ooboffs;124 unsigned int ooblen;125 union {[all …]