other versions
- stretch 4.9.168-1
NAND_READ_OOB(9) | Internal Functions Provided | NAND_READ_OOB(9) |
NAME¶
nand_read_oob - [MTD Interface] NAND read data and/or out-of-bandSYNOPSIS¶
int nand_read_oob(struct mtd_info * mtd, loff_t from, struct mtd_oob_ops * ops);
ARGUMENTS¶
mtdMTD device structure
from
offset to read from
ops
oob operation description structure
DESCRIPTION¶
NAND read data and/or out-of-band data.AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |