Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Ddw_mmc-zx.c96 if (!ret && mmc_send_tuning(mmc, opcode, NULL)) { in dw_mci_zx_emmc_execute_tuning()
Dsdhci-sirf.c95 if (!mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_sirf_execute_tuning()
Ddw_mmc-hi3798cv200.c81 err = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_hi3798cv200_execute_tuning()
Dmtk-sd.c1806 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
1830 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
1860 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
1904 mmc_send_tuning(mmc, opcode, &cmd_err); in hs400_tune_response()
1936 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
1950 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
1994 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
2010 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
Dsdhci-omap.c340 cur_match = !mmc_send_tuning(mmc, opcode, NULL); in sdhci_omap_execute_tuning()
400 if (mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_omap_execute_tuning()
417 if (mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_omap_execute_tuning()
Ddw_mmc-rockchip.c168 v = !mmc_send_tuning(mmc, opcode, NULL); in dw_mci_rk3288_execute_tuning()
Dsdhci-cadence.c295 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.c1027 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in tegra_sdhci_execute_tuning()
1036 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in tegra_sdhci_execute_tuning()
1046 return mmc_send_tuning(host->mmc, opcode, NULL); in tegra_sdhci_execute_tuning()
Dsdhci-esdhc-imx.c903 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in esdhc_executing_tuning()
912 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in esdhc_executing_tuning()
922 ret = mmc_send_tuning(host->mmc, opcode, NULL); in esdhc_executing_tuning()
Ddw_mmc-exynos.c484 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_exynos_execute_tuning()
Dtmio_mmc_core.c744 ret = mmc_send_tuning(mmc, opcode, NULL); in tmio_mmc_execute_tuning()
Dmeson-gx-mmc.c535 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mmc_resampling_tuning()
Dsdhci-pci-core.c1519 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in amd_execute_tuning_hs200()
Dsdhci-msm.c1132 rc = mmc_send_tuning(mmc, opcode, NULL); in sdhci_msm_execute_tuning()
/Linux-v5.4/drivers/mmc/core/
Dmmc_ops.c609 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning() function
676 EXPORT_SYMBOL_GPL(mmc_send_tuning);
/Linux-v5.4/include/linux/mmc/
Dhost.h592 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error);