Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc-rockchip.c173 if (mmc_send_tuning(mmc, opcode, NULL)) { in dw_mci_v2_execute_tuning()
181 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_v2_execute_tuning()
241 v = !mmc_send_tuning(mmc, opcode, NULL); in dw_mci_rk3288_execute_tuning()
H A Ddw_mmc-zx.c96 if (!ret && mmc_send_tuning(mmc, opcode, NULL)) { in dw_mci_zx_emmc_execute_tuning()
H A Dsdhci-sirf.c95 if (!mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_sirf_execute_tuning()
H A Ddw_mmc-hi3798cv200.c81 err = mmc_send_tuning(slot->mmc, opcode, NULL); in dw_mci_hi3798cv200_execute_tuning()
H A Dmtk-sd.c1942 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
1966 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
1996 mmc_send_tuning(mmc, opcode, &cmd_err); in msdc_tune_response()
2041 mmc_send_tuning(mmc, opcode, &cmd_err); in hs400_tune_response()
2073 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
2087 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_data()
2131 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
2147 ret = mmc_send_tuning(mmc, opcode, NULL); in msdc_tune_together()
H A Dsdhci-omap.c351 cur_match = !mmc_send_tuning(mmc, opcode, NULL); in sdhci_omap_execute_tuning()
411 if (mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_omap_execute_tuning()
428 if (mmc_send_tuning(mmc, opcode, NULL)) { in sdhci_omap_execute_tuning()
H A Dsdhci-cadence.c259 mmc_send_tuning(host->mmc, opcode, NULL)) { /* bad */ in sdhci_cdns_execute_tuning()
H A Ddw_mmc-k3.c382 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_hi3660_execute_tuning()
H A Dsdhci-esdhc-imx.c1015 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in esdhc_executing_tuning()
1024 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in esdhc_executing_tuning()
1034 ret = mmc_send_tuning(host->mmc, opcode, NULL); in esdhc_executing_tuning()
H A Dsdhci-tegra.c1067 if (!mmc_send_tuning(host->mmc, opcode, NULL)) in tegra_sdhci_execute_tuning()
1076 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in tegra_sdhci_execute_tuning()
1086 return mmc_send_tuning(host->mmc, opcode, NULL); in tegra_sdhci_execute_tuning()
H A Dmmci_stm32_sdmmc.c428 if (mmc_send_tuning(host->mmc, opcode, NULL)) { in sdmmc_dlyb_phase_tuning()
H A Ddw_mmc-exynos.c498 if (!mmc_send_tuning(mmc, opcode, NULL)) in dw_mci_exynos_execute_tuning()
H A Dsdhci_am654.c436 cur_val = !mmc_send_tuning(host->mmc, opcode, NULL); in sdhci_am654_platform_execute_tuning()
H A Dmeson-mx-sdhc-mmc.c434 ret = mmc_send_tuning(mmc, opcode, NULL); in meson_mx_sdhc_tuning_point_matches()
H A Drenesas_sdhi_core.c668 if (mmc_send_tuning(mmc, opcode, &cmd_error) == 0) in renesas_sdhi_execute_tuning()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Drockchip_dw_mmc.c142 ret = mmc_send_tuning(mmc, opcode); in rockchip_dwmmc_execute_tuning()
162 ret = mmc_send_tuning(mmc, opcode); in rockchip_dwmmc_execute_tuning()
H A Dmmc.su
H A Dmmc.c873 int mmc_send_tuning(struct mmc *mmc, u32 opcode) in mmc_send_tuning() function
946 int mmc_send_tuning(struct mmc *mmc, u32 opcode) { return 0; } function
/OK3568_Linux_fs/u-boot/spl/drivers/mmc/
H A Dmmc.su
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dmmc_ops.c660 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning() function
727 EXPORT_SYMBOL_GPL(mmc_send_tuning);
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h632 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error);
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h666 int mmc_send_tuning(struct mmc *mmc, u32 opcode);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960225 mmc_send_tuning
H A Dabi_gki_aarch64_virtual_device572 mmc_send_tuning
H A Dabi_gki_aarch64_vivo954 mmc_send_tuning

12