Searched refs:nand_scan (Results 26 - 31 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dpxa3xx_nand.c1317 if (nand_scan(mtd, 1)) {
H A Ddiskonchip.c1142 layers; variables with have already been configured by nand_scan.
1658 if ((ret = nand_scan(mtd, numchips))) {
H A Dnand_base.c3019 * This is the first phase of the normal nand_scan() function. It
3073 * This is the second phase of the normal nand_scan() function. It
3307 * nand_scan - [NAND Interface] Scan for the NAND device
3318 int nand_scan(struct mtd_info *mtd, int maxchips) function
3363 EXPORT_SYMBOL_GPL(nand_scan); variable
H A Dnandsim.c2296 if ((retval = nand_scan(nsmtd, 1)) != 0) {
2309 /* N.B. This relies on nand_scan not doing anything with the size before we change it */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c2330 if ((ret = nand_scan(mtd, chip->numchips)) != 0) {
2331 printk(KERN_ERR "brcmnand_mtd_init: nand_scan failed\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand_47xx.c2330 if ((ret = nand_scan(mtd, chip->numchips)) != 0) {
2331 printk(KERN_ERR "brcmnand_mtd_init: nand_scan failed\n");

Completed in 83 milliseconds

12