Searched defs:vb2_buffer (Results 1 – 4 of 4) sorted by relevance
245 struct vb2_buffer { struct246 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; argument277 unsigned int synced:1;[all …]
242 struct vb2_buffer { struct259 enum vb2_buffer_state state; argument261 struct vb2_plane planes[VB2_MAX_PLANES];262 struct list_head queued_entry;263 struct list_head done_entry;291 /* This counts the number of calls to vb2_buffer_done() */ argument292 u32 cnt_buf_done;
137 #define to_buf_list(vb2_buffer) (&container_of(vb2_buffer, \ argument
143 #define to_buf_list(vb2_buffer) (&container_of(vb2_buffer, \ argument