Lines Matching refs:intel_tv
55 struct intel_tv { struct
902 static struct intel_tv *enc_to_tv(struct intel_encoder *encoder) in enc_to_tv()
904 return container_of(encoder, struct intel_tv, base); in enc_to_tv()
907 static struct intel_tv *intel_attached_tv(struct intel_connector *connector) in intel_attached_tv()
1444 struct intel_tv *intel_tv = enc_to_tv(encoder); in intel_tv_pre_enable() local
1463 switch (intel_tv->type) { in intel_tv_pre_enable()
1591 intel_tv_detect_type(struct intel_tv *intel_tv, in intel_tv_detect_type() argument
1694 struct intel_tv *intel_tv = intel_attached_tv(to_intel_connector(connector)); in intel_tv_find_better_format() local
1699 if (intel_tv->type == DRM_MODE_CONNECTOR_Component) in intel_tv_find_better_format()
1722 struct intel_tv *intel_tv = intel_attached_tv(to_intel_connector(connector)); in intel_tv_detect() local
1740 type = intel_tv_detect_type(intel_tv, connector); in intel_tv_detect()
1750 intel_tv->type = type; in intel_tv_detect()
1938 struct intel_tv *intel_tv; in intel_tv_init() local
1974 intel_tv = kzalloc(sizeof(*intel_tv), GFP_KERNEL); in intel_tv_init()
1975 if (!intel_tv) { in intel_tv_init()
1981 kfree(intel_tv); in intel_tv_init()
1985 intel_encoder = &intel_tv->base; in intel_tv_init()
2021 intel_tv->type = DRM_MODE_CONNECTOR_Unknown; in intel_tv_init()