other versions
NAND_DO_WRITE_OPS(9) | Internal Functions Provided | NAND_DO_WRITE_OPS(9) |
NAME¶
nand_do_write_ops - [INTERN] NAND write with ECC
SYNOPSIS¶
int nand_do_write_ops(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 operations description structure
DESCRIPTION¶
NAND write with ECC.
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |