1NAND_FILL_OOB(9) Internal Functions Provided NAND_FILL_OOB(9)
23
4
NAME
6nand_fill_oob - [Internal] Transfer client buffer to oob
7
SYNOPSIS
9uint8_t * nand_fill_oob(struct nand_chip * chip, uint8_t * oob,
10size_t len, struct mtd_oob_ops * ops);
11
ARGUMENTS
13chip
14nand chip structure
1516
oob
17oob data buffer
1819
len
20-- undescribed --
2122
ops
23oob ops structure
24
AUTHOR
26Thomas Gleixner <tglx@linutronix.de>
27Author.
28
COPYRIGHT
30Kernel Hackers Manual 2.6. November 2011 NAND_FILL_OOB(9)