Lines Matching refs:viu_buf
82 struct viu_buf;
85 struct viu_buf { struct
297 struct viu_buf *buf, *prev; in restart_video_queue()
301 buf = list_entry(vidq->active.next, struct viu_buf, vb.queue); in restart_video_queue()
321 buf = list_entry(vidq->queued.next, struct viu_buf, vb.queue); in restart_video_queue()
351 struct viu_buf *buf; in viu_vid_timeout()
355 buf = list_entry(vidq->active.next, struct viu_buf, vb.queue); in viu_vid_timeout()
384 static void free_buffer(struct videobuf_queue *vq, struct viu_buf *buf) in free_buffer()
402 inline int buffer_activate(struct viu_dev *dev, struct viu_buf *buf) in buffer_activate()
456 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_prepare()
499 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_queue()
503 struct viu_buf *prev; in buffer_queue()
527 prev = list_entry(vidq->active.prev, struct viu_buf, vb.queue); in buffer_queue()
547 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_release()
969 struct viu_buf *buf; in viu_activate_next_buf()
973 buf = list_entry(vidq->active.next, struct viu_buf, in viu_activate_next_buf()
978 buf = list_entry(vidq->queued.next, struct viu_buf, in viu_activate_next_buf()
1035 struct viu_buf *buf; in viu_capture_intr()
1085 struct viu_buf, vb.queue); in viu_capture_intr()
1233 sizeof(struct viu_buf), fh, in viu_open()