Lines Matching refs:intel_tv
56 struct intel_tv { struct
904 static struct intel_tv *enc_to_tv(struct intel_encoder *encoder) in enc_to_tv()
906 return container_of(encoder, struct intel_tv, base); in enc_to_tv()
909 static struct intel_tv *intel_attached_tv(struct intel_connector *connector) in intel_attached_tv()
1442 struct intel_tv *intel_tv = enc_to_tv(encoder); in intel_tv_pre_enable() local
1458 switch (intel_tv->type) { in intel_tv_pre_enable()
1586 intel_tv_detect_type(struct intel_tv *intel_tv, in intel_tv_detect_type() argument
1690 struct intel_tv *intel_tv = intel_attached_tv(to_intel_connector(connector)); in intel_tv_find_better_format() local
1695 if (intel_tv->type == DRM_MODE_CONNECTOR_Component) in intel_tv_find_better_format()
1719 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()
1939 struct intel_tv *intel_tv; in intel_tv_init() local
1975 intel_tv = kzalloc(sizeof(*intel_tv), GFP_KERNEL); in intel_tv_init()
1976 if (!intel_tv) { in intel_tv_init()
1982 kfree(intel_tv); in intel_tv_init()
1986 intel_encoder = &intel_tv->base; in intel_tv_init()
2024 intel_tv->type = DRM_MODE_CONNECTOR_Unknown; in intel_tv_init()