/linux-6.12.1/drivers/mmc/host/ |
D | dw_mmc-starfive.c | 68 ret = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_starfive_execute_tuning()
|
D | dw_mmc-hi3798cv200.c | 75 err = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_hi3798cv200_execute_tuning()
|
D | dw_mmc-hi3798mv200.c | 118 err = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_hi3798mv200_execute_tuning_mix_mode()
|
D | mtk-sd.c | 2085 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 2109 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 2139 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 2185 mmc_send_tuning(mmc, opcode, &cmd_err); in hs400_tune_response() 2217 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data() 2231 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data() 2275 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together() 2291 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
|
D | sdhci-omap.c | 378 cur_match = !mmc_send_tuning(mmc, opcode, NULL); in sdhci_omap_execute_tuning() 438 if (mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_omap_execute_tuning() 455 if (mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_omap_execute_tuning()
|
D | dw_mmc-k3.c | 382 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_hi3660_execute_tuning()
|
D | dw_mmc-rockchip.c | 318 v = !mmc_send_tuning(mmc, opcode, NULL); in dw_mci_rk3288_execute_tuning()
|
D | sdhci-esdhc-imx.c | 1176 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in esdhc_executing_tuning() 1185 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in esdhc_executing_tuning() 1207 ret = mmc_send_tuning(host->mmc, opcode, NULL); in esdhc_executing_tuning()
|
D | sdhci-tegra.c | 1081 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in tegra_sdhci_execute_tuning() 1090 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in tegra_sdhci_execute_tuning() 1100 return mmc_send_tuning(host->mmc, opcode, NULL); in tegra_sdhci_execute_tuning()
|
D | sdhci-cadence.c | 275 mmc_send_tuning(host->mmc, opcode, NULL)) { /* bad */ in sdhci_cdns_execute_tuning()
|
D | dw_mmc-exynos.c | 517 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_exynos_execute_tuning()
|
D | sdhci-of-dwcmshc.c | 962 ret = mmc_send_tuning(mmc, opcode, NULL); in cv18xx_retry_tuning() 1029 ret = mmc_send_tuning(host->mmc, opcode, NULL); in cv18xx_sdhci_execute_tuning()
|
D | mmci_stm32_sdmmc.c | 590 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in sdmmc_dlyb_phase_tuning()
|
D | meson-mx-sdhc-mmc.c | 416 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mx_sdhc_tuning_point_matches()
|
D | sdhci_am654.c | 523 curr_pass = !mmc_send_tuning(host->mmc, opcode, NULL); in sdhci_am654_do_tuning()
|
D | renesas_sdhi_core.c | 709 if (mmc_send_tuning(mmc, opcode, &cmd_error) == 0) in renesas_sdhi_execute_tuning()
|
D | sunplus-mmc.c | 820 if (!mmc_send_tuning(mmc, opcode, NULL)) { in spmmc_execute_tuning()
|
D | meson-gx-mmc.c | 550 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mmc_resampling_tuning()
|
D | sdhci-pci-core.c | 1700 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in amd_execute_tuning_hs200()
|
D | sdhci-msm.c | 1235 rc = mmc_send_tuning(mmc, opcode, NULL); in sdhci_msm_execute_tuning()
|
/linux-6.12.1/drivers/mmc/core/ |
D | mmc_ops.c | 668 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning() function 735 EXPORT_SYMBOL_GPL(mmc_send_tuning);
|
/linux-6.12.1/include/linux/mmc/ |
D | host.h | 655 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error);
|