Home
last modified time | relevance | path

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

/Linux-v5.15/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.c701 mmc_retune_needed(host->mmc); in sdhci_s3c_suspend()
725 mmc_retune_needed(host->mmc); in sdhci_s3c_runtime_suspend()
Dsdhci-acpi.c1052 mmc_retune_needed(host->mmc); in sdhci_acpi_suspend()
1082 mmc_retune_needed(host->mmc); in sdhci_acpi_runtime_suspend()
Dsdhci-st.c463 mmc_retune_needed(host->mmc); in sdhci_st_suspend()
Dsdhci-of-at91.c254 mmc_retune_needed(host->mmc); in sdhci_at91_runtime_suspend()
Dsdhci-esdhc-imx.c1765 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1769 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1829 mmc_retune_needed(host->mmc); in sdhci_esdhc_runtime_suspend()
Dtmio_mmc_core.c210 mmc_retune_needed(host->mmc); in tmio_mmc_reset()
835 mmc_retune_needed(host->mmc); in tmio_mmc_finish_request()
Dsdhci-xenon.c640 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()
1092 mmc_retune_needed(host->mmc); in glk_rpm_retune_wa()
Dsdhci-of-arasan.c476 mmc_retune_needed(host->mmc); in sdhci_arasan_suspend()
Dsdhci-of-esdhc.c1236 mmc_retune_needed(host->mmc); in esdhc_of_suspend()
Dsdhci.c3501 mmc_retune_needed(host->mmc); in sdhci_irq()
/Linux-v5.15/drivers/mmc/core/
Dhost.c119 mmc_retune_needed(host); in mmc_retune_pause()
211 mmc_retune_needed(host); in mmc_retune_timer()
Dcore.c151 mmc_retune_needed(host); in mmc_request_done()
489 mmc_retune_needed(host); in mmc_cqe_request_done()
Dsdio.c1039 mmc_retune_needed(host); in mmc_sdio_suspend()
/Linux-v5.15/include/linux/mmc/
Dhost.h609 static inline void mmc_retune_needed(struct mmc_host *host) in mmc_retune_needed() function