Searched refs:mmc_send_tuning (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/mmc/ |
D | core.h | 156 extern int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error);
|
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-sirf.c | 101 if (!mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_sirf_execute_tuning()
|
D | dw_mmc-rockchip.c | 117 v = !mmc_send_tuning(mmc, opcode, NULL); in dw_mci_rk3288_execute_tuning()
|
D | sdhci-esdhc-imx.c | 762 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in esdhc_executing_tuning() 771 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in esdhc_executing_tuning() 781 ret = mmc_send_tuning(host->mmc, opcode, NULL); in esdhc_executing_tuning()
|
D | mtk-sd.c | 1325 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 1334 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response() 1371 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data() 1381 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
|
D | dw_mmc-exynos.c | 464 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_exynos_execute_tuning()
|
D | sdhci-msm.c | 376 rc = mmc_send_tuning(mmc, opcode, NULL); in sdhci_msm_execute_tuning()
|
/linux-4.4.14/drivers/mmc/core/ |
D | mmc_ops.c | 591 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning() function 658 EXPORT_SYMBOL_GPL(mmc_send_tuning);
|