Searched refs:sdhci_resume_host (Results 1 - 15 of 15) sorted by last modified time

/linux-master/drivers/mmc/host/
H A Dsdhci.h807 int sdhci_resume_host(struct sdhci_host *host);
H A Dsdhci.c3784 int sdhci_resume_host(struct sdhci_host *host) function
3821 EXPORT_SYMBOL_GPL(sdhci_resume_host); variable
H A Dsdhci-s3c.c707 return sdhci_resume_host(host);
H A Dsdhci-of-dwcmshc.c1381 ret = sdhci_resume_host(host);
H A Dsdhci-acpi.c1034 return sdhci_resume_host(c->host);
H A Dsdhci-pci-core.c101 sdhci_resume_host(chip->slots[i]->host);
115 ret = sdhci_resume_host(slot->host);
H A Dsdhci-pltfm.c218 ret = sdhci_resume_host(host);
H A Dsdhci-esdhc-imx.c1898 ret = sdhci_resume_host(host);
H A Dsdhci-tegra.c1876 sdhci_resume_host(host);
1899 ret = sdhci_resume_host(host);
H A Dsdhci-st.c495 return sdhci_resume_host(host);
H A Dsdhci-spear.c165 return sdhci_resume_host(host);
H A Dsdhci-pxav3.c513 ret = sdhci_resume_host(host);
H A Dsdhci-of-esdhc.c1254 int ret = sdhci_resume_host(host);
1257 /* Isn't this already done by sdhci_resume_host() ? --rmk */
H A Dsdhci-of-arasan.c599 if (sdhci_resume_host(host))
649 ret = sdhci_resume_host(host);
H A Dsdhci-cadence.c572 ret = sdhci_resume_host(host);

Completed in 266 milliseconds