Lines Matching refs:intel_crt
61 struct intel_crt { struct
70 static struct intel_crt *intel_encoder_to_crt(struct intel_encoder *encoder) in intel_encoder_to_crt() argument
72 return container_of(encoder, struct intel_crt, base); in intel_encoder_to_crt()
75 static struct intel_crt *intel_attached_crt(struct intel_connector *connector) in intel_attached_crt()
100 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_hw_state()
119 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_flags()
168 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_set_dpms()
458 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in ilk_crt_detect_hotplug()
508 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in valleyview_crt_detect_hotplug()
645 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in intel_crt_detect_ddc()
681 intel_crt_load_detect(struct intel_crt *crt, u32 pipe) in intel_crt_load_detect()
819 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in intel_crt_detect()
915 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in intel_crt_get_modes()
942 struct intel_crt *crt = intel_encoder_to_crt(to_intel_encoder(encoder)); in intel_crt_reset()
986 struct intel_crt *crt; in intel_crt_init()
1015 crt = kzalloc(sizeof(struct intel_crt), GFP_KERNEL); in intel_crt_init()