Searched refs:nand_scan_ident (Results 1 – 21 of 21) sorted by relevance
/linux-3.4.99/drivers/mtd/nand/ |
D | sm_common.c | 119 ret = nand_scan_ident(mtd, 1, smartmedia ? in sm_register_device()
|
D | socrates_nand.c | 215 if (nand_scan_ident(mtd, 1, NULL)) { in socrates_nand_probe()
|
D | bcm_umi_nand.c | 445 err = nand_scan_ident(board_mtd, 1, NULL); in bcm_umi_nand_probe()
|
D | jz4740_nand.c | 358 ret = nand_scan_ident(mtd, 1, NULL); in jz_nand_probe()
|
D | txx9ndfmc.c | 274 ret = nand_scan_ident(mtd, 1, NULL); in txx9ndfmc_nand_scan()
|
D | omap2.c | 1071 if (nand_scan_ident(&info->mtd, 1, NULL)) { in omap_nand_probe() 1073 if (nand_scan_ident(&info->mtd, 1, NULL)) { in omap_nand_probe()
|
D | bf5xx_nand.c | 694 ret = nand_scan_ident(mtd, 1, NULL); in bf5xx_nand_scan()
|
D | atmel_nand.c | 654 if (nand_scan_ident(mtd, 1, NULL)) { in atmel_nand_probe()
|
D | davinci_nand.c | 698 ret = nand_scan_ident(&info->mtd, pdata->mask_chipsel ? 2 : 1, NULL); in nand_davinci_probe()
|
D | s3c2410.c | 1018 nmtd->scan_res = nand_scan_ident(&nmtd->mtd, in s3c24xx_nand_probe()
|
D | sh_flctl.c | 905 ret = nand_scan_ident(flctl_mtd, 1, NULL); in flctl_probe()
|
D | cafe_nand.c | 760 if (nand_scan_ident(mtd, 2, NULL)) { in cafe_nand_probe()
|
D | fsl_elbc_nand.c | 933 ret = nand_scan_ident(&priv->mtd, 1, NULL); in fsl_elbc_nand_probe()
|
D | fsl_ifc_nand.c | 990 ret = nand_scan_ident(&priv->mtd, 1, NULL); in fsl_ifc_nand_probe()
|
D | nand_base.c | 3184 int nand_scan_ident(struct mtd_info *mtd, int maxchips, in nand_scan_ident() function 3228 EXPORT_SYMBOL(nand_scan_ident); 3537 ret = nand_scan_ident(mtd, maxchips, NULL); in nand_scan()
|
D | fsmc_nand.c | 1093 if (nand_scan_ident(&host->mtd, 1, NULL)) { in fsmc_nand_probe()
|
D | mxc_nand.c | 1208 if (nand_scan_ident(mtd, nfc_is_v21() ? 4 : 1, NULL)) { in mxcnd_probe()
|
D | pxa3xx_nand.c | 1012 if (nand_scan_ident(mtd, 1, def)) in pxa3xx_nand_scan()
|
D | denali.c | 1537 if (nand_scan_ident(&denali->mtd, denali->max_banks, NULL)) { in denali_pci_probe()
|
D | nandsim.c | 2311 retval = nand_scan_ident(nsmtd, 1, NULL); in ns_init_module()
|
/linux-3.4.99/include/linux/mtd/ |
D | nand.h | 35 extern int nand_scan_ident(struct mtd_info *mtd, int max_chips,
|