Searched refs:pwc_frame_buf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc.h149 struct pwc_frame_buf struct
153 struct pwc_frame_buf *next; /* list */
215 struct pwc_frame_buf *fbuf; /* all frames */
216 struct pwc_frame_buf *empty_frames, *empty_frames_tail; /* all empty frames */
217 struct pwc_frame_buf *full_frames, *full_frames_tail; /* all filled frames */
218 struct pwc_frame_buf *fill_frame; /* frame currently being filled */
219 struct pwc_frame_buf *read_frame; /* frame currently read by user process */
H A Dpwc-uncompress.c39 struct pwc_frame_buf *fbuf;
H A Dpwc-if.c279 kbuf = kzalloc(default_fbufs * sizeof(struct pwc_frame_buf), GFP_KERNEL);
611 static int pwc_rcv_short_packet(struct pwc_device *pdev, const struct pwc_frame_buf *fbuf)
694 struct pwc_frame_buf *fbuf;

Completed in 160 milliseconds