Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci.h881 void sdhci_runtime_suspend_host(struct sdhci_host *host);
888 static inline void sdhci_runtime_suspend_host(struct sdhci_host *host) {} in sdhci_runtime_suspend_host() function
H A Dsdhci-of-at91.c252 sdhci_runtime_suspend_host(host); in sdhci_at91_runtime_suspend()
H A Dsdhci-pxav3.c558 sdhci_runtime_suspend_host(host); in sdhci_pxav3_runtime_suspend()
H A Dsdhci-xenon.c644 sdhci_runtime_suspend_host(host); in xenon_runtime_suspend()
H A Dsdhci-s3c.c707 sdhci_runtime_suspend_host(host); in sdhci_s3c_runtime_suspend()
H A Dsdhci-sprd.c912 sdhci_runtime_suspend_host(host); in sdhci_sprd_runtime_suspend()
H A Dsdhci-acpi.c1025 sdhci_runtime_suspend_host(host); in sdhci_acpi_runtime_suspend()
H A Dsdhci_am654.c1095 sdhci_runtime_suspend_host(host); in sdhci_am654_runtime_suspend()
H A Dsdhci-omap.c1436 sdhci_runtime_suspend_host(host); in sdhci_omap_runtime_suspend()
H A Dsdhci-esdhc-imx.c2126 sdhci_runtime_suspend_host(host); in sdhci_esdhc_runtime_suspend()
H A Dsdhci.c3861 void sdhci_runtime_suspend_host(struct sdhci_host *host) in sdhci_runtime_suspend_host() function
3879 EXPORT_SYMBOL_GPL(sdhci_runtime_suspend_host);
H A Dsdhci-pci-core.c163 sdhci_runtime_suspend_host(host); in sdhci_pci_runtime_suspend_host()