1NAND_READ_OOB(9) Internal Functions Provided NAND_READ_OOB(9)
23
4
NAME
6nand_read_oob - [MTD Interface] NAND read data and/or out-of-band
7
SYNOPSIS
9int nand_read_oob(struct mtd_info * mtd, loff_t from,
10struct mtd_oob_ops * ops);
11
ARGUMENTS
13mtd
14MTD device structure
1516
from
17offset to read from
1819
ops
20oob operation description structure
21
DESCRIPTION
23NAND read data and/or out-of-band data
24
AUTHOR
26Thomas Gleixner <tglx@linutronix.de>
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 2.6. June 2019 NAND_READ_OOB(9)