1NAND_DO_WRITE_OPS(9) Internal Functions Provided NAND_DO_WRITE_OPS(9)
23
4
NAME
6nand_do_write_ops - [Internal] NAND write with ECC
7
SYNOPSIS
9int nand_do_write_ops(struct mtd_info * mtd, loff_t to,
10struct mtd_oob_ops * ops);
11
ARGUMENTS
13mtd
14MTD device structure
1516
to
17offset to write to
1819
ops
20oob operations description structure
21
DESCRIPTION
23NAND write with ECC
24
AUTHOR
26Thomas Gleixner <tglx@linutronix.de>
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 2.6. June 2019 NAND_DO_WRITE_OPS(9)