1NAND_DO_READ_OOB(9) Internal Functions Provided NAND_DO_READ_OOB(9)
2
3
4
6 nand_do_read_oob - [Intern] NAND read out-of-band
7
9 int nand_do_read_oob(struct mtd_info * mtd, loff_t from,
10 struct mtd_oob_ops * ops);
11
13 mtd
14 MTD device structure
15
16 from
17 offset to read from
18
19 ops
20 oob operations description structure
21
23 NAND read out-of-band data from the spare area
24
26 Thomas Gleixner <tglx@linutronix.de>
27 Author.
28
30Kernel Hackers Manual 2.6. June 2019 NAND_DO_READ_OOB(9)