Home
last modified time | relevance | path

Searched refs:nand_scan_tail (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/
Dsm_common.c130 ret = nand_scan_tail(mtd); in sm_register_device()
Dsocrates_nand.c199 if (nand_scan_tail(mtd)) { in socrates_nand_probe()
Dtxx9ndfmc.c270 ret = nand_scan_tail(mtd); in txx9ndfmc_nand_scan()
Dbf5xx_nand.c711 return nand_scan_tail(mtd); in bf5xx_nand_scan()
Djz4740_nand.c504 ret = nand_scan_tail(mtd); in jz_nand_probe()
Ddavinci_nand.c818 ret = nand_scan_tail(&info->mtd); in nand_davinci_probe()
Dhisi504_nand.c802 ret = nand_scan_tail(mtd); in hisi_nfc_probe()
Dlpc32xx_mlc.c782 if (nand_scan_tail(mtd)) { in lpc32xx_nand_probe()
Dfsl_elbc_nand.c908 ret = nand_scan_tail(&priv->mtd); in fsl_elbc_nand_probe()
Dcafe_nand.c764 err = nand_scan_tail(mtd); in cafe_nand_probe()
Ds3c2410.c1027 nand_scan_tail(&nmtd->mtd); in s3c24xx_nand_probe()
Dlpc32xx_slc.c901 if (nand_scan_tail(mtd)) { in lpc32xx_nand_probe()
Dfsl_ifc_nand.c1123 ret = nand_scan_tail(&priv->mtd); in fsl_ifc_nand_probe()
Dfsmc_nand.c1135 if (nand_scan_tail(&host->mtd)) { in fsmc_nand_probe()
Dsh_flctl.c1160 ret = nand_scan_tail(flctl_mtd); in flctl_probe()
Ddocg4.c1341 retval = nand_scan_tail(mtd); in probe_docg4()
Dnand_base.c3903 int nand_scan_tail(struct mtd_info *mtd) in nand_scan_tail() function
4203 EXPORT_SYMBOL(nand_scan_tail);
4239 ret = nand_scan_tail(mtd); in nand_scan()
Dsunxi_nand.c1258 ret = nand_scan_tail(mtd); in sunxi_nand_chip_init()
Dmxc_nand.c1601 if (nand_scan_tail(mtd)) { in mxcnd_probe()
Ddenali.c1593 if (nand_scan_tail(&denali->mtd)) { in denali_init()
Dpxa3xx_nand.c1612 return nand_scan_tail(mtd); in pxa3xx_nand_scan()
Domap2.c2035 if (nand_scan_tail(mtd)) { in omap_nand_probe()
Dnandsim.c2345 retval = nand_scan_tail(nsmtd); in ns_init_module()
Datmel_nand.c2254 if (nand_scan_tail(mtd)) { in atmel_nand_probe()
/linux-4.1.27/include/linux/mtd/
Dnand.h37 extern int nand_scan_tail(struct mtd_info *mtd);
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c1946 ret = nand_scan_tail(mtd); in gpmi_nand_init()