Lines Matching refs:fill_frame
447 if (pdev->fill_frame != NULL) { in pwc_next_fill_frame()
450 pdev->full_frames = pdev->fill_frame; in pwc_next_fill_frame()
454 pdev->full_frames_tail->next = pdev->fill_frame; in pwc_next_fill_frame()
455 pdev->full_frames_tail = pdev->fill_frame; in pwc_next_fill_frame()
460 pdev->fill_frame = pdev->empty_frames; in pwc_next_fill_frame()
473 pdev->fill_frame = pdev->full_frames; in pwc_next_fill_frame()
477 pdev->fill_frame->next = NULL; in pwc_next_fill_frame()
480 pdev->fill_frame->sequence = pdev->sequence++; in pwc_next_fill_frame()
510 pdev->fill_frame = pdev->empty_frames; in pwc_reset_buffers()
636 fbuf = pdev->fill_frame; in pwc_isoc_handler()
755 fbuf = pdev->fill_frame; in pwc_isoc_handler()