Name

nand_do_write_oob — [MTD Interface] NAND write out-of-band

Synopsis

int nand_do_write_oob (struct mtd_info * mtd,
 loff_t to,
 struct mtd_oob_ops * ops);
 

Arguments

struct mtd_info * mtd

MTD device structure

loff_t to

offset to write to

struct mtd_oob_ops * ops

oob operation description structure

Description

NAND write out-of-band.