Searched refs:mmc_send_tuning (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci-tegra.c | 282 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in tegra_sdhci_execute_tuning() 291 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in tegra_sdhci_execute_tuning() 301 return mmc_send_tuning(host->mmc, opcode, NULL); in tegra_sdhci_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-zx.c | 100 if (!ret && mmc_send_tuning(mmc, opcode, NULL)) { in dw_mci_zx_emmc_execute_tuning()
|
D | sdhci-sirf.c | 101 if (!mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_sirf_execute_tuning()
|
D | mtk-sd.c | 1594 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 1619 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 1651 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 1695 mmc_send_tuning(mmc, opcode, &cmd_err); in hs400_tune_response() 1729 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data() 1744 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
|
D | dw_mmc-rockchip.c | 172 v = !mmc_send_tuning(mmc, opcode, NULL); in dw_mci_rk3288_execute_tuning()
|
D | sdhci-esdhc-imx.c | 841 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in esdhc_executing_tuning() 850 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in esdhc_executing_tuning() 860 ret = mmc_send_tuning(host->mmc, opcode, NULL); in esdhc_executing_tuning()
|
D | dw_mmc-k3.c | 386 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_hi3660_execute_tuning()
|
D | sdhci-cadence.c | 304 mmc_send_tuning(host->mmc, opcode, NULL)) { /* bad */ in sdhci_cdns_execute_tuning()
|
D | dw_mmc-exynos.c | 477 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_exynos_execute_tuning()
|
D | sdhci-omap.c | 327 cur_match = !mmc_send_tuning(mmc, opcode, NULL); in sdhci_omap_execute_tuning()
|
D | tmio_mmc_core.c | 819 ret = mmc_send_tuning(mmc, opcode, NULL); in tmio_mmc_execute_tuning()
|
D | meson-gx-mmc.c | 723 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mmc_clk_phase_tuning()
|
D | sdhci-pci-core.c | 1353 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in amd_execute_tuning_hs200()
|
D | sdhci-msm.c | 1073 rc = mmc_send_tuning(mmc, opcode, NULL); in sdhci_msm_execute_tuning()
|
/Linux-v4.19/include/linux/mmc/ |
D | host.h | 577 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error);
|
/Linux-v4.19/drivers/mmc/core/ |
D | mmc_ops.c | 607 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning() function 674 EXPORT_SYMBOL_GPL(mmc_send_tuning);
|