Lines Matching refs:intel_crt
59 struct intel_crt { struct
68 static struct intel_crt *intel_encoder_to_crt(struct intel_encoder *encoder) in intel_encoder_to_crt() argument
70 return container_of(encoder, struct intel_crt, base); in intel_encoder_to_crt()
73 static struct intel_crt *intel_attached_crt(struct intel_connector *connector) in intel_attached_crt()
98 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_hw_state()
117 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_flags()
166 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_set_dpms()
456 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in ilk_crt_detect_hotplug()
506 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in valleyview_crt_detect_hotplug()
643 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in intel_crt_detect_ddc()
679 intel_crt_load_detect(struct intel_crt *crt, u32 pipe) in intel_crt_load_detect()
830 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in intel_crt_detect()
926 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in intel_crt_get_modes()
953 struct intel_crt *crt = intel_encoder_to_crt(to_intel_encoder(encoder)); in intel_crt_reset()
997 struct intel_crt *crt; in intel_crt_init()
1026 crt = kzalloc(sizeof(struct intel_crt), GFP_KERNEL); in intel_crt_init()