Home
last modified time | relevance | path

Searched refs:prepare_hs400_tuning (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mmc/host/
H A Ddw_mmc.h583 int (*prepare_hs400_tuning)(struct dw_mci *host, member
H A Ddw_mmc.c1739 if (drv_data && drv_data->prepare_hs400_tuning) in dw_mci_prepare_hs400_tuning()
1740 return drv_data->prepare_hs400_tuning(host, ios); in dw_mci_prepare_hs400_tuning()
1825 .prepare_hs400_tuning = dw_mci_prepare_hs400_tuning,
H A Drenesas_sdhi_core.c1105 host->ops.prepare_hs400_tuning = renesas_sdhi_prepare_hs400_tuning; in renesas_sdhi_probe()
H A Dmtk-sd.c2772 .prepare_hs400_tuning = msdc_prepare_hs400_tuning,
/linux/drivers/mmc/core/
H A Dmmc.c1322 if (host->ops->prepare_hs400_tuning) in mmc_hs400_to_hs200()
1323 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs400_to_hs200()
1582 if (host->ops->prepare_hs400_tuning) in mmc_hs200_tuning()
1583 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs200_tuning()