other versions
NAND_SCAN(9) | Public Functions Provided | NAND_SCAN(9) |
NAME¶
nand_scan - [NAND Interface] Scan for the NAND device
SYNOPSIS¶
int nand_scan(struct mtd_info * mtd, int maxchips);
ARGUMENTS¶
struct mtd_info * mtd
MTD device structure
int 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@linutronix.de>
Author.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |