nand_scan_tail (9) Linux Manual Page
nand_scan_tail – [NAND Interface] Scan for the NAND device
Synopsis
int nand_scan_tail(struct mtd_info *mtd);
Arguments
mtd
-
- MTD device structure
Description
This is the second phase of the normal nand_scan function. It fills out all the uninitialized function pointers with the defaults and scans for a bad block table if appropriate.
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
