Searched refs:get_cd (Results 1 - 32 of 32) sorted by relevance

/linux-4.1.27/include/linux/platform_data/
H A Dmmc-davinci.h12 /* get_cd()/get_wp() may sleep */
13 int (*get_cd)(int module); member in struct:davinci_mmc_config
/linux-4.1.27/arch/arm/mach-davinci/
H A Dboard-dm355-leopard.c199 .get_cd = dm355leopard_mmc_get_cd,
H A Dboard-dm355-evm.c341 .get_cd = dm355evm_mmc_get_cd,
H A Dboard-omapl138-hawk.c137 .get_cd = da850_hawk_mmc_get_cd,
H A Dboard-da830-evm.c240 .get_cd = da830_evm_mmc_get_cd,
H A Dboard-dm365-evm.c253 .get_cd = cpld_mmc_get_cd,
H A Dboard-dm644x-evm.c571 .get_cd = dm6444evm_mmc_get_cd,
H A Dboard-da850-evm.c791 .get_cd = da850_evm_mmc_get_cd,
/linux-4.1.27/include/linux/mmc/
H A Dsh_mmcif.h35 int (*get_cd)(struct platform_device *pdef); member in struct:sh_mmcif_plat_data
H A Dhost.h109 * Return values for the get_cd callback should be:
117 int (*get_cd)(struct mmc_host *host); member in struct:mmc_host_ops
/linux-4.1.27/drivers/mmc/host/
H A Ddavinci_mmc.c1059 if (!config || !config->get_cd) mmc_davinci_get_cd()
1061 return config->get_cd(pdev->id); mmc_davinci_get_cd()
1097 .get_cd = mmc_davinci_get_cd,
H A Dsh_mmcif.c1064 if (!p || !p->get_cd) sh_mmcif_get_cd()
1067 return p->get_cd(host->pd); sh_mmcif_get_cd()
1073 .get_cd = sh_mmcif_get_cd,
H A Dtoshsd.c556 .get_cd = toshsd_get_cd,
H A Dushc.c418 .get_cd = ushc_get_cd,
H A Dcb710-mmc.c662 .get_cd = cb710_mmc_get_cd,
H A Dmxs-mmc.c547 .get_cd = mxs_mmc_get_cd,
H A Dwmt-sdmmc.c732 .get_cd = wmt_mci_get_cd,
H A Dau1xmmc.c942 .get_cd = au1xmmc_card_inserted,
H A Djz4740_mmc.c908 .get_cd = mmc_gpio_get_cd,
H A Drtsx_pci_sdmmc.c1330 .get_cd = sdmmc_get_cd,
H A Drtsx_usb_sdmmc.c1291 .get_cd = sdmmc_get_cd,
H A Dsunxi-mmc.c882 .get_cd = mmc_gpio_get_cd,
H A Dtmio_mmc_pio.c1018 .get_cd = mmc_gpio_get_cd,
H A Ddw_mmc.c1337 /* Use platform get_cd function, else try onboard card detect */ dw_mci_get_cd()
1444 .get_cd = dw_mci_get_cd,
H A Dmmc_spi.c1274 .get_cd = mmc_gpio_get_cd,
H A Dmmci.c1476 .get_cd = mmci_get_cd,
H A Ds3cmci.c1358 .get_cd = s3cmci_card_present,
H A Dusdhi6rol0.c1153 .get_cd = usdhi6_get_cd,
H A Domap_hsmmc.c1766 .get_cd = omap_hsmmc_get_cd,
H A Datmel-mci.c1475 .get_cd = atmci_get_cd,
H A Dsdhci.c2232 .get_cd = sdhci_get_cd,
/linux-4.1.27/drivers/mmc/core/
H A Dcore.c2399 if (!ret && host->ops->get_cd && !host->ops->get_cd(host)) { _mmc_detect_card_removed()
2497 if (!(host->caps & MMC_CAP_NONREMOVABLE) && host->ops->get_cd && mmc_rescan()
2498 host->ops->get_cd(host) == 0) { mmc_rescan()

Completed in 369 milliseconds