Lines Matching refs:pwc_frame_buf
159 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()
318 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_isoc_handler()
518 struct pwc_frame_buf *buf; in pwc_cleanup_queued_bufs()
520 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, in pwc_cleanup_queued_bufs()
598 struct pwc_frame_buf *buf = in buffer_init()
599 container_of(vbuf, struct pwc_frame_buf, vb); in buffer_init()
624 struct pwc_frame_buf *buf = in buffer_finish()
625 container_of(vbuf, struct pwc_frame_buf, vb); in buffer_finish()
641 struct pwc_frame_buf *buf = in buffer_cleanup()
642 container_of(vbuf, struct pwc_frame_buf, vb); in buffer_cleanup()
651 struct pwc_frame_buf *buf = in buffer_queue()
652 container_of(vbuf, struct pwc_frame_buf, vb); in buffer_queue()
1018 pdev->vb_queue.buf_struct_size = sizeof(struct pwc_frame_buf); in usb_pwc_probe()