Searched refs:intel_dvo (Results 1 – 2 of 2) sorted by relevance
80 struct intel_dvo { struct89 static struct intel_dvo *enc_to_intel_dvo(struct drm_encoder *encoder) in enc_to_intel_dvo() argument91 return container_of(encoder, struct intel_dvo, base.base); in enc_to_intel_dvo()94 static struct intel_dvo *intel_attached_dvo(struct drm_connector *connector) in intel_attached_dvo()97 struct intel_dvo, base); in intel_attached_dvo()103 struct intel_dvo *intel_dvo = enc_to_intel_dvo(encoder); in intel_dvo_dpms() local104 u32 dvo_reg = intel_dvo->dev.dvo_reg; in intel_dvo_dpms()110 intel_dvo->dev.dev_ops->dpms(&intel_dvo->dev, mode); in intel_dvo_dpms()112 intel_dvo->dev.dev_ops->dpms(&intel_dvo->dev, mode); in intel_dvo_dpms()121 struct intel_dvo *intel_dvo = intel_attached_dvo(connector); in intel_dvo_mode_valid() local[all …]
28 intel_dvo.o \