ceu_buffer
q->buf_struct_size = sizeof(struct ceu_buffer);
static inline struct ceu_buffer *vb2_to_ceu(struct vb2_v4l2_buffer *vbuf)
return container_of(vbuf, struct ceu_buffer, vb);
struct ceu_buffer *buf;
buf = list_first_entry(&ceudev->capture, struct ceu_buffer,
struct ceu_buffer *buf = vb2_to_ceu(vbuf);
struct ceu_buffer *buf;
buf = list_first_entry(&ceudev->capture, struct ceu_buffer,
struct ceu_buffer *buf;