Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/ !
H A Dsdhci.h882 void sdhci_runtime_resume_host(struct sdhci_host *host, int soft_reset);
889 static inline void sdhci_runtime_resume_host(struct sdhci_host *host, int soft_reset) {} in sdhci_runtime_resume_host() function
H A Dsdhci-of-at91.c299 sdhci_runtime_resume_host(host, 0); in sdhci_at91_runtime_resume()
H A Dsdhci-pxav3.c580 sdhci_runtime_resume_host(host, 0); in sdhci_pxav3_runtime_resume()
H A Dsdhci-xenon.c679 sdhci_runtime_resume_host(host, 0); in xenon_runtime_resume()
H A Dsdhci-s3c.c727 sdhci_runtime_resume_host(host, 0); in sdhci_s3c_runtime_resume()
H A Dsdhci-sprd.c939 sdhci_runtime_resume_host(host, 1); in sdhci_sprd_runtime_resume()
H A Dsdhci-acpi.c1037 sdhci_runtime_resume_host(c->host, 0); in sdhci_acpi_runtime_resume()
H A Dsdhci_am654.c1117 sdhci_runtime_resume_host(host, 0); in sdhci_am654_runtime_resume()
H A Dsdhci-omap.c1455 sdhci_runtime_resume_host(host, 0); in sdhci_omap_runtime_resume()
H A Dsdhci-esdhc-imx.c2170 sdhci_runtime_resume_host(host, 0); in sdhci_esdhc_runtime_resume()
H A Dsdhci.c3881 void sdhci_runtime_resume_host(struct sdhci_host *host, int soft_reset) in sdhci_runtime_resume_host() function
3928 EXPORT_SYMBOL_GPL(sdhci_runtime_resume_host);
H A Dsdhci-pci-core.c182 sdhci_runtime_resume_host(slot->host, 0); in sdhci_pci_runtime_resume_host()