Searched defs:vb2_buffer (Results 1 – 2 of 2) sorted by relevance
215 struct vb2_buffer { struct231 enum vb2_buffer_state state; argument233 struct list_head queued_entry;234 struct list_head done_entry;262 /* This counts the number of calls to vb2_buffer_done() */ argument263 u32 cnt_buf_done;
499 #define to_buf_list(vb2_buffer) (&container_of(vb2_buffer, \ argument