1NAND_FILL_OOB(9)          Internal Functions Provided         NAND_FILL_OOB(9)
2
3
4

NAME

6       nand_fill_oob - [INTERN] Transfer client buffer to oob
7

SYNOPSIS

9       uint8_t * nand_fill_oob(struct mtd_info * mtd, uint8_t * oob,
10                               size_t len, struct mtd_oob_ops * ops);
11

ARGUMENTS

13       mtd
14           MTD device structure
15
16       oob
17           oob data buffer
18
19       len
20           oob data write length
21
22       ops
23           oob ops structure
24

AUTHOR

26       Thomas Gleixner <tglx@linutronix.de>
27           Author.
28
30Kernel Hackers Manual 3.10         June 2019                  NAND_FILL_OOB(9)
Impressum