Lines Matching defs:crtc2
158 struct matroxfb_dh_fb_info *info = minfo->crtc2.info;
219 minfo->crtc2.vsync.cnt++;
220 wake_up_interruptible(&minfo->crtc2.vsync.wait);
283 vs = &minfo->crtc2.vsync;
946 struct matroxfb_dh_fb_info* crtc2;
948 down_read(&minfo->crtc2.lock);
949 crtc2 = minfo->crtc2.info;
950 if (crtc2)
951 crtc2->fbcon.fbops->fb_set_par(&crtc2->fbcon);
952 up_read(&minfo->crtc2.lock);
1622 } else if (c == '2' && minfo->devflags.crtc2) {
1674 minfo->devflags.crtc2 = (b->flags & DEVF_CRTC2) != 0;
2108 init_rwsem(&minfo->crtc2.lock);
2113 init_waitqueue_head(&minfo->crtc2.vsync.wait);