Lines Matching defs:con
728 struct connector con;
734 memset(&con, 0, sizeof(struct connector));
744 con.crtc = -1;
746 &con.id,
747 con.mode_str) != 2 &&
749 &con.id,
750 &con.crtc,
751 con.mode_str) != 3)
780 connector_find_mode(dev->fd, &con, resources);
783 if (!con.mode) {
789 screen_width = con.mode->hdisplay;
790 screen_height = con.mode->vdisplay;
819 ret = drm_set_crtc(dev, &con, fb_id);