1NAND_SCAN_TAIL(9) Public Functions Provided NAND_SCAN_TAIL(9)
2
3
4
6 nand_scan_tail - [NAND Interface] Scan for the NAND device
7
9 int nand_scan_tail(struct mtd_info * mtd);
10
12 mtd
13 MTD device structure
14
16 This is the second phase of the normal nand_scan function. It fills out
17 all the uninitialized function pointers with the defaults and scans for
18 a bad block table if appropriate.
19
21 Thomas Gleixner <tglx@linutronix.de>
22 Author.
23
25Kernel Hackers Manual 2.6. June 2019 NAND_SCAN_TAIL(9)