Home
last modified time | relevance | path

Searched refs:mmc_retune_needed (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dhost.c124 mmc_retune_needed(host); in mmc_retune_pause()
211 mmc_retune_needed(host); in mmc_retune_timer()
H A Dcore.c149 mmc_retune_needed(host); in mmc_request_done()
487 mmc_retune_needed(host); in mmc_cqe_request_done()
H A Dsdio.c1043 mmc_retune_needed(host); in mmc_sdio_suspend()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-spear.c146 mmc_retune_needed(host->mmc); in sdhci_suspend()
H A Dsdhci-pxav3.c503 mmc_retune_needed(host->mmc); in sdhci_pxav3_suspend()
538 mmc_retune_needed(host->mmc); in sdhci_pxav3_runtime_suspend()
H A Dsdhci-pltfm.c216 mmc_retune_needed(host->mmc); in sdhci_pltfm_suspend()
H A Dsdhci-s3c.c707 mmc_retune_needed(host->mmc); in sdhci_s3c_suspend()
731 mmc_retune_needed(host->mmc); in sdhci_s3c_runtime_suspend()
H A Dsdhci-acpi.c1018 mmc_retune_needed(host->mmc); in sdhci_acpi_suspend()
1048 mmc_retune_needed(host->mmc); in sdhci_acpi_runtime_suspend()
H A Dsdhci-esdhc-imx.c1724 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1728 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1788 mmc_retune_needed(host->mmc); in sdhci_esdhc_runtime_suspend()
H A Dsdhci-of-at91.c259 mmc_retune_needed(host->mmc); in sdhci_at91_runtime_suspend()
H A Dsdhci-st.c468 mmc_retune_needed(host->mmc); in sdhci_st_suspend()
H A Dtmio_mmc_core.c804 mmc_retune_needed(host->mmc); in tmio_mmc_finish_request()
1272 mmc_retune_needed(host->mmc); in tmio_mmc_host_runtime_resume()
H A Dsdhci-xenon.c614 mmc_retune_needed(host->mmc); in xenon_runtime_suspend()
H A Dsdhci-pci-core.c86 mmc_retune_needed(host->mmc); in sdhci_pci_suspend_host()
167 mmc_retune_needed(host->mmc); in sdhci_pci_runtime_suspend_host()
1089 mmc_retune_needed(host->mmc); in glk_rpm_retune_wa()
H A Dsdhci-of-arasan.c477 mmc_retune_needed(host->mmc); in sdhci_arasan_suspend()
H A Dsdhci-of-esdhc.c1241 mmc_retune_needed(host->mmc); in esdhc_of_suspend()
H A Dsdhci.c3504 mmc_retune_needed(host->mmc); in sdhci_irq()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h606 static inline void mmc_retune_needed(struct mmc_host *host) in mmc_retune_needed() function