nand_read_oob (9) Linux Manual Page
nand_read_oob – [MTD Interface] NAND read data and/or out-of-band
Synopsis
int nand_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops);
Arguments
mtd
-
- MTD 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 [at] linutronix.de>
- Author.
