Searched defs:vb2_buffer (Results 1 – 2 of 2) sorted by relevance
245 struct vb2_buffer { struct246 struct vb2_queue *vb2_queue;247 unsigned int index;248 unsigned int type;272 enum vb2_buffer_state state; argument273 unsigned int synced:1;274 unsigned int prepared:1;275 unsigned int copied_timestamp:1;277 struct vb2_plane planes[VB2_MAX_PLANES];278 struct list_head queued_entry;[all …]
140 #define to_buf_list(vb2_buffer) (&container_of(vb2_buffer, \ argument