Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-of-arasan.c87 ret = sdhci_suspend_host(host); in sdhci_arasan_suspend()
Dsdhci-spear.c168 ret = sdhci_suspend_host(host); in sdhci_suspend()
Dsdhci-sirf.c240 ret = sdhci_suspend_host(host); in sdhci_sirf_suspend()
Dsdhci-pltfm.c238 return sdhci_suspend_host(host); in sdhci_pltfm_suspend()
Dsdhci-st.c457 int ret = sdhci_suspend_host(host); in sdhci_st_suspend()
Dsdhci-acpi.c456 return sdhci_suspend_host(c->host); in sdhci_acpi_suspend()
Dsdhci.h665 extern int sdhci_suspend_host(struct sdhci_host *host);
Dsdhci-pxav3.c512 ret = sdhci_suspend_host(host); in sdhci_pxav3_suspend()
Dsdhci-of-esdhc.c492 return sdhci_suspend_host(host); in esdhc_of_suspend()
Dsdhci-s3c.c675 return sdhci_suspend_host(host); in sdhci_s3c_suspend()
Dsdhci.c2704 int sdhci_suspend_host(struct sdhci_host *host) in sdhci_suspend_host() function
2723 EXPORT_SYMBOL_GPL(sdhci_suspend_host);
Dsdhci-pci-core.c1454 ret = sdhci_suspend_host(slot->host); in sdhci_pci_suspend()