nand_transfer_oob (9) Linux Manual Page
nand_transfer_oob – [INTERN] Transfer oob to client buffer
Synopsis
-
uint8_t * nand_transfer_oob(struct mtd_infomtd* , uint8_toob* , struct mtd_oob_opsops* , size_tlen);
Arguments
mtd
-
- mtd info structure
oob
- oob destination address
ops
- oob ops structure
len
- size of oob to transfer
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
