Lines Matching refs:pwc_frame_buf
176 static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) in pwc_get_next_fill_buf()
179 struct pwc_frame_buf *buf = NULL; in pwc_get_next_fill_buf()
185 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, list); in pwc_get_next_fill_buf()
210 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_frame_complete()
342 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_isoc_handler()
549 struct pwc_frame_buf *buf; in pwc_cleanup_queued_bufs()
551 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, in pwc_cleanup_queued_bufs()
629 struct pwc_frame_buf *buf = in buffer_init()
630 container_of(vbuf, struct pwc_frame_buf, vb); in buffer_init()
655 struct pwc_frame_buf *buf = in buffer_finish()
656 container_of(vbuf, struct pwc_frame_buf, vb); in buffer_finish()
672 struct pwc_frame_buf *buf = in buffer_cleanup()
673 container_of(vbuf, struct pwc_frame_buf, vb); in buffer_cleanup()
682 struct pwc_frame_buf *buf = in buffer_queue()
683 container_of(vbuf, struct pwc_frame_buf, vb); in buffer_queue()
1049 pdev->vb_queue.buf_struct_size = sizeof(struct pwc_frame_buf); in usb_pwc_probe()