cfe_buffer
struct cfe_buffer *buf = to_cfe_buffer(vb);
struct cfe_buffer *buf = to_cfe_buffer(vb);
: sizeof(struct cfe_buffer);
struct cfe_buffer buf;
static inline struct cfe_buffer *to_cfe_buffer(struct vb2_buffer *vb)
return container_of(vb, struct cfe_buffer, vb.vb2_buf);
struct cfe_config_buffer *to_cfe_config_buffer(struct cfe_buffer *buf)
struct cfe_buffer *cur_frm;
struct cfe_buffer *next_frm;
struct cfe_buffer *buf;
buf = list_first_entry(&node->dma_queue, struct cfe_buffer,
struct cfe_buffer *buf;
buf = list_first_entry(&node->dma_queue, struct cfe_buffer,
struct cfe_buffer *buf, *tmp;