Searched refs:intel_dvo (Results 1 – 2 of 2) sorted by relevance
109 struct intel_dvo { struct117 static struct intel_dvo *enc_to_dvo(struct intel_encoder *encoder) in enc_to_dvo() argument119 return container_of(encoder, struct intel_dvo, base); in enc_to_dvo()122 static struct intel_dvo *intel_attached_dvo(struct intel_connector *connector) in intel_attached_dvo()131 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_dvo_connector_get_hw_state() local140 return intel_dvo->dev.dev_ops->get_hw_state(&intel_dvo->dev); in intel_dvo_connector_get_hw_state()187 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_disable_dvo() local190 intel_dvo->dev.dev_ops->dpms(&intel_dvo->dev, false); in intel_disable_dvo()202 struct intel_dvo *intel_dvo = enc_to_dvo(encoder); in intel_enable_dvo() local205 intel_dvo->dev.dev_ops->mode_set(&intel_dvo->dev, in intel_enable_dvo()[all …]
327 display/intel_dvo.o \