Searched refs:vb2_buf (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/media/ |
D | videobuf2-v4l2.h | 40 struct vb2_buffer vb2_buf; member 52 container_of(vb, struct vb2_v4l2_buffer, vb2_buf)
|
D | v4l2-mem2mem.h | 183 vb2_buffer_done(&buf->vb2_buf, state); in v4l2_m2m_buf_done()
|
/linux-4.19.296/drivers/media/usb/gspca/ |
D | gspca.h | 151 return container_of(vb2, struct gspca_buffer, vb.vb2_buf); in to_gspca_buffer()
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | rtl2832_sdr.c | 270 ptr = vb2_plane_vaddr(&fbuf->vb.vb2_buf, 0); in rtl2832_sdr_urb_complete() 273 vb2_set_plane_payload(&fbuf->vb.vb2_buf, 0, len); in rtl2832_sdr_urb_complete() 274 fbuf->vb.vb2_buf.timestamp = ktime_get_ns(); in rtl2832_sdr_urb_complete() 276 vb2_buffer_done(&fbuf->vb.vb2_buf, VB2_BUF_STATE_DONE); in rtl2832_sdr_urb_complete() 429 vb2_buffer_done(&buf->vb.vb2_buf, VB2_BUF_STATE_ERROR); in rtl2832_sdr_cleanup_queued_bufs() 491 vb2_buffer_done(&buf->vb.vb2_buf, VB2_BUF_STATE_ERROR); in rtl2832_sdr_buf_queue()
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 211 if (b->vb.vb2_buf.index == idx) { in v4l2_m2m_buf_remove_by_idx() 970 q_ctx = get_queue_ctx(m2m_ctx, vbuf->vb2_buf.vb2_queue->type); in v4l2_m2m_buf_queue()
|