Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-spear.c142 ret = sdhci_suspend_host(host); in sdhci_suspend()
H A Dsdhci.h879 int sdhci_suspend_host(struct sdhci_host *host);
886 static inline int sdhci_suspend_host(struct sdhci_host *host) { return -EOPNOTSUPP; } in sdhci_suspend_host() function
H A Dsdhci-st.c458 ret = sdhci_suspend_host(host); in sdhci_st_suspend()
H A Dsdhci-pxav3.c534 ret = sdhci_suspend_host(host); in sdhci_pxav3_suspend()
H A Dsdhci-s3c.c691 return sdhci_suspend_host(host); in sdhci_s3c_suspend()
H A Dsdhci-tegra.c1863 ret = sdhci_suspend_host(host); in sdhci_tegra_suspend()
1907 sdhci_suspend_host(host); in sdhci_tegra_resume()
H A Dsdhci-acpi.c1000 ret = sdhci_suspend_host(host); in sdhci_acpi_suspend()
H A Dsdhci-of-esdhc.c1247 return sdhci_suspend_host(host); in esdhc_of_suspend()
H A Dsdhci-pci-gli.c1969 ret = sdhci_suspend_host(slot->host); in gl9763e_suspend()