Lines Matching refs:intel_crt
53 struct intel_crt { struct
62 static struct intel_crt *intel_encoder_to_crt(struct intel_encoder *encoder) in intel_encoder_to_crt() argument
64 return container_of(encoder, struct intel_crt, base); in intel_encoder_to_crt()
67 static struct intel_crt *intel_attached_crt(struct intel_connector *connector) in intel_attached_crt()
92 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_hw_state()
111 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_get_flags()
162 struct intel_crt *crt = intel_encoder_to_crt(encoder); in intel_crt_set_dpms()
450 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in ilk_crt_detect_hotplug()
500 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in valleyview_crt_detect_hotplug()
637 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in intel_crt_detect_ddc()
675 intel_crt_load_detect(struct intel_crt *crt, u32 pipe) in intel_crt_load_detect()
826 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in intel_crt_detect()
922 struct intel_crt *crt = intel_attached_crt(to_intel_connector(connector)); in intel_crt_get_modes()
949 struct intel_crt *crt = intel_encoder_to_crt(to_intel_encoder(encoder)); in intel_crt_reset()
993 struct intel_crt *crt; in intel_crt_init()
1022 crt = kzalloc(sizeof(struct intel_crt), GFP_KERNEL); in intel_crt_init()