other versions
- wheezy 3.2.78-1
NAND_DO_WRITE_OOB(9) | Internal Functions Provided | NAND_DO_WRITE_OOB(9) |
NAME¶
nand_do_write_oob - [MTD Interface] NAND write out-of-bandSYNOPSIS¶
int
nand_do_write_oob(struct mtd_info * mtd,
loff_t to,
struct mtd_oob_ops * ops);
ARGUMENTS¶
mtdMTD device structure
to
offset to write to
ops
oob operation description structure
DESCRIPTION¶
NAND write out-of-band.AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |