Lines Matching refs:viu_buf
71 struct viu_buf;
74 struct viu_buf { struct
286 struct viu_buf *buf, *prev; in restart_video_queue()
290 buf = list_entry(vidq->active.next, struct viu_buf, vb.queue); in restart_video_queue()
310 buf = list_entry(vidq->queued.next, struct viu_buf, vb.queue); in restart_video_queue()
340 struct viu_buf *buf; in viu_vid_timeout()
344 buf = list_entry(vidq->active.next, struct viu_buf, vb.queue); in viu_vid_timeout()
373 static void free_buffer(struct videobuf_queue *vq, struct viu_buf *buf) in free_buffer()
389 inline int buffer_activate(struct viu_dev *dev, struct viu_buf *buf) in buffer_activate()
443 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_prepare()
486 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_queue()
490 struct viu_buf *prev; in buffer_queue()
514 prev = list_entry(vidq->active.prev, struct viu_buf, vb.queue); in buffer_queue()
534 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_release()
951 struct viu_buf *buf; in viu_activate_next_buf()
955 buf = list_entry(vidq->active.next, struct viu_buf, in viu_activate_next_buf()
960 buf = list_entry(vidq->queued.next, struct viu_buf, in viu_activate_next_buf()
1015 struct viu_buf *buf; in viu_capture_intr()
1064 struct viu_buf, vb.queue); in viu_capture_intr()
1212 sizeof(struct viu_buf), fh, in viu_open()