Lines Matching defs:con
729 struct connector con;
735 memset(&con, 0, sizeof(struct connector));
745 con.crtc = -1;
747 &con.id,
748 con.mode_str) != 2 &&
750 &con.id,
751 &con.crtc,
752 con.mode_str) != 3)
781 connector_find_mode(dev->fd, &con, resources);
784 if (!con.mode) {
790 screen_width = con.mode->hdisplay;
791 screen_height = con.mode->vdisplay;
820 ret = drm_set_crtc(dev, &con, fb_id);