nand_write_oob (9) Linux Manual Page
nand_write_oob – [MTD Interface] NAND write data and/or out-of-band
Synopsis
int nand_write_oob(struct mtd_info *mtd, loff_t to, struct mtd_oob_ops *ops);
Arguments
mtd
-
- MTD device structure
to
- offset to write to
ops
- oob operation description structure
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
