Lines Matching defs:connector
51 struct intel_connector *connector; member
61 static struct intel_crt *intel_attached_crt(struct drm_connector *connector) in intel_attached_crt()
215 intel_crt_mode_valid(struct drm_connector *connector, in intel_crt_mode_valid()
273 static bool intel_ironlake_crt_detect_hotplug(struct drm_connector *connector) in intel_ironlake_crt_detect_hotplug()
318 static bool valleyview_crt_detect_hotplug(struct drm_connector *connector) in valleyview_crt_detect_hotplug()
360 static bool intel_crt_detect_hotplug(struct drm_connector *connector) in intel_crt_detect_hotplug()
408 static struct edid *intel_crt_get_edid(struct drm_connector *connector, in intel_crt_get_edid()
426 static int intel_crt_ddc_get_modes(struct drm_connector *connector, in intel_crt_ddc_get_modes()
442 static bool intel_crt_detect_ddc(struct drm_connector *connector) in intel_crt_detect_ddc()
598 intel_crt_detect(struct drm_connector *connector, bool force) in intel_crt_detect()
670 static void intel_crt_destroy(struct drm_connector *connector) in intel_crt_destroy()
676 static int intel_crt_get_modes(struct drm_connector *connector) in intel_crt_get_modes()
704 static int intel_crt_set_property(struct drm_connector *connector, in intel_crt_set_property()
711 static void intel_crt_reset(struct drm_connector *connector) in intel_crt_reset()
786 struct drm_connector *connector; in intel_crt_init() local