Home
last modified time | relevance | path

Searched refs:vsync_waitq (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/pci/ivtv/
H A Divtvfb.c476 prepare_to_wait(&itv->vsync_waitq, &wait, TASK_INTERRUPTIBLE); in ivtvfb_ioctl()
479 finish_wait(&itv->vsync_waitq, &wait); in ivtvfb_ioctl()
H A Divtv-driver.h698 wait_queue_head_t vsync_waitq; /* wake up when the next decoder vsync arrives */ member
H A Divtv-ioctl.c1132 prepare_to_wait(&itv->vsync_waitq, &wait, in ivtv_s_std_dec()
1138 finish_wait(&itv->vsync_waitq, &wait); in ivtv_s_std_dec()
H A Divtv-irq.c883 wake_up(&itv->vsync_waitq); in ivtv_irq_vsync()
H A Divtv-driver.c738 init_waitqueue_head(&itv->vsync_waitq); in ivtv_init_struct1()
H A Divtv-yuv.c1182 ivtv_waitq(&itv->vsync_waitq); in ivtv_yuv_close()