/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3.c | 265 vb = &ivb->vbb.vb2_buf; in imgu_queue_buffers() 298 dummy ? 0 : ibuf->vid_buf.vbb.vb2_buf.index, in imgu_queue_buffers() 336 imgu_v4l2_buffer_done(&buf->vid_buf.vbb.vb2_buf, in imgu_queue_buffers() 550 dummy ? 0 : buf->vid_buf.vbb.vb2_buf.index, in imgu_isr_threaded() 560 buf->vid_buf.vbb.vb2_buf.timestamp = ns; in imgu_isr_threaded() 561 buf->vid_buf.vbb.field = V4L2_FIELD_NONE; in imgu_isr_threaded() 562 buf->vid_buf.vbb.sequence = in imgu_isr_threaded() 566 buf->vid_buf.vbb.sequence); in imgu_isr_threaded() 568 imgu_buffer_done(imgu, &buf->vid_buf.vbb.vb2_buf, in imgu_isr_threaded()
|
H A D | ipu3.h | 49 struct vb2_v4l2_buffer vbb; /* Must be the first field */ member
|
H A D | ipu3-v4l2.c | 309 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_init() 325 struct imgu_buffer, vid_buf.vbb.vb2_buf); in imgu_vb2_buf_cleanup() 344 vid_buf.vbb.vb2_buf); in imgu_vb2_buf_queue() 454 vb2_buffer_done(&b->vbb.vb2_buf, state); in imgu_return_all_buffers() 1386 container_of(vb, struct imgu_vb2_buffer, vbb.vb2_buf); in imgu_v4l2_buffer_done() 1389 vb2_buffer_done(&b->vbb.vb2_buf, state); in imgu_v4l2_buffer_done()
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3.c | 265 vb = &ivb->vbb.vb2_buf; in imgu_queue_buffers() 298 dummy ? 0 : ibuf->vid_buf.vbb.vb2_buf.index, in imgu_queue_buffers() 336 imgu_v4l2_buffer_done(&buf->vid_buf.vbb.vb2_buf, in imgu_queue_buffers() 546 dummy ? 0 : buf->vid_buf.vbb.vb2_buf.index, in imgu_isr_threaded() 556 buf->vid_buf.vbb.vb2_buf.timestamp = ns; in imgu_isr_threaded() 557 buf->vid_buf.vbb.field = V4L2_FIELD_NONE; in imgu_isr_threaded() 558 buf->vid_buf.vbb.sequence = in imgu_isr_threaded() 562 buf->vid_buf.vbb.sequence); in imgu_isr_threaded() 564 imgu_buffer_done(imgu, &buf->vid_buf.vbb.vb2_buf, in imgu_isr_threaded()
|
H A D | ipu3.h | 49 struct vb2_v4l2_buffer vbb; /* Must be the first field */ member
|
H 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() 1394 container_of(vb, struct imgu_vb2_buffer, vbb.vb2_buf); in imgu_v4l2_buffer_done() 1397 vb2_buffer_done(&b->vbb.vb2_buf, state); in imgu_v4l2_buffer_done()
|
/kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.c | 177 struct vb2_buffer *vb = &b->vbb.vb2_buf; in cio2_fbpt_entry_init_buf() 569 "buffer %i done\n", b->vbb.vb2_buf.index); in cio2_buffer_done() 571 b->vbb.vb2_buf.timestamp = ns; in cio2_buffer_done() 572 b->vbb.field = V4L2_FIELD_NONE; in cio2_buffer_done() 573 b->vbb.sequence = atomic_read(&q->frame_sequence); in cio2_buffer_done() 574 if (b->vbb.vb2_buf.planes[0].length != bytes) in cio2_buffer_done() 576 b->vbb.vb2_buf.planes[0].length, in cio2_buffer_done() 578 vb2_buffer_done(&b->vbb.vb2_buf, VB2_BUF_STATE_DONE); in cio2_buffer_done() 792 vb2_buffer_done(&q->bufs[i]->vbb.vb2_buf, in cio2_vb2_return_all_buffers() 836 container_of(vb, struct cio2_buffer, vbb in cio2_vb2_buf_init() [all...] |
H A D | ipu3-cio2.h | 317 struct vb2_v4l2_buffer vbb; member
|
/kernel/linux/linux-6.6/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.c | 194 struct vb2_buffer *vb = &b->vbb.vb2_buf; in cio2_fbpt_entry_init_buf() 566 vb2_get_plane_payload(&b->vbb.vb2_buf, 0); in cio2_buffer_done() 570 dev_dbg(dev, "buffer %i done\n", b->vbb.vb2_buf.index); in cio2_buffer_done() 572 b->vbb.vb2_buf.timestamp = ns; in cio2_buffer_done() 573 b->vbb.field = V4L2_FIELD_NONE; in cio2_buffer_done() 574 b->vbb.sequence = atomic_read(&q->frame_sequence); in cio2_buffer_done() 579 vb2_buffer_done(&b->vbb.vb2_buf, VB2_BUF_STATE_DONE); in cio2_buffer_done() 789 vb2_buffer_done(&q->bufs[i]->vbb.vb2_buf, in cio2_vb2_return_all_buffers()
|
H A D | ipu3-cio2.h | 335 struct vb2_v4l2_buffer vbb; member 341 #define to_cio2_buffer(vb) container_of(vb, struct cio2_buffer, vbb.vb2_buf)
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | atafb.c | 123 short vft, vbb, vbe, vdb, vde, vss; member 148 #define VBB hw.falcon.vbb 1295 /* vbb,vss,vft must be even in interlace mode */ in falcon_decode_var() 1554 hw->vbb = videl.vbb; in falcon_get_par() 1616 videl.vbb = hw->vbb; in falcon_vbl_switcher()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | atafb.c | 121 short vft, vbb, vbe, vdb, vde, vss; member 146 #define VBB hw.falcon.vbb 1276 /* vbb,vss,vft must be even in interlace mode */ in falcon_decode_var() 1535 hw->vbb = videl.vbb; in falcon_get_par() 1597 videl.vbb = hw->vbb; in falcon_vbl_switcher()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | atarihw.h | 267 u_short vbb; member
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | atarihw.h | 267 u_short vbb; member
|