Searched refs:nand_scan (Results 1 - 24 of 24) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dnandflash.c142 if (nand_scan (crisv32_mtd, 1)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c2411 if ((ret = nand_scan(mtd, chip->numchips)) != 0) {
2412 printk(KERN_ERR "brcmnand_mtd_init: nand_scan failed\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dams-delta.c205 if (nand_scan(ams_delta_mtd, 1)) {
H A Dat91_nand.c150 if (nand_scan(mtd, 1)) {
H A Dau1550nd.c580 if (nand_scan(au1550_mtd, 1)) {
H A Dautcpu12.c182 if (nand_scan(autcpu12_mtd, 1)) {
H A Dcmx270_nand.c211 if (nand_scan (cmx270_nand_mtd, 1)) {
H A Dcs553x_nand.c242 if (nand_scan(new_mtd, 1)) {
H A Ddiskonchip.c1150 layers; variables with have already been configured by nand_scan.
1666 if ((ret = nand_scan(mtd, numchips))) {
H A Dedb7312.c162 if (nand_scan(ep7312_mtd, 1)) {
H A Dexcite_nandflash.c208 scan_res = nand_scan(&drvdata->board_mtd, 1);
H A Dh1910.c132 if (nand_scan(h1910_nand_mtd, 1)) {
H A Dnand_base.c2493 * This is the first phase of the normal nand_scan() function. It
2544 * This is the second phase of the normal nand_scan() function. It
2748 * nand_scan - [NAND Interface] Scan for the NAND device
2759 int nand_scan(struct mtd_info *mtd, int maxchips) function
2765 printk(KERN_CRIT "nand_scan() called with NULL mtd->owner!\n");
2796 EXPORT_SYMBOL_GPL(nand_scan); variable
H A Dnandsim.c2000 if ((retval = nand_scan(nsmtd, 1)) != 0) {
2013 /* N.B. This relies on nand_scan not doing anything with the size before we change it */
H A Dndfc.c198 if (nand_scan(&nandmtd->mtd, nc->nr_chips)) {
H A Dplat_nand.c73 if (nand_scan(&data->mtd, 1)) {
H A Dppchameleonevb.c277 if (nand_scan(ppchameleon_mtd, 1)) {
383 if (nand_scan(ppchameleonevb_mtd, 1)) {
H A Drtc_from4.c551 if (nand_scan(rtc_from4_mtd, RTC_FROM4_MAX_CHIPS)) {
H A Ds3c2410.c765 nmtd->scan_res = nand_scan(&nmtd->mtd, (sets) ? sets->nr_chips : 1);
H A Dsharpsl.c214 err = nand_scan(sharpsl_mtd, 1);
H A Dspia.c148 if (nand_scan(spia_mtd, 1)) {
H A Dtoto.c153 if (nand_scan(toto_mtd, 1)) {
H A Dts7250.c160 if (nand_scan(ts7250_mtd, 1)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h29 extern int nand_scan (struct mtd_info *mtd, int max_chips);
30 /* Separate phases of nand_scan(), allowing board driver to intervene
371 * @options: [BOARDSPECIFIC] various chip options. They can partly be set to inform nand_scan about

Completed in 170 milliseconds