Home
last modified time | relevance | path

Searched defs:nand_page_io_req (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/mtd/
H A Dnand.h114 struct nand_page_io_req { struct
115 enum nand_page_io_req_type type; argument
116 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 …]