Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/core/
Dhost.c74 mmc_retune_needed(host); in mmc_retune_pause()
161 mmc_retune_needed(host); in mmc_retune_timer()
Dsdio.c969 mmc_retune_needed(host); in mmc_sdio_suspend()
Dcore.c150 mmc_retune_needed(host); in mmc_request_done()
505 mmc_retune_needed(host); in mmc_cqe_request_done()
/Linux-v5.4/drivers/mmc/host/
Dsdhci-spear.c148 mmc_retune_needed(host->mmc); in sdhci_suspend()
Dsdhci-pxav3.c503 mmc_retune_needed(host->mmc); in sdhci_pxav3_suspend()
538 mmc_retune_needed(host->mmc); in sdhci_pxav3_runtime_suspend()
Dsdhci-pltfm.c216 mmc_retune_needed(host->mmc); in sdhci_pltfm_suspend()
Dsdhci-s3c.c705 mmc_retune_needed(host->mmc); in sdhci_s3c_suspend()
729 mmc_retune_needed(host->mmc); in sdhci_s3c_runtime_suspend()
Dsdhci-acpi.c851 mmc_retune_needed(host->mmc); in sdhci_acpi_suspend()
875 mmc_retune_needed(host->mmc); in sdhci_acpi_runtime_suspend()
Dsdhci-of-at91.c248 mmc_retune_needed(host->mmc); in sdhci_at91_runtime_suspend()
Dsdhci-st.c468 mmc_retune_needed(host->mmc); in sdhci_st_suspend()
Dsdhci-pci-core.c82 mmc_retune_needed(host->mmc); in sdhci_pci_suspend_host()
163 mmc_retune_needed(host->mmc); in sdhci_pci_runtime_suspend_host()
893 mmc_retune_needed(host->mmc); in glk_rpm_retune_wa()
Dsdhci-xenon.c609 mmc_retune_needed(host->mmc); in xenon_runtime_suspend()
Dsdhci-of-arasan.c403 mmc_retune_needed(host->mmc); in sdhci_arasan_suspend()
Dsdhci-esdhc-imx.c1624 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1667 mmc_retune_needed(host->mmc); in sdhci_esdhc_runtime_suspend()
Dsdhci-of-esdhc.c922 mmc_retune_needed(host->mmc); in esdhc_of_suspend()
Dtmio_mmc_core.c847 mmc_retune_needed(host->mmc); in tmio_mmc_finish_request()
Dsdhci.c3117 mmc_retune_needed(host->mmc); in sdhci_irq()
/Linux-v5.4/include/linux/mmc/
Dhost.h571 static inline void mmc_retune_needed(struct mmc_host *host) in mmc_retune_needed() function