Home
last modified time | relevance | path

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

/include/linux/mtd/
Dnand.h99 struct nand_page_io_req { struct
100 struct nand_pos pos;
101 unsigned int dataoffs;
102 unsigned int datalen;
103 union {
106 } databuf;
107 unsigned int ooboffs;
108 unsigned int ooblen;
109 union {
112 } oobbuf;
[all …]