Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c67 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()
Dsolo6x10.h230 wait_queue_head_t disp_thread_wait; member