Searched refs:prepare_hs400_tuning (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/drivers/mmc/host/ |
| D | dw_mmc-zx.c | 191 .prepare_hs400_tuning = dw_mci_zx_prepare_hs400_tuning,
|
| D | tmio_mmc.h | 184 void (*prepare_hs400_tuning)(struct tmio_mmc_host *host); member
|
| D | dw_mmc.h | 562 int (*prepare_hs400_tuning)(struct dw_mci *host, member
|
| D | dw_mmc-exynos.c | 528 .prepare_hs400_tuning = dw_mci_exynos_prepare_hs400_tuning,
|
| D | dw_mmc.c | 1701 if (drv_data && drv_data->prepare_hs400_tuning) in dw_mci_prepare_hs400_tuning() 1702 return drv_data->prepare_hs400_tuning(host, ios); in dw_mci_prepare_hs400_tuning() 1788 .prepare_hs400_tuning = dw_mci_prepare_hs400_tuning,
|
| D | renesas_sdhi_core.c | 1098 host->ops.prepare_hs400_tuning = renesas_sdhi_prepare_hs400_tuning; in renesas_sdhi_probe()
|
| D | mtk-sd.c | 2331 .prepare_hs400_tuning = msdc_prepare_hs400_tuning,
|
| D | sdhci.c | 2969 .prepare_hs400_tuning = sdhci_prepare_hs400_tuning,
|
| /Linux-v5.10/include/linux/mmc/ |
| D | host.h | 149 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios); member
|
| /Linux-v5.10/drivers/mmc/core/ |
| D | mmc.c | 1301 if (host->ops->prepare_hs400_tuning) in mmc_hs400_to_hs200() 1302 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs400_to_hs200() 1541 if (host->ops->prepare_hs400_tuning) in mmc_hs200_tuning() 1542 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs200_tuning()
|