Searched refs:full_frames (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-if.c448 if (pdev->full_frames == NULL) {
449 pdev->full_frames = pdev->fill_frame;
450 pdev->full_frames_tail = pdev->full_frames;
465 if (pdev->full_frames == NULL) {
470 pdev->fill_frame = pdev->full_frames;
471 pdev->full_frames = pdev->full_frames->next;
493 pdev->full_frames = NULL;
535 if (pdev->full_frames == NULL) {
539 pdev->read_frame = pdev->full_frames;
[all...]
H A Dpwc.h217 struct pwc_frame_buf *full_frames, *full_frames_tail; /* all filled frames */ member in struct:pwc_device
H A Dpwc-v4l.c595 while (pdev->full_frames == NULL) {
1114 while (pdev->full_frames == NULL) {

Completed in 40 milliseconds