Searched refs:prepare_hs400_tuning (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/mmc/host/ |
| D | dw_mmc-zx.c | 196 .prepare_hs400_tuning = dw_mci_zx_prepare_hs400_tuning,
|
| D | tmio_mmc.h | 195 void (*prepare_hs400_tuning)(struct tmio_mmc_host *host); member
|
| D | tmio_mmc_core.c | 1029 if (host->prepare_hs400_tuning) in tmio_mmc_prepare_hs400_tuning() 1030 host->prepare_hs400_tuning(host); in tmio_mmc_prepare_hs400_tuning() 1060 .prepare_hs400_tuning = tmio_mmc_prepare_hs400_tuning,
|
| D | dw_mmc.h | 562 int (*prepare_hs400_tuning)(struct dw_mci *host, member
|
| D | dw_mmc-exynos.c | 526 .prepare_hs400_tuning = dw_mci_exynos_prepare_hs400_tuning,
|
| D | renesas_sdhi_core.c | 822 host->prepare_hs400_tuning = in renesas_sdhi_probe()
|
| D | dw_mmc.c | 1700 if (drv_data && drv_data->prepare_hs400_tuning) in dw_mci_prepare_hs400_tuning() 1701 return drv_data->prepare_hs400_tuning(host, ios); in dw_mci_prepare_hs400_tuning() 1787 .prepare_hs400_tuning = dw_mci_prepare_hs400_tuning,
|
| D | mtk-sd.c | 2147 .prepare_hs400_tuning = msdc_prepare_hs400_tuning,
|
| D | sdhci.c | 2616 .prepare_hs400_tuning = sdhci_prepare_hs400_tuning,
|
| /Linux-v5.4/include/linux/mmc/ |
| D | host.h | 146 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios); member
|
| /Linux-v5.4/drivers/mmc/core/ |
| D | mmc.c | 1296 if (host->ops->prepare_hs400_tuning) in mmc_hs400_to_hs200() 1297 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs400_to_hs200() 1536 if (host->ops->prepare_hs400_tuning) in mmc_hs200_tuning() 1537 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs200_tuning()
|