1NAND_SCAN_IDENT(9) Public Functions Provided NAND_SCAN_IDENT(9)
2
3
4
6 nand_scan_ident - [NAND Interface] Scan for the NAND device
7
9 int nand_scan_ident(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 is the first phase of the normal nand_scan function. It reads the
20 flash ID and sets up MTD fields accordingly.
21
22 The mtd->owner field must be set to the module of the caller.
23
25 Thomas Gleixner <tglx@linutronix.de>
26 Author.
27
29Kernel Hackers Manual 2.6. June 2019 NAND_SCAN_IDENT(9)