Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mtd/
Dnand.h96 struct nand_page_io_req { struct
97 struct nand_pos pos;
98 unsigned int dataoffs;
99 unsigned int datalen;
100 union {
103 } databuf;
104 unsigned int ooboffs;
105 unsigned int ooblen;
106 union {
109 } oobbuf;
[all …]