Searched refs:disp_thread_wait (Results 1 – 2 of 2) sorted by relevance
67 wake_up_interruptible_all(&solo_dev->disp_thread_wait); in solo_video_in_isr()272 add_wait_queue(&solo_dev->disp_thread_wait, &wait); in solo_thread()283 remove_wait_queue(&solo_dev->disp_thread_wait, &wait); in solo_thread()356 wake_up_interruptible(&solo_dev->disp_thread_wait); in solo_buf_queue()649 init_waitqueue_head(&solo_dev->disp_thread_wait); in solo_v4l2_init()
230 wait_queue_head_t disp_thread_wait; member