Lines Matching defs:vb2_buffer
252 struct vb2_buffer { struct
253 struct vb2_queue *vb2_queue;
254 unsigned int index;
255 unsigned int type;
256 unsigned int memory;
257 unsigned int num_planes;
258 u64 timestamp;
259 struct media_request *request;
283 enum vb2_buffer_state state; argument
284 unsigned int synced:1;
285 unsigned int prepared:1;
286 unsigned int copied_timestamp:1;
287 unsigned int skip_cache_sync_on_prepare:1;
288 unsigned int skip_cache_sync_on_finish:1;
290 struct vb2_plane planes[VB2_MAX_PLANES];
291 struct list_head queued_entry;
292 struct list_head done_entry;
298 u32 cnt_mem_alloc;
322 /* This counts the number of calls to vb2_buffer_done() */ argument
323 u32 cnt_buf_done;