Searched refs:intel_dvo (Results 1 – 1 of 1) sorted by relevance
113 struct intel_dvo { struct121 static struct intel_dvo *enc_to_dvo(struct intel_encoder *encoder) in enc_to_dvo() argument123 return container_of(encoder, struct intel_dvo, base); in enc_to_dvo()126 static struct intel_dvo *intel_attached_dvo(struct intel_connector *connector) in intel_attached_dvo()135 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_connector_get_hw_state() local144 return intel_dvo->dev.dev_ops->get_hw_state(&intel_dvo->dev); in intel_dvo_connector_get_hw_state()191 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_disable_dvo() local194 intel_dvo->dev.dev_ops->dpms(&intel_dvo->dev, false); in intel_disable_dvo()206 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_enable_dvo() local209 intel_dvo->dev.dev_ops->mode_set(&intel_dvo->dev, in intel_enable_dvo()[all …]