Lines Matching refs:intel_mst
38 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_compute_config() local
39 struct intel_digital_port *intel_dig_port = intel_mst->primary; in intel_dp_mst_compute_config()
139 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_disable_dp() local
140 struct intel_digital_port *intel_dig_port = intel_mst->primary; in intel_mst_disable_dp()
163 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_post_disable_dp() local
164 struct intel_digital_port *intel_dig_port = intel_mst->primary; in intel_mst_post_disable_dp()
187 intel_mst->connector = NULL; in intel_mst_post_disable_dp()
201 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_pre_pll_enable_dp() local
202 struct intel_digital_port *intel_dig_port = intel_mst->primary; in intel_mst_pre_pll_enable_dp()
215 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_pre_enable_dp() local
216 struct intel_digital_port *intel_dig_port = intel_mst->primary; in intel_mst_pre_enable_dp()
229 intel_mst->connector = connector; in intel_mst_pre_enable_dp()
265 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_mst_enable_dp() local
266 struct intel_digital_port *intel_dig_port = intel_mst->primary; in intel_mst_enable_dp()
291 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_enc_get_hw_state() local
292 *pipe = intel_mst->pipe; in intel_dp_mst_enc_get_hw_state()
293 if (intel_mst->connector) in intel_dp_mst_enc_get_hw_state()
301 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(&encoder->base); in intel_dp_mst_enc_get_config() local
302 struct intel_digital_port *intel_dig_port = intel_mst->primary; in intel_dp_mst_enc_get_config()
419 struct intel_dp_mst_encoder *intel_mst = enc_to_mst(encoder); in intel_dp_mst_encoder_destroy() local
422 kfree(intel_mst); in intel_dp_mst_encoder_destroy()
542 struct intel_dp_mst_encoder *intel_mst; in intel_dp_create_fake_mst_encoder() local
546 intel_mst = kzalloc(sizeof(*intel_mst), GFP_KERNEL); in intel_dp_create_fake_mst_encoder()
548 if (!intel_mst) in intel_dp_create_fake_mst_encoder()
551 intel_mst->pipe = pipe; in intel_dp_create_fake_mst_encoder()
552 intel_encoder = &intel_mst->base; in intel_dp_create_fake_mst_encoder()
553 intel_mst->primary = intel_dig_port; in intel_dp_create_fake_mst_encoder()
573 return intel_mst; in intel_dp_create_fake_mst_encoder()