Searched refs:nand_scan_ident (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h32 extern int nand_scan_ident(struct mtd_info *mtd, int max_chips);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dcafe_nand.c743 if (nand_scan_ident(mtd, 2)) {
H A Dnand_base.c2489 * nand_scan_ident - [NAND Interface] Scan for the NAND device
2498 int nand_scan_ident(struct mtd_info *mtd, int maxchips) function
2769 ret = nand_scan_ident(mtd, maxchips);
2797 EXPORT_SYMBOL_GPL(nand_scan_ident); variable

Completed in 61 milliseconds