Name

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

struct mtd_info * mtd

MTD device structure

loff_t from

offset to read from

struct mtd_oob_ops * ops

oob ops structure

Description

Internal function. Called with chip held.