Lines Matching refs:viu_buf
119 struct viu_buf;
122 struct viu_buf { struct
331 struct viu_buf *buf, *prev; in restart_video_queue()
335 buf = list_entry(vidq->active.next, struct viu_buf, vb.queue); in restart_video_queue()
355 buf = list_entry(vidq->queued.next, struct viu_buf, vb.queue); in restart_video_queue()
385 struct viu_buf *buf; in viu_vid_timeout()
389 buf = list_entry(vidq->active.next, struct viu_buf, vb.queue); in viu_vid_timeout()
418 static void free_buffer(struct videobuf_queue *vq, struct viu_buf *buf) in free_buffer()
436 inline int buffer_activate(struct viu_dev *dev, struct viu_buf *buf) in buffer_activate()
490 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_prepare()
533 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_queue()
537 struct viu_buf *prev; in buffer_queue()
564 prev = list_entry(vidq->active.prev, struct viu_buf, vb.queue); in buffer_queue()
584 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_release()
1061 struct viu_buf *buf; in viu_activate_next_buf()
1065 buf = list_entry(vidq->active.next, struct viu_buf, in viu_activate_next_buf()
1070 buf = list_entry(vidq->queued.next, struct viu_buf, in viu_activate_next_buf()
1129 struct viu_buf *buf; in viu_capture_intr()
1179 struct viu_buf, vb.queue); in viu_capture_intr()
1333 sizeof(struct viu_buf), fh, in viu_open()