Searched refs:vid_buf (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3.c | 214 list_for_each_entry(buf, &imgu_pipe->nodes[node].buffers, vid_buf.list) { in imgu_queue_getbuf() 298 dummy ? 0 : ibuf->vid_buf.vbb.vb2_buf.index, in imgu_queue_buffers() 331 vid_buf.list) { 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 in imgu_isr_threaded() [all...] |
H A D | ipu3.h | 56 struct imgu_vb2_buffer vid_buf; /* Must be the first field */ member 146 * vid_buf.list and css->queue
|
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() 364 list_add_tail(&buf->vid_buf.list, &node->buffers); in imgu_vb2_buf_queue()
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3.c | 214 list_for_each_entry(buf, &imgu_pipe->nodes[node].buffers, vid_buf.list) { in imgu_queue_getbuf() 298 dummy ? 0 : ibuf->vid_buf.vbb.vb2_buf.index, in imgu_queue_buffers() 331 vid_buf.list) { 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 in imgu_isr_threaded() [all...] |
H A D | ipu3.h | 56 struct imgu_vb2_buffer vid_buf; /* Must be the first field */ member 141 * vid_buf.list and css->queue
|
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() 372 list_add_tail(&buf->vid_buf.list, &node->buffers); in imgu_vb2_buf_queue()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 648 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em28xx() 717 dev->usb_ctl.vid_buf = buf; in process_frame_data_em28xx() 732 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em25xx() 756 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx() 772 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx() 1167 if (dev->usb_ctl.vid_buf) { in em28xx_stop_streaming() 1168 vb2_buffer_done(&dev->usb_ctl.vid_buf->vb.vb2_buf, in em28xx_stop_streaming() 1170 dev->usb_ctl.vid_buf = NULL; in em28xx_stop_streaming()
|
H A D | em28xx.h | 242 * @vid_buf: Stores already requested video buffers 249 struct em28xx_buffer *vid_buf; member
|
H A D | em28xx-core.c | 943 dev->usb_ctl.vid_buf = NULL; in em28xx_alloc_urbs()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 638 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em28xx() 707 dev->usb_ctl.vid_buf = buf; in process_frame_data_em28xx() 722 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em25xx() 746 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx() 762 dev->usb_ctl.vid_buf = buf; in process_frame_data_em25xx() 1157 if (dev->usb_ctl.vid_buf) { in em28xx_stop_streaming() 1158 vb2_buffer_done(&dev->usb_ctl.vid_buf->vb.vb2_buf, in em28xx_stop_streaming() 1160 dev->usb_ctl.vid_buf = NULL; in em28xx_stop_streaming()
|
H A D | em28xx.h | 233 * @vid_buf: Stores already requested video buffers 240 struct em28xx_buffer *vid_buf; member
|
H A D | em28xx-core.c | 935 dev->usb_ctl.vid_buf = NULL; in em28xx_alloc_urbs()
|
Completed in 19 milliseconds