| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | mmc-davinci.h | 14 int (*get_cd)(int module); member
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | pic32_sdhci.c | 29 .get_cd = pic32_sdhci_get_cd,
|
| H A D | mmc-uclass.c | 136 if (!ops->get_cd) in dm_mmc_get_cd() 138 return ops->get_cd(dev); in dm_mmc_get_cd()
|
| H A D | sandbox_mmc.c | 101 .get_cd = sandbox_mmc_get_cd,
|
| H A D | sdhci.c | 571 if (host->ops && host->ops->get_cd) 572 host->ops->get_cd(host);
|
| H A D | dw_mmc.c | 878 .get_cd = dwmci_get_cd, 887 .get_cd = dwmci_get_cd,
|
| H A D | tegra_mmc.c | 589 .get_cd = tegra_mmc_getcd,
|
| H A D | sunxi_mmc.c | 556 .get_cd = sunxi_mmc_getcd,
|
| H A D | stm32_sdmmc2.c | 518 .get_cd = stm32_sdmmc2_getcd,
|
| H A D | uniphier-sd.c | 627 .get_cd = uniphier_sd_get_cd,
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-davinci/ |
| H A D | board-dm355-leopard.c | 201 .get_cd = dm355leopard_mmc_get_cd,
|
| H A D | board-dm355-evm.c | 361 .get_cd = dm355evm_mmc_get_cd,
|
| H A D | board-dm365-evm.c | 318 .get_cd = cpld_mmc_get_cd,
|
| H A D | board-dm644x-evm.c | 627 .get_cd = dm6444evm_mmc_get_cd,
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-pci-o2micro.c | 609 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot() 613 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
|
| H A D | davinci_mmc.c | 1014 if (config && config->get_cd) in mmc_davinci_get_cd() 1015 return config->get_cd(pdev->id); in mmc_davinci_get_cd() 1054 .get_cd = mmc_davinci_get_cd,
|
| H A D | tmio_mmc_core.c | 991 .get_cd = tmio_mmc_get_cd, 1131 _host->ops.get_cd = mmc_gpio_get_cd; in tmio_mmc_host_probe()
|
| H A D | ushc.c | 414 .get_cd = ushc_get_cd,
|
| H A D | toshsd.c | 553 .get_cd = toshsd_get_cd,
|
| H A D | owl-mmc.c | 559 .get_cd = mmc_gpio_get_cd,
|
| H A D | mxs-mmc.c | 543 .get_cd = mxs_mmc_get_cd,
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | core.c | 2208 if (!ret && host->ops->get_cd && !host->ops->get_cd(host)) { in _mmc_detect_card_removed() 2308 if (mmc_card_is_removable(host) && host->ops->get_cd && in mmc_rescan() 2309 host->ops->get_cd(host) == 0) { in mmc_rescan()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sdhci.h | 254 int (*get_cd)(struct sdhci_host *host); member
|
| H A D | mmc.h | 456 int (*get_cd)(struct udevice *dev); member
|
| /OK3568_Linux_fs/kernel/include/linux/mmc/ |
| H A D | host.h | 135 int (*get_cd)(struct mmc_host *host); member
|