Home
last modified time | relevance | path

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

/linux-6.1.9/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.c971 mmc_retune_needed(host->mmc); in sdhci_acpi_suspend()
1001 mmc_retune_needed(host->mmc); in sdhci_acpi_runtime_suspend()
Dsdhci-st.c462 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.c1791 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1795 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1855 mmc_retune_needed(host->mmc); in sdhci_esdhc_runtime_suspend()
Dtmio_mmc_core.c226 mmc_retune_needed(host->mmc); in tmio_mmc_reset()
851 mmc_retune_needed(host->mmc); in tmio_mmc_finish_request()
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()
1036 mmc_retune_needed(host->mmc); in glk_rpm_retune_wa()
Dsdhci-xenon.c630 mmc_retune_needed(host->mmc); in xenon_runtime_suspend()
Dsdhci-of-arasan.c493 mmc_retune_needed(host->mmc); in sdhci_arasan_suspend()
Dsdhci-of-esdhc.c1241 mmc_retune_needed(host->mmc); in esdhc_of_suspend()
Dsdhci.c3619 mmc_retune_needed(host->mmc); in sdhci_irq()
/linux-6.1.9/drivers/mmc/core/
Dhost.c128 mmc_retune_needed(host); in mmc_retune_pause()
220 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.c1057 mmc_retune_needed(host); in mmc_sdio_suspend()
/linux-6.1.9/include/linux/mmc/
Dhost.h632 static inline void mmc_retune_needed(struct mmc_host *host) in mmc_retune_needed() function