camif_buffer
q->buf_struct_size = sizeof(struct camif_buffer);
struct camif_buffer *buf;
struct camif_buffer *vbuf;
struct camif_buffer *buf = container_of(vbuf, struct camif_buffer, vb);
struct camif_buffer *buf)
static inline struct camif_buffer *camif_active_queue_pop(
struct camif_buffer *buf = list_first_entry(&vp->active_buf_q,
struct camif_buffer, list);
static inline struct camif_buffer *camif_active_queue_peek(
struct camif_buffer *tmp, *buf;
struct camif_buffer *buf)
static inline struct camif_buffer *camif_pending_queue_pop(
struct camif_buffer *buf = list_first_entry(&vp->pending_buf_q,
struct camif_buffer, list);