1NAND_DO_WRITE_OOB(9) Internal Functions Provided NAND_DO_WRITE_OOB(9)
23
4
NAME
6nand_do_write_oob - [MTD Interface] NAND write out-of-band
7
SYNOPSIS
9int nand_do_write_oob(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 operation description structure
21
DESCRIPTION
23NAND write out-of-band
24
AUTHOR
26Thomas Gleixner <tglx@linutronix.de>
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 2.6. June 2019 NAND_DO_WRITE_OOB(9)