Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/core/
Dhost.c76 mmc_retune_needed(host); in mmc_retune_pause()
163 mmc_retune_needed(host); in mmc_retune_timer()
Dcore.c150 mmc_retune_needed(host); in mmc_request_done()
488 mmc_retune_needed(host); in mmc_cqe_request_done()
Dsdio.c1025 mmc_retune_needed(host); in mmc_sdio_suspend()
/Linux-v5.10/drivers/mmc/host/
Dsdhci-spear.c146 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.c707 mmc_retune_needed(host->mmc); in sdhci_s3c_suspend()
731 mmc_retune_needed(host->mmc); in sdhci_s3c_runtime_suspend()
Dsdhci-acpi.c1007 mmc_retune_needed(host->mmc); in sdhci_acpi_suspend()
1037 mmc_retune_needed(host->mmc); in sdhci_acpi_runtime_suspend()
Dsdhci-of-at91.c254 mmc_retune_needed(host->mmc); in sdhci_at91_runtime_suspend()
Dsdhci-st.c468 mmc_retune_needed(host->mmc); in sdhci_st_suspend()
Dsdhci-esdhc-imx.c1792 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1796 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1856 mmc_retune_needed(host->mmc); in sdhci_esdhc_runtime_suspend()
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()
Dsdhci-xenon.c619 mmc_retune_needed(host->mmc); in xenon_runtime_suspend()
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()
1064 mmc_retune_needed(host->mmc); in glk_rpm_retune_wa()
Dsdhci-of-arasan.c450 mmc_retune_needed(host->mmc); in sdhci_arasan_suspend()
Dsdhci-of-esdhc.c1236 mmc_retune_needed(host->mmc); in esdhc_of_suspend()
Dsdhci.c3484 mmc_retune_needed(host->mmc); in sdhci_irq()
/Linux-v5.10/include/linux/mmc/
Dhost.h583 static inline void mmc_retune_needed(struct mmc_host *host) in mmc_retune_needed() function