Lines Matching refs:viu_buf
77 struct viu_buf;
80 struct viu_buf { struct
292 struct viu_buf *buf, *prev; in restart_video_queue()
296 buf = list_entry(vidq->active.next, struct viu_buf, vb.queue); in restart_video_queue()
316 buf = list_entry(vidq->queued.next, struct viu_buf, vb.queue); in restart_video_queue()
346 struct viu_buf *buf; in viu_vid_timeout()
350 buf = list_entry(vidq->active.next, struct viu_buf, vb.queue); in viu_vid_timeout()
379 static void free_buffer(struct videobuf_queue *vq, struct viu_buf *buf) in free_buffer()
397 inline int buffer_activate(struct viu_dev *dev, struct viu_buf *buf) in buffer_activate()
451 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_prepare()
494 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_queue()
498 struct viu_buf *prev; in buffer_queue()
522 prev = list_entry(vidq->active.prev, struct viu_buf, vb.queue); in buffer_queue()
542 struct viu_buf *buf = container_of(vb, struct viu_buf, vb); in buffer_release()
959 struct viu_buf *buf; in viu_activate_next_buf()
963 buf = list_entry(vidq->active.next, struct viu_buf, in viu_activate_next_buf()
968 buf = list_entry(vidq->queued.next, struct viu_buf, in viu_activate_next_buf()
1025 struct viu_buf *buf; in viu_capture_intr()
1075 struct viu_buf, vb.queue); in viu_capture_intr()
1223 sizeof(struct viu_buf), fh, in viu_open()