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 struct nand_flash_dev * table);
11
13 mtd
14 MTD device structure
15
16 maxchips
17 Number of chips to scan for
18
19 table
20 Alternative NAND ID table
21
23 This is the first phase of the normal nand_scan function. It reads the
24 flash ID and sets up MTD fields accordingly.
25
26 The mtd->owner field must be set to the module of the caller.
27
29 Thomas Gleixner <tglx@linutronix.de>
30 Author.
31
33Kernel Hackers Manual 2.6. November 2011 NAND_SCAN_IDENT(9)