Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c486 return sdhci_runtime_resume_host(c->host); in sdhci_acpi_runtime_resume()
Dsdhci.h669 extern int sdhci_runtime_resume_host(struct sdhci_host *host);
Dsdhci-pxav3.c562 return sdhci_runtime_resume_host(host); in sdhci_pxav3_runtime_resume()
Dsdhci-s3c.c712 ret = sdhci_runtime_resume_host(host); in sdhci_s3c_runtime_resume()
Dsdhci-pci-core.c1550 sdhci_runtime_resume_host(chip->slots[i]->host); in sdhci_pci_runtime_suspend()
1576 ret = sdhci_runtime_resume_host(slot->host); in sdhci_pci_runtime_resume()
Dsdhci-esdhc-imx.c1290 return sdhci_runtime_resume_host(host); in sdhci_esdhc_runtime_resume()
Dsdhci.c2814 int sdhci_runtime_resume_host(struct sdhci_host *host) in sdhci_runtime_resume_host() function
2854 EXPORT_SYMBOL_GPL(sdhci_runtime_resume_host);