Searched refs:disp_thread_wait (Results 1 – 2 of 2) sorted by relevance
68 wake_up_interruptible_all(&solo_dev->disp_thread_wait); in solo_video_in_isr()274 add_wait_queue(&solo_dev->disp_thread_wait, &wait); in solo_thread()285 remove_wait_queue(&solo_dev->disp_thread_wait, &wait); in solo_thread()369 wake_up_interruptible(&solo_dev->disp_thread_wait); in solo_buf_queue()660 init_waitqueue_head(&solo_dev->disp_thread_wait); in solo_v4l2_init()
228 wait_queue_head_t disp_thread_wait; member