Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dsm_common.c111 ret = nand_scan_ident(mtd, 1, smartmedia ? in sm_register_device()
Dsocrates_nand.c193 if (nand_scan_ident(mtd, 1, NULL)) { in socrates_nand_probe()
Dtxx9ndfmc.c263 ret = nand_scan_ident(mtd, 1, NULL); in txx9ndfmc_nand_scan()
Dbf5xx_nand.c690 ret = nand_scan_ident(mtd, 1, NULL); in bf5xx_nand_scan()
Djz4740_nand.c366 ret = nand_scan_ident(mtd, 1, NULL); in jz_nand_detect_bank()
Ddavinci_nand.c764 ret = nand_scan_ident(&info->mtd, pdata->mask_chipsel ? 2 : 1, NULL); in nand_davinci_probe()
Dhisi504_nand.c767 ret = nand_scan_ident(mtd, max_chips, NULL); in hisi_nfc_probe()
Dlpc32xx_mlc.c736 if (nand_scan_ident(mtd, 1, NULL)) { in lpc32xx_nand_probe()
Dfsl_elbc_nand.c900 ret = nand_scan_ident(&priv->mtd, 1, NULL); in fsl_elbc_nand_probe()
Dcafe_nand.c700 if (nand_scan_ident(mtd, 2, NULL)) { in cafe_nand_probe()
Ds3c2410.c1021 nmtd->scan_res = nand_scan_ident(&nmtd->mtd, in s3c24xx_nand_probe()
Dlpc32xx_slc.c862 if (nand_scan_ident(mtd, 1, NULL)) { in lpc32xx_nand_probe()
Dfsl_ifc_nand.c1115 ret = nand_scan_ident(&priv->mtd, 1, NULL); in fsl_ifc_nand_probe()
Dfsmc_nand.c1083 if (nand_scan_ident(&host->mtd, 1, NULL)) { in fsmc_nand_probe()
Dsh_flctl.c1152 ret = nand_scan_ident(flctl_mtd, 1, NULL); in flctl_probe()
Dnand_base.c3812 int nand_scan_ident(struct mtd_info *mtd, int maxchips, in nand_scan_ident() function
3859 EXPORT_SYMBOL(nand_scan_ident);
4237 ret = nand_scan_ident(mtd, maxchips, NULL); in nand_scan()
Dsunxi_nand.c1242 ret = nand_scan_ident(mtd, nsels, NULL); in sunxi_nand_chip_init()
Dmxc_nand.c1571 if (nand_scan_ident(mtd, is_imx25_nfc(host) ? 4 : 1, NULL)) { in mxcnd_probe()
Ddenali.c1471 if (nand_scan_ident(&denali->mtd, denali->max_banks, NULL)) { in denali_init()
Dpxa3xx_nand.c1544 if (nand_scan_ident(mtd, 1, def)) in pxa3xx_nand_scan()
Domap2.c1726 if (nand_scan_ident(mtd, 1, NULL)) { in omap_nand_probe()
Dnandsim.c2309 retval = nand_scan_ident(nsmtd, 1, NULL); in ns_init_module()
Datmel_nand.c2229 if (nand_scan_ident(mtd, 1, NULL)) { in atmel_nand_probe()
/linux-4.1.27/include/linux/mtd/
Dnand.h35 extern int nand_scan_ident(struct mtd_info *mtd, int max_chips,
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1937 ret = nand_scan_ident(mtd, GPMI_IS_MX6(this) ? 2 : 1, NULL); in gpmi_nand_init()