1NAND_SCAN(9) Public Functions Provided NAND_SCAN(9)
2
3
4
6 nand_scan - [NAND Interface] Scan for the NAND device
7
9 int nand_scan(struct mtd_info * mtd, int maxchips);
10
12 mtd
13 MTD device structure
14
15 maxchips
16 Number of chips to scan for
17
19 This fills out all the uninitialized function pointers with the
20 defaults. The flash ID is read and the mtd/chip structures are filled
21 with the appropriate values. The mtd->owner field must be set to the
22 module of the caller
23
25 Thomas Gleixner <tglx@linutronix.de>
26 Author.
27
29Kernel Hackers Manual 2.6. June 2019 NAND_SCAN(9)