Lines Matching refs:intel_crt
47 struct intel_crt { struct
56 static struct intel_crt *intel_encoder_to_crt(struct intel_encoder *encoder) in intel_encoder_to_crt() argument
58 return container_of(encoder, struct intel_crt, base); in intel_encoder_to_crt()
61 static struct intel_crt *intel_attached_crt(struct drm_connector *connector) in intel_attached_crt()
71 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_hw_state()
95 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_flags()
147 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_set_dpms()
209 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_enable_crt()
276 struct intel_crt *crt = intel_attached_crt(connector); in intel_ironlake_crt_detect_hotplug()
321 struct intel_crt *crt = intel_attached_crt(connector); in valleyview_crt_detect_hotplug()
444 struct intel_crt *crt = intel_attached_crt(connector); in intel_crt_detect_ddc()
478 intel_crt_load_detect(struct intel_crt *crt) in intel_crt_load_detect()
602 struct intel_crt *crt = intel_attached_crt(connector); in intel_crt_detect()
680 struct intel_crt *crt = intel_attached_crt(connector); in intel_crt_get_modes()
715 struct intel_crt *crt = intel_attached_crt(connector); in intel_crt_reset()
787 struct intel_crt *crt; in intel_crt_init()
795 crt = kzalloc(sizeof(struct intel_crt), GFP_KERNEL); in intel_crt_init()