nand_scan (9) - Linux Manuals
nand_scan: [NAND Interface] Scan for the NAND device
NAME
nand_scan - [NAND Interface] Scan for the NAND device
SYNOPSIS
-
int nand_scan(struct mtd_info
* mtd, intmaxchips);
ARGUMENTS
mtd
-
- MTD device structure
maxchips
- number of chips to scan for
DESCRIPTION
This fills out all the uninitialized function pointers with the defaults. The flash ID is read and the mtd/chip structures are filled with the appropriate values.
AUTHOR
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
COPYRIGHT