Lines Matching defs:vb2_buffer
245 struct vb2_buffer { struct
246 struct vb2_queue *vb2_queue;
247 unsigned int index;
248 unsigned int type;
272 enum vb2_buffer_state state; argument
273 unsigned int synced:1;
274 unsigned int prepared:1;
275 unsigned int copied_timestamp:1;
277 struct vb2_plane planes[VB2_MAX_PLANES];
278 struct list_head queued_entry;
279 struct list_head done_entry;
285 u32 cnt_mem_alloc;
309 /* This counts the number of calls to vb2_buffer_done() */ argument
310 u32 cnt_buf_done;