other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
NAND_DO_READ_OOB(9) | Internal Functions Provided | NAND_DO_READ_OOB(9) |
NAME¶
nand_do_read_oob - [INTERN] NAND read out-of-bandSYNOPSIS¶
int
nand_do_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 operations description structure
DESCRIPTION¶
NAND read out-of-band data from the spare area.AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |