other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
NAND_SCAN(9) | Public Functions Provided | NAND_SCAN(9) |
NAME¶
nand_scan - [NAND Interface] Scan for the NAND deviceSYNOPSIS¶
int
nand_scan(struct mtd_info * mtd,
int maxchips);
ARGUMENTS¶
mtdMTD 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. The mtd->owner field must be set to the module of the caller.AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |