1NAND_READ_OOB_STD(9) Internal Functions Provided NAND_READ_OOB_STD(9)
2
3
4
6 nand_read_oob_std - [REPLACABLE] the most common OOB data read function
7
9 int nand_read_oob_std(struct mtd_info * mtd, struct nand_chip * chip,
10 int page, int sndcmd);
11
13 mtd
14 mtd info structure
15
16 chip
17 nand chip info structure
18
19 page
20 page number to read
21
22 sndcmd
23 flag whether to issue read command or not
24
26 Thomas Gleixner <tglx@linutronix.de>
27 Author.
28
30Kernel Hackers Manual 2.6. June 2019 NAND_READ_OOB_STD(9)