Searched refs:prepare_hs400_tuning (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | dw_mmc-zx.c | 191 .prepare_hs400_tuning = dw_mci_zx_prepare_hs400_tuning,
|
| H A D | tmio_mmc.h | 184 void (*prepare_hs400_tuning)(struct tmio_mmc_host *host); member
|
| H A D | dw_mmc.h | 568 int (*prepare_hs400_tuning)(struct dw_mci *host, member
|
| H A D | dw_mmc-exynos.c | 542 .prepare_hs400_tuning = dw_mci_exynos_prepare_hs400_tuning,
|
| H A D | dw_mmc.c | 1772 if (drv_data && drv_data->prepare_hs400_tuning) in dw_mci_prepare_hs400_tuning() 1773 return drv_data->prepare_hs400_tuning(host, ios); in dw_mci_prepare_hs400_tuning() 1859 .prepare_hs400_tuning = dw_mci_prepare_hs400_tuning,
|
| H A D | renesas_sdhi_core.c | 1103 host->ops.prepare_hs400_tuning = renesas_sdhi_prepare_hs400_tuning; in renesas_sdhi_probe()
|
| H A D | mtk-sd.c | 2341 .prepare_hs400_tuning = msdc_prepare_hs400_tuning,
|
| H A D | sdhci.c | 2987 .prepare_hs400_tuning = sdhci_prepare_hs400_tuning,
|
| /OK3568_Linux_fs/kernel/include/linux/mmc/ |
| H A D | host.h | 153 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios); member
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | mmc.c | 1392 if (host->ops->prepare_hs400_tuning) in mmc_hs400_to_hs200() 1393 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs400_to_hs200() 1649 if (host->ops->prepare_hs400_tuning) in mmc_hs200_tuning() 1650 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs200_tuning()
|