vsync_info        218 drivers/video/fbdev/s3c-fb.c 	struct s3c_fb_vsync	 vsync_info;
vsync_info        972 drivers/video/fbdev/s3c-fb.c 		sfb->vsync_info.count++;
vsync_info        973 drivers/video/fbdev/s3c-fb.c 		wake_up_interruptible(&sfb->vsync_info.wait);
vsync_info       1000 drivers/video/fbdev/s3c-fb.c 	count = sfb->vsync_info.count;
vsync_info       1002 drivers/video/fbdev/s3c-fb.c 	ret = wait_event_interruptible_timeout(sfb->vsync_info.wait,
vsync_info       1003 drivers/video/fbdev/s3c-fb.c 				       count != sfb->vsync_info.count,
vsync_info       1183 drivers/video/fbdev/s3c-fb.c 	init_waitqueue_head(&sfb->vsync_info.wait);