Home
last modified time | relevance | path

Searched refs:sdhci_runtime_suspend_host (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c479 return sdhci_runtime_suspend_host(c->host); in sdhci_acpi_runtime_suspend()
Dsdhci.h668 extern int sdhci_runtime_suspend_host(struct sdhci_host *host);
Dsdhci-pxav3.c541 ret = sdhci_runtime_suspend_host(host); in sdhci_pxav3_runtime_suspend()
Dsdhci-s3c.c694 ret = sdhci_runtime_suspend_host(host); in sdhci_s3c_runtime_suspend()
Dsdhci-esdhc-imx.c1267 ret = sdhci_runtime_suspend_host(host); in sdhci_esdhc_runtime_suspend()
Dsdhci.c2791 int sdhci_runtime_suspend_host(struct sdhci_host *host) in sdhci_runtime_suspend_host() function
2812 EXPORT_SYMBOL_GPL(sdhci_runtime_suspend_host);
Dsdhci-pci-core.c1534 ret = sdhci_runtime_suspend_host(slot->host); in sdhci_pci_runtime_suspend()