1NAND_FILL_OOB(9) Internal Functions Provided NAND_FILL_OOB(9)
23
4
NAME
6nand_fill_oob - [INTERN] Transfer client buffer to oob
7
SYNOPSIS
9uint8_t * nand_fill_oob(struct mtd_info * mtd, uint8_t * oob,
10size_t len, struct mtd_oob_ops * ops);
11
ARGUMENTS
13mtd
14MTD device structure
1516
oob
17oob data buffer
1819
len
20oob data write length
2122
ops
23oob ops structure
24
AUTHOR
26Thomas Gleixner <tglx@linutronix.de>
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 3.10 June 2019 NAND_FILL_OOB(9)