Searched refs:vbb (Results 1 – 6 of 6) sorted by relevance
| /drivers/staging/media/ipu3/ |
| A D | ipu3.c | 266 vb = &ivb->vbb.vb2_buf; in imgu_queue_buffers() 299 dummy ? 0 : ibuf->vid_buf.vbb.vb2_buf.index, in imgu_queue_buffers() 337 imgu_v4l2_buffer_done(&buf->vid_buf.vbb.vb2_buf, in imgu_queue_buffers() 547 dummy ? 0 : buf->vid_buf.vbb.vb2_buf.index, in imgu_isr_threaded() 557 buf->vid_buf.vbb.vb2_buf.timestamp = ns; in imgu_isr_threaded() 558 buf->vid_buf.vbb.field = V4L2_FIELD_NONE; in imgu_isr_threaded() 559 buf->vid_buf.vbb.sequence = in imgu_isr_threaded() 563 buf->vid_buf.vbb.sequence); in imgu_isr_threaded() 565 imgu_buffer_done(imgu, &buf->vid_buf.vbb.vb2_buf, in imgu_isr_threaded()
|
| A D | ipu3.h | 49 struct vb2_v4l2_buffer vbb; /* Must be the first field */ member
|
| A D | ipu3-v4l2.c | 317 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_init() 333 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_cleanup() 352 vid_buf.vbb.vb2_buf); in imgu_vb2_buf_queue() 462 vb2_buffer_done(&b->vbb.vb2_buf, state); in imgu_return_all_buffers() 1414 container_of(vb, struct imgu_vb2_buffer, vbb.vb2_buf); in imgu_v4l2_buffer_done() 1417 vb2_buffer_done(&b->vbb.vb2_buf, state); in imgu_v4l2_buffer_done()
|
| /drivers/media/pci/intel/ipu3/ |
| A D | ipu3-cio2.h | 331 struct vb2_v4l2_buffer vbb; member 337 #define to_cio2_buffer(vb) container_of(vb, struct cio2_buffer, vbb.vb2_buf)
|
| A D | ipu3-cio2.c | 195 struct vb2_buffer *vb = &b->vbb.vb2_buf; in cio2_fbpt_entry_init_buf() 580 vb2_get_plane_payload(&b->vbb.vb2_buf, 0); in cio2_buffer_done() 584 dev_dbg(dev, "buffer %i done\n", b->vbb.vb2_buf.index); in cio2_buffer_done() 586 b->vbb.vb2_buf.timestamp = ns; in cio2_buffer_done() 587 b->vbb.field = V4L2_FIELD_NONE; in cio2_buffer_done() 588 b->vbb.sequence = atomic_read(&q->frame_sequence); in cio2_buffer_done() 593 vb2_buffer_done(&b->vbb.vb2_buf, VB2_BUF_STATE_DONE); in cio2_buffer_done() 803 vb2_buffer_done(&q->bufs[i]->vbb.vb2_buf, in cio2_vb2_return_all_buffers()
|
| /drivers/video/fbdev/ |
| A D | atafb.c | 121 short vft, vbb, vbe, vdb, vde, vss; member 146 #define VBB hw.falcon.vbb 1535 hw->vbb = videl.vbb; in falcon_get_par() 1597 videl.vbb = hw->vbb; in falcon_vbl_switcher()
|
Completed in 24 milliseconds