Searched refs:get_cd (Results 1 – 17 of 17) sorted by relevance
| /openbmc/u-boot/drivers/mmc/ |
| H A D | uniphier-sd.c | 24 .get_cd = tmio_sd_get_cd,
|
| H A D | pic32_sdhci.c | 28 .get_cd = pic32_sdhci_get_cd,
|
| H A D | sandbox_mmc.c | 101 .get_cd = sandbox_mmc_get_cd,
|
| H A D | mmc-uclass.c | 97 if (!ops->get_cd) in dm_mmc_get_cd() 99 return ops->get_cd(dev); in dm_mmc_get_cd()
|
| H A D | sdhci.c | 553 if (host->ops && host->ops->get_cd) 554 host->ops->get_cd(host);
|
| H A D | davinci_mmc.c | 464 .get_cd = davinci_mmc_getcd,
|
| H A D | renesas-sdhi.c | 411 .get_cd = tmio_sd_get_cd,
|
| H A D | ftsdc010_mci.c | 367 .get_cd = ftsdc010_get_cd,
|
| H A D | arm_pl180_mmci.c | 511 .get_cd = dm_mmc_getcd,
|
| H A D | tegra_mmc.c | 586 .get_cd = tegra_mmc_getcd,
|
| H A D | stm32_sdmmc2.c | 573 .get_cd = stm32_sdmmc2_getcd,
|
| H A D | sunxi_mmc.c | 603 .get_cd = sunxi_mmc_getcd,
|
| H A D | mtk-sd.c | 1362 .get_cd = msdc_ops_get_cd,
|
| H A D | fsl_esdhc.c | 1610 .get_cd = fsl_esdhc_get_cd,
|
| H A D | omap_hsmmc.c | 1520 .get_cd = omap_hsmmc_getcd,
|
| /openbmc/u-boot/include/ |
| H A D | sdhci.h | 251 int (*get_cd)(struct sdhci_host *host); member
|
| H A D | mmc.h | 431 int (*get_cd)(struct udevice *dev); member
|