nand_do_read_ops (9) Linux Manual Page
nand_do_read_ops – [INTERN] Read data with ECC
Synopsis
int nand_do_read_ops(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops);
Arguments
mtd
-
- MTD device structure
from
- offset to read from
ops
- oob ops structure
Description
Internal function. Called with chip held.
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
