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