scan_read_oob (9) - Linux Manuals
scan_read_oob: [GENERIC] Scan data+OOB region to buffer
NAME
scan_read_oob - [GENERIC] Scan data+OOB region to buffer
SYNOPSIS
-
int scan_read_oob(struct mtd_info
* mtd, uint8_t* buf, loff_toffs, size_t len);
ARGUMENTS
mtd
-
- MTD device structure
buf
- temporary buffer
offs
- offset at which to scan
len
- length of data region to read
DESCRIPTION
Scan read data from data+OOB. May traverse multiple pages, interleaving page,OOB,page,OOB,... in buf. Completes transfer and returns the "strongest" ECC condition (error or bitflip). May quit on the first (non-ECC) error.
AUTHOR
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
COPYRIGHT