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

NAME

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

SYNOPSIS

9       int nand_scan(struct mtd_info * mtd, int maxchips);
10

ARGUMENTS

12       mtd
13           MTD device structure
14
15       maxchips
16           number of chips to scan for
17

DESCRIPTION

19       This fills out all the uninitialized function pointers with the
20       defaults. The flash ID is read and the mtd/chip structures are filled
21       with the appropriate values. The mtd->owner field must be set to the
22       module of the caller.
23

AUTHOR

25       Thomas Gleixner <tglx@linutronix.de>
26           Author.
27
29Kernel Hackers Manual 3.10         June 2019                      NAND_SCAN(9)
Impressum