Lines Matching defs:intel_crt
49 struct intel_crt {
58 static struct intel_crt *intel_attached_crt(struct drm_connector *connector)
61 struct intel_crt, base);
64 static struct intel_crt *intel_encoder_to_crt(struct intel_encoder *encoder)
66 return container_of(encoder, struct intel_crt, base);
74 struct intel_crt *crt = intel_encoder_to_crt(encoder);
94 struct intel_crt *crt = intel_encoder_to_crt(encoder);
118 struct intel_crt *crt = intel_encoder_to_crt(encoder);
150 struct intel_crt *crt = intel_encoder_to_crt(encoder);
252 struct intel_crt *crt =
288 struct intel_crt *crt = intel_attached_crt(connector);
333 struct intel_crt *crt = intel_attached_crt(connector);
459 struct intel_crt *crt = intel_attached_crt(connector);
493 intel_crt_load_detect(struct intel_crt *crt)
616 struct intel_crt *crt = intel_attached_crt(connector);
696 struct intel_crt *crt = intel_attached_crt(connector);
742 struct intel_crt *crt;
748 crt = kzalloc(sizeof(struct intel_crt), GFP_KERNEL);
754 kfree(crt, sizeof(struct intel_crt));
769 crt->base.type_size = sizeof(struct intel_crt);