Lines Matching refs:dpaux
176 struct tegra_dpaux *dpaux; member
276 err = tegra_dpaux_prepare(sor->dpaux, DP_SET_ANSI_8B10B); in tegra_sor_dp_train_fast()
291 err = tegra_dpaux_train(sor->dpaux, link, pattern); in tegra_sor_dp_train_fast()
312 err = tegra_dpaux_train(sor->dpaux, link, pattern); in tegra_sor_dp_train_fast()
327 err = tegra_dpaux_train(sor->dpaux, link, pattern); in tegra_sor_dp_train_fast()
1047 if (sor->dpaux) in tegra_sor_connector_detect()
1048 return tegra_dpaux_detect(sor->dpaux); in tegra_sor_connector_detect()
1069 if (sor->dpaux) in tegra_sor_connector_get_modes()
1070 tegra_dpaux_enable(sor->dpaux); in tegra_sor_connector_get_modes()
1074 if (sor->dpaux) in tegra_sor_connector_get_modes()
1075 tegra_dpaux_disable(sor->dpaux); in tegra_sor_connector_get_modes()
1131 if (sor->dpaux) { in tegra_sor_edp_disable()
1132 err = tegra_dpaux_disable(sor->dpaux); in tegra_sor_edp_disable()
1213 aux = (struct drm_dp_aux *)sor->dpaux; in tegra_sor_edp_enable()
1215 if (sor->dpaux) { in tegra_sor_edp_enable()
1216 err = tegra_dpaux_enable(sor->dpaux); in tegra_sor_edp_enable()
1437 if (sor->dpaux) { in tegra_sor_edp_enable()
2151 if (!sor->dpaux) { in tegra_sor_init()
2202 if (sor->dpaux) { in tegra_sor_init()
2203 err = tegra_dpaux_attach(sor->dpaux, &sor->output); in tegra_sor_init()
2252 if (sor->dpaux) { in tegra_sor_exit()
2253 err = tegra_dpaux_detach(sor->dpaux); in tegra_sor_exit()
2402 sor->dpaux = tegra_dpaux_find_by_of_node(np); in tegra_sor_probe()
2405 if (!sor->dpaux) in tegra_sor_probe()
2409 if (!sor->dpaux) { in tegra_sor_probe()