Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dsdhci-spear.c144 mmc_retune_needed(host->mmc); in sdhci_suspend()
Dsdhci-pxav3.c499 mmc_retune_needed(host->mmc); in sdhci_pxav3_suspend()
534 mmc_retune_needed(host->mmc); in sdhci_pxav3_runtime_suspend()
Dsdhci-pltfm.c208 mmc_retune_needed(host->mmc); in sdhci_pltfm_suspend()
Dsdhci-s3c.c698 mmc_retune_needed(host->mmc); in sdhci_s3c_suspend()
722 mmc_retune_needed(host->mmc); in sdhci_s3c_runtime_suspend()
Dsdhci-acpi.c969 mmc_retune_needed(host->mmc); in sdhci_acpi_suspend()
999 mmc_retune_needed(host->mmc); in sdhci_acpi_runtime_suspend()
Dsdhci-st.c459 mmc_retune_needed(host->mmc); in sdhci_st_suspend()
Dsdhci-of-at91.c259 mmc_retune_needed(host->mmc); in sdhci_at91_runtime_suspend()
Dsdhci-esdhc-imx.c1847 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1851 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1911 mmc_retune_needed(host->mmc); in sdhci_esdhc_runtime_suspend()
Dtmio_mmc_core.c226 mmc_retune_needed(host->mmc); in tmio_mmc_reset()
853 mmc_retune_needed(host->mmc); in tmio_mmc_finish_request()
Dsdhci-pci-core.c87 mmc_retune_needed(host->mmc); in sdhci_pci_suspend_host()
168 mmc_retune_needed(host->mmc); in sdhci_pci_runtime_suspend_host()
1031 mmc_retune_needed(host->mmc); in glk_rpm_retune_wa()
Dsdhci-xenon.c628 mmc_retune_needed(host->mmc); in xenon_runtime_suspend()
Dsdhci_am654.c939 mmc_retune_needed(host->mmc); in sdhci_am654_runtime_suspend()
Dsdhci-of-esdhc.c1246 mmc_retune_needed(host->mmc); in esdhc_of_suspend()
Dsdhci-of-arasan.c583 mmc_retune_needed(host->mmc); in sdhci_arasan_suspend()
Dsdhci.c3591 mmc_retune_needed(host->mmc); in sdhci_irq()
/Linux-v6.6/drivers/mmc/core/
Dhost.c128 mmc_retune_needed(host); in mmc_retune_pause()
220 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.c1057 mmc_retune_needed(host); in mmc_sdio_suspend()
/Linux-v6.6/include/linux/mmc/
Dhost.h642 static inline void mmc_retune_needed(struct mmc_host *host) in mmc_retune_needed() function