Lines Matching refs:tegra_dp_link_config
416 const struct tegra_dp_link_config *link_cfg) in tegra_dc_dp_dump_link_cfg()
453 struct tegra_dp_link_config *cfg) in _tegra_dp_lower_link_config()
486 struct tegra_dp_link_config *link_cfg) in tegra_dc_dp_calc_config()
657 struct tegra_dp_link_config *link_cfg) in tegra_dc_dp_init_max_link_cfg()
749 const struct tegra_dp_link_config *link_cfg, in tegra_dp_set_lane_count()
770 const struct tegra_dp_link_config *cfg) in tegra_dc_dp_link_trained()
797 const struct tegra_dp_link_config *cfg) in tegra_dp_channel_eq_status()
841 const struct tegra_dp_link_config *cfg) in tegra_dp_clock_recovery_status()
867 const struct tegra_dp_link_config *cfg) in tegra_dp_lt_adjust()
907 const struct tegra_dp_link_config *cfg) in tegra_dp_wait_aux_training()
916 const struct tegra_dp_link_config *cfg) in tegra_dp_tpg()
926 static int tegra_dp_link_config(struct tegra_dp_priv *dp, in tegra_dp_link_config() function
927 const struct tegra_dp_link_config *link_cfg) in tegra_dp_link_config()
984 struct tegra_dp_link_config *cfg) in tegra_dp_lower_link_config()
986 struct tegra_dp_link_config tmp_cfg; in tegra_dp_lower_link_config()
996 ret = tegra_dp_link_config(dp, cfg); in tegra_dp_lower_link_config()
1004 tegra_dp_link_config(dp, &tmp_cfg); in tegra_dp_lower_link_config()
1009 u32 pc[4], const struct tegra_dp_link_config *cfg) in tegra_dp_lt_config()
1096 const struct tegra_dp_link_config *cfg) in _tegra_dp_channel_eq()
1127 const struct tegra_dp_link_config *cfg) in tegra_dp_channel_eq()
1149 const struct tegra_dp_link_config *cfg) in _tegra_dp_clk_recovery()
1175 const struct tegra_dp_link_config *cfg) in tegra_dp_clk_recovery()
1193 struct tegra_dp_link_config *cfg) in tegra_dc_dp_full_link_training()
1237 const struct tegra_dp_link_config *link_cfg, in tegra_dc_dp_fast_link_training()
1308 struct tegra_dp_link_config *link_cfg, in tegra_dp_do_link_training()
1352 struct tegra_dp_link_config *link_cfg, in tegra_dc_dp_explore_link_cfg()
1356 struct tegra_dp_link_config temp_cfg; in tegra_dc_dp_explore_link_cfg()
1379 (!tegra_dp_link_config(dp, &temp_cfg)) && in tegra_dc_dp_explore_link_cfg()
1426 struct tegra_dp_link_config *link_cfg, in tegra_dc_dp_check_sink()
1475 struct tegra_dp_link_config slink_cfg, *link_cfg = &slink_cfg; in tegra_dp_enable()