other versions
NAND_SCAN_IDENT(9) | Public Functions Provided | NAND_SCAN_IDENT(9) |
NAME¶
nand_scan_ident - [NAND Interface] Scan for the NAND device
SYNOPSIS¶
int nand_scan_ident(struct mtd_info * mtd, int maxchips, struct nand_flash_dev * table);
ARGUMENTS¶
struct mtd_info * mtd
MTD device structure
int maxchips
number of chips to scan for
struct nand_flash_dev * table
alternative NAND ID table
DESCRIPTION¶
This is the first phase of the normal nand_scan function. It reads the flash ID and sets up MTD fields accordingly.
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |