Home
last modified time | relevance | path

Searched refs:viu_buf (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/media/video/
Dfsl-viu.c117 struct viu_buf;
120 struct viu_buf { struct
329 struct viu_buf *buf, *prev; in restart_video_queue()
333 buf = list_entry(vidq->active.next, struct viu_buf, vb.queue); in restart_video_queue()
353 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()
[all …]