Searched refs:full_frames (Results 1 – 2 of 2) sorted by relevance
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()[all …]
163 struct pwc_frame_buf *full_frames, *full_frames_tail; /* all filled frames */ member