Lines Matching refs:ceu_buffer
139 * ceu_buffer - Link vb2 buffer to the list of available buffers.
141 struct ceu_buffer {
146 static inline struct ceu_buffer *vb2_to_ceu(struct vb2_v4l2_buffer *vbuf)
148 return container_of(vbuf, struct ceu_buffer, vb);
495 struct ceu_buffer *buf;
531 buf = list_first_entry(&ceudev->capture, struct ceu_buffer,
650 struct ceu_buffer *buf = vb2_to_ceu(vbuf);
683 struct ceu_buffer *buf;
703 buf = list_first_entry(&ceudev->capture, struct ceu_buffer,
743 struct ceu_buffer *buf;
1411 q->buf_struct_size = sizeof(struct ceu_buffer);