Home
last modified time | relevance | path

Searched refs:disp_thread_wait (Results 1 – 2 of 2) sorted by relevance

/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c59 wake_up_interruptible_all(&solo_dev->disp_thread_wait); in solo_video_in_isr()
265 add_wait_queue(&solo_dev->disp_thread_wait, &wait); in solo_thread()
276 remove_wait_queue(&solo_dev->disp_thread_wait, &wait); in solo_thread()
360 wake_up_interruptible(&solo_dev->disp_thread_wait); in solo_buf_queue()
642 init_waitqueue_head(&solo_dev->disp_thread_wait); in solo_v4l2_init()
Dsolo6x10.h224 wait_queue_head_t disp_thread_wait; member