Lines Matching refs:tw68_buf
341 int tw68_video_start_dma(struct tw68_dev *dev, struct tw68_buf *buf) in tw68_video_start_dma()
430 struct tw68_buf *buf = container_of(vbuf, struct tw68_buf, vb); in tw68_buf_queue()
431 struct tw68_buf *prev; in tw68_buf_queue()
441 prev = list_entry(dev->active.prev, struct tw68_buf, list); in tw68_buf_queue()
465 struct tw68_buf *buf = container_of(vbuf, struct tw68_buf, vb); in tw68_buf_prepare()
508 struct tw68_buf *buf = container_of(vbuf, struct tw68_buf, vb); in tw68_buf_finish()
516 struct tw68_buf *buf = in tw68_start_streaming()
517 container_of(dev->active.next, struct tw68_buf, list); in tw68_start_streaming()
531 struct tw68_buf *buf = in tw68_stop_streaming()
532 container_of(dev->active.next, struct tw68_buf, list); in tw68_stop_streaming()
983 dev->vidq.buf_struct_size = sizeof(struct tw68_buf); in tw68_video_init2()
1013 struct tw68_buf *buf; in tw68_irq_video_done()
1016 buf = list_entry(dev->active.next, struct tw68_buf, list); in tw68_irq_video_done()