Home
last modified time | relevance | path

Searched refs:sdhci_suspend_host (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/drivers/mmc/host/
Dsdhci-spear.c148 ret = sdhci_suspend_host(host); in sdhci_suspend()
Dsdhci-of-dwcmshc.c174 ret = sdhci_suspend_host(host); in dwcmshc_suspend()
Dsdhci-pltfm.c218 ret = sdhci_suspend_host(host); in sdhci_pltfm_suspend()
Dsdhci-st.c470 ret = sdhci_suspend_host(host); in sdhci_st_suspend()
Dsdhci-pxav3.c504 ret = sdhci_suspend_host(host); in sdhci_pxav3_suspend()
Dsdhci.h788 int sdhci_suspend_host(struct sdhci_host *host);
Dsdhci-s3c.c709 return sdhci_suspend_host(host); in sdhci_s3c_suspend()
Dsdhci-tegra.c1739 ret = sdhci_suspend_host(host); in sdhci_tegra_suspend()
1772 sdhci_suspend_host(host); in sdhci_tegra_resume()
Dsdhci-pci-gli.c611 return sdhci_suspend_host(slot->host); in sdhci_cqhci_gli_suspend()
Dsdhci-acpi.c1009 ret = sdhci_suspend_host(host); in sdhci_acpi_suspend()
Dsdhci-of-arasan.c458 ret = sdhci_suspend_host(host); in sdhci_arasan_suspend()
Dsdhci-omap.c1264 sdhci_suspend_host(host); in sdhci_omap_suspend()
Dsdhci-of-esdhc.c1238 return sdhci_suspend_host(host); in esdhc_of_suspend()
Dsdhci-esdhc-imx.c1798 ret = sdhci_suspend_host(host); in sdhci_esdhc_suspend()
Dsdhci.c3650 int sdhci_suspend_host(struct sdhci_host *host) in sdhci_suspend_host() function
3667 EXPORT_SYMBOL_GPL(sdhci_suspend_host);
Dsdhci-pci-core.c88 ret = sdhci_suspend_host(host); in sdhci_pci_suspend_host()