Searched refs:frameq (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-v4l.c594 add_wait_queue(&pdev->frameq, &wait);
598 remove_wait_queue(&pdev->frameq, &wait);
604 remove_wait_queue(&pdev->frameq, &wait);
611 remove_wait_queue(&pdev->frameq, &wait);
1113 add_wait_queue(&pdev->frameq, &wait);
1116 remove_wait_queue(&pdev->frameq, &wait);
1122 remove_wait_queue(&pdev->frameq, &wait);
1129 remove_wait_queue(&pdev->frameq, &wait);
H A Dpwc-if.c729 wake_up_interruptible(&pdev->frameq);
805 wake_up_interruptible(&pdev->frameq);
1322 add_wait_queue(&pdev->frameq, &wait);
1326 remove_wait_queue(&pdev->frameq, &wait);
1332 remove_wait_queue(&pdev->frameq, &wait);
1338 remove_wait_queue(&pdev->frameq, &wait);
1346 remove_wait_queue(&pdev->frameq, &wait);
1395 poll_wait(file, &pdev->frameq, wait);
1759 init_waitqueue_head(&pdev->frameq);
1886 wake_up_interruptible(&pdev->frameq);
[all...]
H A Dpwc.h261 wait_queue_head_t frameq; /* When waiting for a frame to finish... */ member in struct:pwc_device

Completed in 104 milliseconds