Searched refs:vsync_info (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/
H A Ds3c-fb.c203 * @vsync_info: VSYNC-related information (count, queues...)
221 struct s3c_fb_vsync vsync_info; member in struct:s3c_fb
975 sfb->vsync_info.count++;
976 wake_up_interruptible(&sfb->vsync_info.wait);
1003 count = sfb->vsync_info.count;
1005 ret = wait_event_interruptible_timeout(sfb->vsync_info.wait,
1006 count != sfb->vsync_info.count,
1187 init_waitqueue_head(&sfb->vsync_info.wait);

Completed in 57 milliseconds