1NAND_WRITE_PAGE_RAW(9) Internal Functions Provided NAND_WRITE_PAGE_RAW(9)
2
3
4
6 nand_write_page_raw - [INTERN] raw page write function
7
9 int nand_write_page_raw(struct mtd_info * mtd, struct nand_chip * chip,
10 const uint8_t * buf, int oob_required);
11
13 mtd
14 mtd info structure
15
16 chip
17 nand chip info structure
18
19 buf
20 data buffer
21
22 oob_required
23 must write chip->oob_poi to OOB
24
26 Not for syndrome calculating ECC controllers, which use a special oob
27 layout.
28
30 Thomas Gleixner <tglx@linutronix.de>
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 NAND_WRITE_PAGE_RAW(9)