Query: nand_scan_ident
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NAND_SCAN_IDENT(9) Public Functions Provided NAND_SCAN_IDENT(9)NAMEnand_scan_ident - [NAND Interface] Scan for the NAND deviceSYNOPSISint nand_scan_ident(struct mtd_info * mtd, int maxchips, struct nand_flash_dev * table);ARGUMENTSmtd MTD device structure maxchips number of chips to scan for table alternative NAND ID tableDESCRIPTIONThis is the first phase of the normal nand_scan function. It reads the flash ID and sets up MTD fields accordingly. The mtd->owner field must be set to the module of the caller.AUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 NAND_SCAN_IDENT(9)