Home
last modified time | relevance | path

Searched refs:nand_scan_ident (Results 1 – 21 of 21) sorted by relevance

/linux-3.4.99/drivers/mtd/nand/
Dsm_common.c119 ret = nand_scan_ident(mtd, 1, smartmedia ? in sm_register_device()
Dsocrates_nand.c215 if (nand_scan_ident(mtd, 1, NULL)) { in socrates_nand_probe()
Dbcm_umi_nand.c445 err = nand_scan_ident(board_mtd, 1, NULL); in bcm_umi_nand_probe()
Djz4740_nand.c358 ret = nand_scan_ident(mtd, 1, NULL); in jz_nand_probe()
Dtxx9ndfmc.c274 ret = nand_scan_ident(mtd, 1, NULL); in txx9ndfmc_nand_scan()
Domap2.c1071 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()
Dbf5xx_nand.c694 ret = nand_scan_ident(mtd, 1, NULL); in bf5xx_nand_scan()
Datmel_nand.c654 if (nand_scan_ident(mtd, 1, NULL)) { in atmel_nand_probe()
Ddavinci_nand.c698 ret = nand_scan_ident(&info->mtd, pdata->mask_chipsel ? 2 : 1, NULL); in nand_davinci_probe()
Ds3c2410.c1018 nmtd->scan_res = nand_scan_ident(&nmtd->mtd, in s3c24xx_nand_probe()
Dsh_flctl.c905 ret = nand_scan_ident(flctl_mtd, 1, NULL); in flctl_probe()
Dcafe_nand.c760 if (nand_scan_ident(mtd, 2, NULL)) { in cafe_nand_probe()
Dfsl_elbc_nand.c933 ret = nand_scan_ident(&priv->mtd, 1, NULL); in fsl_elbc_nand_probe()
Dfsl_ifc_nand.c990 ret = nand_scan_ident(&priv->mtd, 1, NULL); in fsl_ifc_nand_probe()
Dnand_base.c3184 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()
Dfsmc_nand.c1093 if (nand_scan_ident(&host->mtd, 1, NULL)) { in fsmc_nand_probe()
Dmxc_nand.c1208 if (nand_scan_ident(mtd, nfc_is_v21() ? 4 : 1, NULL)) { in mxcnd_probe()
Dpxa3xx_nand.c1012 if (nand_scan_ident(mtd, 1, def)) in pxa3xx_nand_scan()
Ddenali.c1537 if (nand_scan_ident(&denali->mtd, denali->max_banks, NULL)) { in denali_pci_probe()
Dnandsim.c2311 retval = nand_scan_ident(nsmtd, 1, NULL); in ns_init_module()
/linux-3.4.99/include/linux/mtd/
Dnand.h35 extern int nand_scan_ident(struct mtd_info *mtd, int max_chips,