Lines Matching defs:nand_page_io_req
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 {128 } oobbuf;129 int mode;130 bool continuous;