Searched defs:vb2_buffer (Results 1 – 2 of 2) sorted by relevance
185 struct vb2_buffer { struct194 enum vb2_buffer_state state; argument196 struct list_head queued_entry;197 struct list_head done_entry;199 struct vb2_plane planes[VIDEO_MAX_PLANES];228 /* This counts the number of calls to vb2_buffer_done() */ argument229 u32 cnt_buf_done;
498 #define to_buf_list(vb2_buffer) (&container_of(vb2_buffer, \ argument