1NAND_SCAN_IDENT(9)         Public Functions Provided        NAND_SCAN_IDENT(9)
2
3
4

NAME

6       nand_scan_ident - [NAND Interface] Scan for the NAND device
7

SYNOPSIS

9       int nand_scan_ident(struct mtd_info * mtd, int maxchips,
10                           struct nand_flash_dev * table);
11

ARGUMENTS

13       mtd
14           MTD device structure
15
16       maxchips
17           number of chips to scan for
18
19       table
20           alternative NAND ID table
21

DESCRIPTION

23       This is the first phase of the normal nand_scan function. It reads the
24       flash ID and sets up MTD fields accordingly.
25
26       The mtd->owner field must be set to the module of the caller.
27

AUTHOR

29       Thomas Gleixner <tglx@linutronix.de>
30           Author.
31
33Kernel Hackers Manual 3.10         June 2019                NAND_SCAN_IDENT(9)
Impressum