Query: scan_read_oob
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCAN_READ_OOB(9) Internal Functions Provided SCAN_READ_OOB(9)NAMEscan_read_oob - [GENERIC] Scan data+OOB region to bufferSYNOPSISint scan_read_oob(struct mtd_info * mtd, uint8_t * buf, loff_t offs, size_t len);ARGUMENTSmtd MTD device structure buf temporary buffer offs offset at which to scan len length of data region to readDESCRIPTIONScan 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.AUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SCAN_READ_OOB(9)