Home
last modified time | relevance | path

Searched refs:hs400_downgrade (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-of-k1.c277 mops->hs400_downgrade = spacemit_sdhci_pre_hs400_to_hs200; in spacemit_sdhci_probe()
H A Drenesas_sdhi_core.c1271 host->ops.hs400_downgrade = renesas_sdhi_disable_scc; in renesas_sdhi_probe()
/linux/drivers/mmc/core/
H A Dmmc.c1196 if (host->ops->hs400_downgrade) in mmc_select_hs400()
1197 host->ops->hs400_downgrade(host); in mmc_select_hs400()
1288 if (host->ops->hs400_downgrade) in mmc_hs400_to_hs200()
1289 host->ops->hs400_downgrade(host); in mmc_hs400_to_hs200()
/linux/include/linux/mmc/
H A Dhost.h243 void (*hs400_downgrade)(struct mmc_host *host); member