Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci-of-at91.c303 return sdhci_runtime_resume_host(host, 0); in sdhci_at91_runtime_resume()
Dsdhci-pxav3.c557 return sdhci_runtime_resume_host(host, 0); in sdhci_pxav3_runtime_resume()
Dsdhci-xenon.c646 ret = sdhci_runtime_resume_host(host, 0); in xenon_runtime_resume()
Dsdhci.h797 int sdhci_runtime_resume_host(struct sdhci_host *host, int soft_reset);
Dsdhci-sprd.c772 sdhci_runtime_resume_host(host, 1); in sdhci_sprd_runtime_resume()
Dsdhci-s3c.c749 ret = sdhci_runtime_resume_host(host, 0); in sdhci_s3c_runtime_resume()
Dsdhci-acpi.c1064 return sdhci_runtime_resume_host(c->host, 0); in sdhci_acpi_runtime_resume()
Dsdhci-pci-core.c174 sdhci_runtime_resume_host(chip->slots[i]->host, 0); in sdhci_pci_runtime_suspend_host()
188 ret = sdhci_runtime_resume_host(slot->host, 0); in sdhci_pci_runtime_resume_host()
Dsdhci-esdhc-imx.c1838 err = sdhci_runtime_resume_host(host, 0); in sdhci_esdhc_runtime_resume()
Dsdhci.c3749 int sdhci_runtime_resume_host(struct sdhci_host *host, int soft_reset) in sdhci_runtime_resume_host() function
3797 EXPORT_SYMBOL_GPL(sdhci_runtime_resume_host);