Lines Matching refs:full_frames
449 if (pdev->full_frames == NULL) { in pwc_next_fill_frame()
450 pdev->full_frames = pdev->fill_frame; in pwc_next_fill_frame()
451 pdev->full_frames_tail = pdev->full_frames; in pwc_next_fill_frame()
467 if (pdev->full_frames == NULL) { in pwc_next_fill_frame()
473 pdev->fill_frame = pdev->full_frames; in pwc_next_fill_frame()
474 pdev->full_frames = pdev->full_frames->next; in pwc_next_fill_frame()
498 pdev->full_frames = NULL; in pwc_reset_buffers()
535 if (pdev->full_frames == NULL) { in pwc_handle_frame()
539 pdev->read_frame = pdev->full_frames; in pwc_handle_frame()
540 pdev->full_frames = pdev->full_frames->next; in pwc_handle_frame()
1145 while (pdev->full_frames == NULL) { in pwc_video_read()
1206 if (pdev->full_frames != NULL) /* we have frames waiting */ in pwc_video_poll()
1500 while (pdev->full_frames == NULL) { in pwc_video_ioctl()