Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mmc/host/
Ddw_mmc-starfive.c72 err = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_starfive_execute_tuning()
Ddw_mmc-hi3798cv200.c75 err = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_hi3798cv200_execute_tuning()
Ddw_mmc-rockchip.c170 v = !mmc_send_tuning(mmc, opcode, NULL); in dw_mci_rk3288_execute_tuning()
Dmtk-sd.c2034 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
2058 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
2088 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
2133 mmc_send_tuning(mmc, opcode, &cmd_err); in hs400_tune_response()
2165 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
2179 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
2223 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
2239 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
Dsdhci-omap.c378 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()
Ddw_mmc-k3.c382 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_hi3660_execute_tuning()
Dsdhci-esdhc-imx.c1165 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in esdhc_executing_tuning()
1174 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in esdhc_executing_tuning()
1184 ret = mmc_send_tuning(host->mmc, opcode, NULL); in esdhc_executing_tuning()
Dsdhci-tegra.c1081 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()
Dsdhci-cadence.c275 mmc_send_tuning(host->mmc, opcode, NULL)) { /* bad */ in sdhci_cdns_execute_tuning()
Ddw_mmc-exynos.c518 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_exynos_execute_tuning()
Dmmci_stm32_sdmmc.c589 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in sdmmc_dlyb_phase_tuning()
Dmeson-mx-sdhc-mmc.c418 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mx_sdhc_tuning_point_matches()
Dsdhci_am654.c435 cur_val = !mmc_send_tuning(host->mmc, opcode, NULL); in sdhci_am654_platform_execute_tuning()
Drenesas_sdhi_core.c706 if (mmc_send_tuning(mmc, opcode, &cmd_error) == 0) in renesas_sdhi_execute_tuning()
Dsunplus-mmc.c820 if (!mmc_send_tuning(mmc, opcode, NULL)) { in spmmc_execute_tuning()
Dmeson-gx-mmc.c550 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mmc_resampling_tuning()
Dsdhci-pci-core.c1679 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in amd_execute_tuning_hs200()
Dsdhci-msm.c1235 rc = mmc_send_tuning(mmc, opcode, NULL); in sdhci_msm_execute_tuning()
/linux-6.6.21/drivers/mmc/core/
Dmmc_ops.c668 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.6.21/include/linux/mmc/
Dhost.h676 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error);