Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dpwc-if.c449 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 …]
Dpwc.h163 struct pwc_frame_buf *full_frames, *full_frames_tail; /* all filled frames */ member