Home
last modified time | relevance | path

Searched refs:mmc_send_tuning (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.10/drivers/mmc/host/
Dsdhci-sirf.c95 if (!mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_sirf_execute_tuning()
Ddw_mmc-zx.c96 if (!ret && mmc_send_tuning(mmc, opcode, NULL)) { in dw_mci_zx_emmc_execute_tuning()
Ddw_mmc-hi3798cv200.c81 err = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_hi3798cv200_execute_tuning()
Dmtk-sd.c1939 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
1963 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
1993 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
2038 mmc_send_tuning(mmc, opcode, &cmd_err); in hs400_tune_response()
2070 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
2084 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
2128 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
2144 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
Ddw_mmc-rockchip.c168 v = !mmc_send_tuning(mmc, opcode, NULL); in dw_mci_rk3288_execute_tuning()
Dsdhci-omap.c347 cur_match = !mmc_send_tuning(mmc, opcode, NULL); in sdhci_omap_execute_tuning()
407 if (mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_omap_execute_tuning()
424 if (mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_omap_execute_tuning()
Dsdhci-cadence.c259 mmc_send_tuning(host->mmc, opcode, NULL)) { /* bad */ in sdhci_cdns_execute_tuning()
Ddw_mmc-k3.c382 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_hi3660_execute_tuning()
Dsdhci-tegra.c1053 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in tegra_sdhci_execute_tuning()
1062 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in tegra_sdhci_execute_tuning()
1072 return mmc_send_tuning(host->mmc, opcode, NULL); in tegra_sdhci_execute_tuning()
Dsdhci-esdhc-imx.c1032 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in esdhc_executing_tuning()
1041 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in esdhc_executing_tuning()
1051 ret = mmc_send_tuning(host->mmc, opcode, NULL); in esdhc_executing_tuning()
Ddw_mmc-exynos.c486 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_exynos_execute_tuning()
Dmmci_stm32_sdmmc.c428 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in sdmmc_dlyb_phase_tuning()
Dsdhci_am654.c417 cur_val = !mmc_send_tuning(host->mmc, opcode, NULL); in sdhci_am654_platform_execute_tuning()
Dmeson-mx-sdhc-mmc.c418 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mx_sdhc_tuning_point_matches()
Drenesas_sdhi_core.c666 if (mmc_send_tuning(mmc, opcode, NULL) == 0) in renesas_sdhi_execute_tuning()
Dmeson-gx-mmc.c532 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mmc_resampling_tuning()
Dsdhci-pci-core.c1699 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in amd_execute_tuning_hs200()
Dsdhci-msm.c1214 rc = mmc_send_tuning(mmc, opcode, NULL); in sdhci_msm_execute_tuning()
/Linux-v5.10/drivers/mmc/core/
Dmmc_ops.c640 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning() function
707 EXPORT_SYMBOL_GPL(mmc_send_tuning);
/Linux-v5.10/include/linux/mmc/
Dhost.h609 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error);