Lines Matching refs:tw68_buf
320 int tw68_video_start_dma(struct tw68_dev *dev, struct tw68_buf *buf) in tw68_video_start_dma()
408 struct tw68_buf *buf = container_of(vbuf, struct tw68_buf, vb); in tw68_buf_queue()
409 struct tw68_buf *prev; in tw68_buf_queue()
419 prev = list_entry(dev->active.prev, struct tw68_buf, list); in tw68_buf_queue()
443 struct tw68_buf *buf = container_of(vbuf, struct tw68_buf, vb); in tw68_buf_prepare()
486 struct tw68_buf *buf = container_of(vbuf, struct tw68_buf, vb); in tw68_buf_finish()
494 struct tw68_buf *buf = in tw68_start_streaming()
495 container_of(dev->active.next, struct tw68_buf, list); in tw68_start_streaming()
509 struct tw68_buf *buf = in tw68_stop_streaming()
510 container_of(dev->active.next, struct tw68_buf, list); in tw68_stop_streaming()
953 dev->vidq.buf_struct_size = sizeof(struct tw68_buf); in tw68_video_init2()
984 struct tw68_buf *buf; in tw68_irq_video_done()
987 buf = list_entry(dev->active.next, struct tw68_buf, list); in tw68_irq_video_done()