Searched refs:prepare_hs400_tuning (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/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 | 185 void (*prepare_hs400_tuning)(struct tmio_mmc_host *host); member
|
H A D | dw_mmc-exynos.c | 542 .prepare_hs400_tuning = dw_mci_exynos_prepare_hs400_tuning,
|
H A D | dw_mmc.h | 562 int (*prepare_hs400_tuning)(struct dw_mci *host, member
|
H A D | dw_mmc.c | 1702 if (drv_data && drv_data->prepare_hs400_tuning) in dw_mci_prepare_hs400_tuning() 1703 return drv_data->prepare_hs400_tuning(host, ios); in dw_mci_prepare_hs400_tuning() 1789 .prepare_hs400_tuning = dw_mci_prepare_hs400_tuning,
|
H A D | renesas_sdhi_core.c | 1101 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 | 3037 .prepare_hs400_tuning = sdhci_prepare_hs400_tuning,
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | mmc.c | 1308 if (host->ops->prepare_hs400_tuning) in mmc_hs400_to_hs200() 1309 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs400_to_hs200() 1563 if (host->ops->prepare_hs400_tuning) in mmc_hs200_tuning() 1564 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs200_tuning()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | mmc.c | 1328 if (host->ops->prepare_hs400_tuning) in mmc_hs400_to_hs200() 1329 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs400_to_hs200() 1588 if (host->ops->prepare_hs400_tuning) in mmc_hs200_tuning() 1589 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs200_tuning()
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | host.h | 149 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios); member
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | dw_mmc.h | 581 int (*prepare_hs400_tuning)(struct dw_mci *host, member
|
H A D | dw_mmc-exynos.c | 610 .prepare_hs400_tuning = dw_mci_exynos_prepare_hs400_tuning,
|
H A D | dw_mmc.c | 1734 if (drv_data && drv_data->prepare_hs400_tuning) in dw_mci_prepare_hs400_tuning() 1735 return drv_data->prepare_hs400_tuning(host, ios); in dw_mci_prepare_hs400_tuning() 1820 .prepare_hs400_tuning = dw_mci_prepare_hs400_tuning,
|
H A D | renesas_sdhi_core.c | 1100 host->ops.prepare_hs400_tuning = renesas_sdhi_prepare_hs400_tuning; in renesas_sdhi_probe()
|
H A D | mtk-sd.c | 2568 .prepare_hs400_tuning = msdc_prepare_hs400_tuning,
|
H A D | sdhci.c | 3061 .prepare_hs400_tuning = sdhci_prepare_hs400_tuning,
|
/kernel/linux/linux-6.6/include/linux/mmc/ |
H A D | host.h | 182 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios); member
|
Completed in 46 milliseconds