Searched refs:get_cd (Results 1 – 17 of 17) sorted by relevance
| /linux/include/linux/platform_data/ |
| H A D | mmc-davinci.h | 14 int (*get_cd)(int module); member
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-pci-o2micro.c | 777 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot() 781 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot() 800 slot->host->mmc_host_ops.get_cd = sdhci_o2_get_cd; in sdhci_pci_o2_probe_slot()
|
| H A D | ushc.c | 412 .get_cd = ushc_get_cd,
|
| H A D | litex_mmc.c | 465 .get_cd = litex_mmc_get_cd,
|
| H A D | owl-mmc.c | 559 .get_cd = mmc_gpio_get_cd,
|
| H A D | pxamci.c | 522 .get_cd = mmc_gpio_get_cd,
|
| H A D | sdhci.c | 243 if (!mmc->ops->get_cd(mmc)) in sdhci_do_reset() 1780 present = host->mmc->ops->get_cd(host->mmc); in sdhci_send_command_retry() 2219 present = mmc->ops->get_cd(mmc); in sdhci_request() 3060 present = mmc->ops->get_cd(mmc); in sdhci_card_event() 3084 .get_cd = sdhci_get_cd,
|
| H A D | meson-mx-sdhc-mmc.c | 500 .get_cd = mmc_gpio_get_cd,
|
| H A D | mmc_spi.c | 1124 .get_cd = mmc_gpio_get_cd,
|
| H A D | loongson2-mmc.c | 592 .get_cd = mmc_gpio_get_cd,
|
| H A D | cavium.c | 901 .get_cd = mmc_gpio_get_cd,
|
| H A D | sunplus-mmc.c | 846 .get_cd = spmmc_get_cd,
|
| H A D | jz4740_mmc.c | 1024 .get_cd = mmc_gpio_get_cd,
|
| H A D | rtsx_pci_sdmmc.c | 1459 .get_cd = sdmmc_get_cd,
|
| H A D | usdhi6rol0.c | 1201 .get_cd = usdhi6_get_cd,
|
| H A D | dw_mmc.c | 1818 .get_cd = dw_mci_get_cd,
|
| /linux/include/linux/mmc/ |
| H A D | host.h | 210 int (*get_cd)(struct mmc_host *host); member
|