nand_transfer_oob(9)
NAME
nand_transfer_oob - [Internal] Transfer oob to client buffer
SYNOPSIS
uint8_t * nand_transfer_oob(struct nand_chip * chip, uint8_t * oob,
struct mtd_oob_ops * ops, size_t len);
ARGUMENTS
- chip
- nand chip structure
- oob
- oob destination address
- ops
- oob ops structure
- len
- size of oob to transfer
AUTHOR
- Thomas Gleixner <tglx@linutronix.de>
- Author.