Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/pwc/
Dpwc-if.c159 static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) in pwc_get_next_fill_buf()
162 struct pwc_frame_buf *buf = NULL; in pwc_get_next_fill_buf()
168 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, list); in pwc_get_next_fill_buf()
193 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_frame_complete()
317 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_isoc_handler()
519 struct pwc_frame_buf *buf; in pwc_cleanup_queued_bufs()
521 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, in pwc_cleanup_queued_bufs()
598 struct pwc_frame_buf *buf = container_of(vb, struct pwc_frame_buf, vb); in buffer_init()
622 struct pwc_frame_buf *buf = container_of(vb, struct pwc_frame_buf, vb); in buffer_finish()
637 struct pwc_frame_buf *buf = container_of(vb, struct pwc_frame_buf, vb); in buffer_cleanup()
[all …]
Dpwc.h211 struct pwc_frame_buf struct
267 struct pwc_frame_buf *fill_buf;
391 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf);
Dpwc-uncompress.c36 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf) in pwc_decompress()