1NAND_WRITE_PAGE_SWEC(9) Internal Functions Provided NAND_WRITE_PAGE_SWEC(9)
2
3
4
6 nand_write_page_swecc - [REPLACEABLE] software ECC based page write
7 function
8
10 int nand_write_page_swecc(struct mtd_info * mtd,
11 struct nand_chip * chip, const uint8_t * buf,
12 int oob_required);
13
15 mtd
16 mtd info structure
17
18 chip
19 nand chip info structure
20
21 buf
22 data buffer
23
24 oob_required
25 must write chip->oob_poi to OOB
26
28 Thomas Gleixner <tglx@linutronix.de>
29 Author.
30
32Kernel Hackers Manual 3.10 June 2019 NAND_WRITE_PAGE_SWEC(9)