Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dhost.c77 mmc_retune_needed(host); in mmc_retune_pause()
164 mmc_retune_needed(host); in mmc_retune_timer()
Dsdio.c946 mmc_retune_needed(host); in mmc_sdio_suspend()
Dcore.c152 mmc_retune_needed(host); in mmc_request_done()
507 mmc_retune_needed(host); in mmc_cqe_request_done()
/Linux-v4.19/drivers/mmc/host/
Dsdhci-spear.c171 mmc_retune_needed(host->mmc); in sdhci_suspend()
Dsdhci-pxav3.c526 mmc_retune_needed(host->mmc); in sdhci_pxav3_suspend()
561 mmc_retune_needed(host->mmc); in sdhci_pxav3_runtime_suspend()
Dsdhci-pltfm.c219 mmc_retune_needed(host->mmc); in sdhci_pltfm_suspend()
Dsdhci-s3c.c709 mmc_retune_needed(host->mmc); in sdhci_s3c_suspend()
733 mmc_retune_needed(host->mmc); in sdhci_s3c_runtime_suspend()
Dsdhci-acpi.c793 mmc_retune_needed(host->mmc); in sdhci_acpi_suspend()
817 mmc_retune_needed(host->mmc); in sdhci_acpi_runtime_suspend()
Dsdhci-of-at91.c256 mmc_retune_needed(host->mmc); in sdhci_at91_runtime_suspend()
Dsdhci-st.c477 mmc_retune_needed(host->mmc); in sdhci_st_suspend()
Dsdhci-xenon.c608 mmc_retune_needed(host->mmc); in xenon_runtime_suspend()
Dsdhci-esdhc-imx.c1394 mmc_retune_needed(host->mmc); in sdhci_esdhc_suspend()
1423 mmc_retune_needed(host->mmc); in sdhci_esdhc_runtime_suspend()
Dsdhci-of-arasan.c382 mmc_retune_needed(host->mmc); in sdhci_arasan_suspend()
Dsdhci-of-esdhc.c743 mmc_retune_needed(host->mmc); in esdhc_of_suspend()
Dsdhci-pci-core.c81 mmc_retune_needed(host->mmc); in sdhci_pci_suspend_host()
162 mmc_retune_needed(host->mmc); in sdhci_pci_runtime_suspend_host()
Dsdhci.c2911 mmc_retune_needed(host->mmc); in sdhci_irq()
/Linux-v4.19/include/linux/mmc/
Dhost.h561 static inline void mmc_retune_needed(struct mmc_host *host) in mmc_retune_needed() function