Home
last modified time | relevance | path

Searched refs:fill_frame (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dpwc-if.c447 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()
[all …]
Dpwc.h164 struct pwc_frame_buf *fill_frame; /* frame currently being filled */ member