Lines Matching defs:vb2_buffer
249 struct vb2_buffer { struct
250 struct vb2_queue *vb2_queue;
251 unsigned int index;
252 unsigned int type;
253 unsigned int memory;
254 unsigned int num_planes;
255 u64 timestamp;
256 struct media_request *request;
280 enum vb2_buffer_state state; argument
281 unsigned int synced:1;
282 unsigned int prepared:1;
283 unsigned int copied_timestamp:1;
284 unsigned int skip_cache_sync_on_prepare:1;
285 unsigned int skip_cache_sync_on_finish:1;
287 struct vb2_plane planes[VB2_MAX_PLANES];
288 struct list_head queued_entry;
289 struct list_head done_entry;
295 u32 cnt_mem_alloc;
319 /* This counts the number of calls to vb2_buffer_done() */ argument
320 u32 cnt_buf_done;