Lines Matching defs:vb2_buffer
245 struct vb2_buffer { struct
246 struct vb2_queue *vb2_queue;
247 unsigned int index;
248 unsigned int type;
249 unsigned int memory;
250 unsigned int num_planes;
251 u64 timestamp;
252 struct media_request *request;
276 enum vb2_buffer_state state; argument
277 unsigned int synced:1;
278 unsigned int prepared:1;
279 unsigned int copied_timestamp:1;
280 unsigned int need_cache_sync_on_prepare:1;
281 unsigned int need_cache_sync_on_finish:1;
283 struct vb2_plane planes[VB2_MAX_PLANES];
284 struct list_head queued_entry;
285 struct list_head done_entry;
291 u32 cnt_mem_alloc;
315 /* This counts the number of calls to vb2_buffer_done() */ argument
316 u32 cnt_buf_done;