Lines Matching defs:connector
80 struct drm_connector *connector)
84 return drm_get_edid(connector, conn->bridge.ddc);
118 /* Get the exact connector type. */
132 dev_err(&pdev->dev, "DVI connector with no type\n");
144 dev_err(&pdev->dev, "HDMI connector with no type\n");
155 "Unsupported HDMI connector type '%s'\n",
168 /* All the supported connector types support interlaced modes. */
171 /* Get the optional connector label. */
238 "Found %s display connector '%s' %s DDC bus and %s HPD GPIO (ops 0x%x)\n",
264 .compatible = "composite-video-connector",
267 .compatible = "dvi-connector",
270 .compatible = "hdmi-connector",
273 .compatible = "svideo-connector",
276 .compatible = "vga-connector",
287 .name = "display-connector",
294 MODULE_DESCRIPTION("Display connector driver");