Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/ !
H A Ddw_mmc-starfive.c68 ret = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_starfive_execute_tuning()
H A Ddw_mmc-hi3798cv200.c75 err = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_hi3798cv200_execute_tuning()
H A Ddw_mmc-hi3798mv200.c118 err = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_hi3798mv200_execute_tuning_mix_mode()
H A Dsdhci-of-dwcmshc.c1094 ret = mmc_send_tuning(mmc, opcode, NULL); in cv18xx_retry_tuning()
1161 ret = mmc_send_tuning(host->mmc, opcode, NULL); in cv18xx_sdhci_execute_tuning()
1392 ret = mmc_send_tuning(host->mmc, opcode, &cmd_error); in sdhci_eic7700_delay_tuning()
1440 ret = mmc_send_tuning(host->mmc, opcode, &cmd_error); in sdhci_eic7700_phase_code_tuning()
1489 ret = mmc_send_tuning(host->mmc, opcode, &cmd_error); in sdhci_eic7700_phase_code_tuning()
H A 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()
H A Dmtk-sd.c2321 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
2345 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
2375 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
2421 mmc_send_tuning(mmc, opcode, &cmd_err); in hs400_tune_response()
2452 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
2465 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
2506 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
2521 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
H A Ddw_mmc-k3.c382 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_hi3660_execute_tuning()
H A 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()
H A Ddw_mmc-rockchip.c322 v = !mmc_send_tuning(mmc, opcode, NULL); in dw_mci_rk3288_execute_tuning()
H A Dsdhci-esdhc-imx.c1232 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in esdhc_executing_tuning()
1241 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in esdhc_executing_tuning()
1287 ret = mmc_send_tuning(host->mmc, opcode, NULL); in esdhc_executing_tuning()
H A Dsdhci-cadence.c331 mmc_send_tuning(host->mmc, opcode, NULL)) { /* bad */ in sdhci_cdns_execute_tuning()
H A Ddw_mmc-exynos.c548 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_exynos_execute_tuning()
H A Dmmci_stm32_sdmmc.c590 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in sdmmc_dlyb_phase_tuning()
H A Dmeson-mx-sdhc-mmc.c416 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mx_sdhc_tuning_point_matches()
H A Dsdhci_am654.c548 curr_pass = !mmc_send_tuning(host->mmc, opcode, NULL); in sdhci_am654_do_tuning()
H A Dsunplus-mmc.c820 if (!mmc_send_tuning(mmc, opcode, NULL)) { in spmmc_execute_tuning()
H A Dmeson-gx-mmc.c550 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mmc_resampling_tuning()
H A Drenesas_sdhi_core.c727 if (mmc_send_tuning(mmc, opcode, &cmd_error) == 0) in renesas_sdhi_execute_tuning()
H A Dsdhci-pci-core.c1731 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in amd_execute_tuning_hs200()
H A Dsdhci-msm.c1261 rc = mmc_send_tuning(mmc, opcode, NULL); in sdhci_msm_execute_tuning()
/linux/drivers/mmc/core/ !
H A Dmmc_ops.c676 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning() function
743 EXPORT_SYMBOL_GPL(mmc_send_tuning);
/linux/include/linux/mmc/ !
H A Dhost.h756 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error);