Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dmmc.c1208 if (host->ops->hs400_downgrade) in mmc_select_hs400()
1209 host->ops->hs400_downgrade(host); in mmc_select_hs400()
1300 if (host->ops->hs400_downgrade) in mmc_hs400_to_hs200()
1301 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