Home
last modified time | relevance | path

Searched refs:vbuf (Results 1 – 25 of 183) sorted by relevance

12345678

/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c100 vbuf->buf = (void *)vbuf + sizeof(*vbuf); in virtio_gpu_get_vbuf()
101 vbuf->size = size; in virtio_gpu_get_vbuf()
106 vbuf->resp_buf = (void *)vbuf->buf + size; in virtio_gpu_get_vbuf()
110 return vbuf; in virtio_gpu_get_vbuf()
136 *vbuffer_p = vbuf; in virtio_gpu_alloc_cursor()
380 sg_init_one(&vcmd, vbuf->buf, vbuf->size); in virtio_gpu_queue_fenced_ctrl_buffer()
389 sgt = vmalloc_to_sgt(vbuf->data_buf, vbuf->data_size, in virtio_gpu_queue_fenced_ctrl_buffer()
400 sg_init_one(&vout, vbuf->data_buf, vbuf->data_size); in virtio_gpu_queue_fenced_ctrl_buffer()
409 sg_init_one(&vresp, vbuf->resp_buf, vbuf->resp_size); in virtio_gpu_queue_fenced_ctrl_buffer()
460 sg_init_one(&ccmd, vbuf->buf, vbuf->size); in virtio_gpu_queue_cursor()
[all …]
/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c274 struct vb2_v4l2_buffer *vbuf, in dst_buf_done() argument
295 vbuf->flags = flags; in dst_buf_done()
296 vbuf->timecode = timecode; in dst_buf_done()
305 vbuf->flags |= V4L2_BUF_FLAG_LAST; in dst_buf_done()
308 vbuf->flags |= V4L2_BUF_FLAG_LAST; in dst_buf_done()
316 vbuf->field = field; in dst_buf_done()
337 vbuf->vb2_buf.index); in amvdec_dst_buf_done()
358 struct vb2_v4l2_buffer *vbuf, in amvdec_dst_buf_done_offset() argument
390 vbuf->vb2_buf.index, offset); in amvdec_dst_buf_done_offset()
409 struct vb2_v4l2_buffer *vbuf; in amvdec_dst_buf_done_idx() local
[all …]
H A Desparser.c294 struct vb2_buffer *vb = &vbuf->vb2_buf; in esparser_queue()
325 v4l2_m2m_src_buf_remove_by_buf(sess->m2m_ctx, vbuf); in esparser_queue()
329 ret = amvdec_add_ts(sess, vb->timestamp, vbuf->timecode, offset, vbuf->flags); in esparser_queue()
331 v4l2_m2m_buf_done(vbuf, VB2_BUF_STATE_ERROR); in esparser_queue()
336 vb->timestamp, payload_size, offset, vbuf->flags); in esparser_queue()
338 vbuf->flags = 0; in esparser_queue()
339 vbuf->field = V4L2_FIELD_NONE; in esparser_queue()
340 vbuf->sequence = sess->sequence_out++; in esparser_queue()
348 v4l2_m2m_buf_done(vbuf, VB2_BUF_STATE_ERROR); in esparser_queue()
360 v4l2_m2m_buf_done(vbuf, VB2_BUF_STATE_ERROR); in esparser_queue()
[all …]
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_v4l2.c292 vbuf = &buf->vb; in vpu_process_output_buffer()
295 vbuf = NULL; in vpu_process_output_buffer()
298 if (!vbuf) in vpu_process_output_buffer()
321 vbuf = NULL; in vpu_process_capture_buffer()
323 if (!vbuf) in vpu_process_capture_buffer()
389 vbuf = NULL; in vpu_find_buf_by_sequence()
396 vbuf = NULL; in vpu_find_buf_by_sequence()
400 return vbuf; in vpu_find_buf_by_sequence()
416 vbuf = NULL; in vpu_find_buf_by_idx()
423 vbuf = NULL; in vpu_find_buf_by_idx()
[all …]
H A Dvdec.c715 struct vb2_v4l2_buffer *vbuf; in vdec_frame_decoded() local
729 vbuf = &vpu_buf->m2m_buf.vb; in vdec_frame_decoded()
786 struct vb2_v4l2_buffer *vbuf; in vdec_buf_done() local
808 vbuf = &vpu_buf->m2m_buf.vb; in vdec_buf_done()
822 vbuf->field = cur_fmt->field; in vdec_buf_done()
1054 if (!vbuf) in vdec_response_frame()
1144 if (vpu_find_buf_by_idx(inst, vbuf->vb2_buf.type, vbuf->vb2_buf.index)) in vdec_recycle_buffer()
1153 struct vb2_v4l2_buffer *vbuf; in vdec_clear_slots() local
1161 vbuf = &vpu_buf->m2m_buf.vb; in vdec_clear_slots()
1269 struct vb2_v4l2_buffer *vbuf; in vdec_evnet_rel_fs() local
[all …]
H A Dvpu_v4l2.h13 void vpu_set_buffer_state(struct vb2_v4l2_buffer *vbuf, unsigned int state);
14 unsigned int vpu_get_buffer_state(struct vb2_v4l2_buffer *vbuf);
50 static inline int vpu_vb_is_codecconfig(struct vb2_v4l2_buffer *vbuf) in vpu_vb_is_codecconfig() argument
53 return (vbuf->flags & V4L2_BUF_FLAG_CODECCONFIG) ? 1 : 0; in vpu_vb_is_codecconfig()
H A Dvenc.c781 struct vb2_v4l2_buffer *vbuf) in venc_get_one_encoded_frame() argument
786 if (!vbuf) in venc_get_one_encoded_frame()
818 vbuf->sequence = frame->info.frame_id; in venc_get_one_encoded_frame()
819 vbuf->field = inst->cap_format.field; in venc_get_one_encoded_frame()
820 vbuf->flags |= frame->info.pic_type; in venc_get_one_encoded_frame()
1094 struct vb2_v4l2_buffer *vbuf; in venc_process_output() local
1100 vbuf = to_vb2_v4l2_buffer(vb); in venc_process_output()
1104 flags = vbuf->flags; in venc_process_output()
1115 vbuf->flags = flags; in venc_process_output()
1127 struct vb2_v4l2_buffer *vbuf; in venc_process_capture() local
[all …]
/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c94 vbuf = &au->vbuf; in delta_au_done()
109 vbuf = &frame->vbuf; in delta_frame_done()
127 vbuf = &frame->vbuf; in requeue_free_frames()
146 struct vb2_v4l2_buffer *vbuf = &frame->vbuf; in delta_recycle() local
942 if (!vbuf) { in delta_run_work()
947 au = to_au(vbuf); in delta_run_work()
1248 if (!vbuf) { in delta_get_free_frame()
1338 if (!vbuf) { in delta_vb2_au_start_streaming()
1344 au = to_au(vbuf); in delta_vb2_au_start_streaming()
1389 if (vbuf) in delta_vb2_au_start_streaming()
[all …]
/openbmc/linux/include/trace/events/
H A Dv4l2.h204 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb);
208 __entry->flags = vbuf->flags;
209 __entry->field = vbuf->field;
211 __entry->timecode_type = vbuf->timecode.type;
212 __entry->timecode_flags = vbuf->timecode.flags;
213 __entry->timecode_frames = vbuf->timecode.frames;
214 __entry->timecode_seconds = vbuf->timecode.seconds;
215 __entry->timecode_minutes = vbuf->timecode.minutes;
216 __entry->timecode_hours = vbuf->timecode.hours;
217 __entry->timecode_userbits0 = vbuf->timecode.userbits[0];
[all …]
/openbmc/linux/drivers/media/platform/rockchip/rga/
H A Drga-buf.c53 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in rga_buf_queue() local
56 v4l2_m2m_buf_queue(ctx->fh.m2m_ctx, vbuf); in rga_buf_queue()
63 struct vb2_v4l2_buffer *vbuf; in rga_buf_return_buffers() local
67 vbuf = v4l2_m2m_src_buf_remove(ctx->fh.m2m_ctx); in rga_buf_return_buffers()
69 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in rga_buf_return_buffers()
70 if (!vbuf) in rga_buf_return_buffers()
72 v4l2_m2m_buf_done(vbuf, state); in rga_buf_return_buffers()
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c138 vbuf->request_fd = -1; in __init_vb2_v4l2_buffer()
156 vbuf->timecode = b->timecode; in __copy_timestamp()
202 vbuf->sequence = 0; in vb2_fill_vb2_v4l2_buffer()
203 vbuf->request_fd = -1; in vb2_fill_vb2_v4l2_buffer()
204 vbuf->is_held = false; in vb2_fill_vb2_v4l2_buffer()
331 vbuf->field = b->field; in vb2_fill_vb2_v4l2_buffer()
372 struct vb2_v4l2_buffer *vbuf; in vb2_queue_or_prepare_buf() local
412 memset(vbuf->planes, 0, in vb2_queue_or_prepare_buf()
505 b->flags = vbuf->flags; in __fill_v4l2_buffer()
506 b->field = vbuf->field; in __fill_v4l2_buffer()
[all …]
/openbmc/u-boot/cmd/
H A Dsf.c440 ulong offset, uint8_t *vbuf) in spi_flash_test() argument
460 if (vbuf[i] != 0xff) { in spi_flash_test()
462 print_buffer(i, vbuf + i, 1, in spi_flash_test()
473 memset(vbuf, '\0', len); in spi_flash_test()
483 if (buf[i] != vbuf[i]) { in spi_flash_test()
488 print_buffer(i, vbuf + i, 1, in spi_flash_test()
506 uint8_t *vbuf; in do_spi_flash_test() local
518 vbuf = memalign(ARCH_DMA_MINALIGN, len); in do_spi_flash_test()
519 if (!vbuf) { in do_spi_flash_test()
525 free(vbuf); in do_spi_flash_test()
[all …]
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c77 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buf_queue_vbi() local
80 struct bttv_buffer *buf = container_of(vbuf, struct bttv_buffer, vbuf); in buf_queue_vbi()
100 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buf_prepare_vbi() local
101 struct bttv_buffer *buf = container_of(vbuf, struct bttv_buffer, vbuf); in buf_prepare_vbi()
107 buf->vbuf.field = V4L2_FIELD_NONE; in buf_prepare_vbi()
115 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buf_cleanup_vbi() local
116 struct bttv_buffer *buf = container_of(vbuf, struct bttv_buffer, vbuf); in buf_cleanup_vbi()
138 buf->vbuf.sequence = (btv->field_count >> 1) + seqnr++; in start_streaming_vbi()
139 vb2_buffer_done(&buf->vbuf.vb2_buf, in start_streaming_vbi()
/openbmc/linux/include/media/
H A Dv4l2-mem2mem.h293 struct vb2_v4l2_buffer *vbuf) in v4l2_m2m_is_last_draining_src_buf() argument
295 return m2m_ctx->is_draining && vbuf == m2m_ctx->last_src_buf; in v4l2_m2m_is_last_draining_src_buf()
305 struct vb2_v4l2_buffer *vbuf);
585 struct vb2_v4l2_buffer *vbuf);
790 struct vb2_v4l2_buffer *vbuf);
800 struct vb2_v4l2_buffer *vbuf) in v4l2_m2m_src_buf_remove_by_buf() argument
802 v4l2_m2m_buf_remove_by_buf(&m2m_ctx->out_q_ctx, vbuf); in v4l2_m2m_src_buf_remove_by_buf()
813 struct vb2_v4l2_buffer *vbuf) in v4l2_m2m_dst_buf_remove_by_buf() argument
815 v4l2_m2m_buf_remove_by_buf(&m2m_ctx->cap_q_ctx, vbuf); in v4l2_m2m_dst_buf_remove_by_buf()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c435 struct vb2_v4l2_buffer *vbuf) in return_buf_error() argument
470 inst->tss[slot].flags = vbuf->flags; in put_ts_metadata()
471 inst->tss[slot].tc = vbuf->timecode; in put_ts_metadata()
477 struct vb2_v4l2_buffer *vbuf) in venus_helper_get_ts_metadata() argument
490 vbuf->flags |= inst->tss[i].flags; in venus_helper_get_ts_metadata()
491 vbuf->timecode = inst->tss[i].tc; in venus_helper_get_ts_metadata()
523 put_ts_metadata(inst, vbuf); in session_process_buf()
1468 vbuf->field = V4L2_FIELD_NONE; in venus_helper_vb2_buf_prepare()
1503 v4l2_m2m_buf_queue(m2m_ctx, vbuf); in venus_helper_vb2_buf_queue()
1518 ret = is_buf_refed(inst, vbuf); in venus_helper_vb2_buf_queue()
[all …]
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_voutdef.h120 struct vb2_v4l2_buffer vbuf; member
126 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in vb2_to_omap_vout_buffer() local
128 return container_of(vbuf, struct omap_vout_buffer, vbuf); in vb2_to_omap_vout_buffer()
/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_video.c457 struct vb2_v4l2_buffer *vbuf; in cedrus_queue_cleanup() local
461 vbuf = v4l2_m2m_src_buf_remove(ctx->fh.m2m_ctx); in cedrus_queue_cleanup()
463 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in cedrus_queue_cleanup()
465 if (!vbuf) in cedrus_queue_cleanup()
468 v4l2_ctrl_request_complete(vbuf->vb2_buf.req_obj.req, in cedrus_queue_cleanup()
470 v4l2_m2m_buf_done(vbuf, state); in cedrus_queue_cleanup()
476 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in cedrus_buf_out_validate() local
478 vbuf->field = V4L2_FIELD_NONE; in cedrus_buf_out_validate()
552 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in cedrus_buf_queue() local
555 v4l2_m2m_buf_queue(ctx->fh.m2m_ctx, vbuf); in cedrus_buf_queue()
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c130 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buffer_prepare() local
132 struct cx23885_buffer *buf = container_of(vbuf, in buffer_prepare()
154 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buffer_finish() local
155 struct cx23885_buffer *buf = container_of(vbuf, in buffer_finish()
184 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buffer_queue() local
186 struct cx23885_buffer *buf = container_of(vbuf, in buffer_queue()
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-vbi.c131 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buffer_prepare() local
133 struct cx88_buffer *buf = container_of(vbuf, struct cx88_buffer, vb); in buffer_prepare()
155 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buffer_finish() local
157 struct cx88_buffer *buf = container_of(vbuf, struct cx88_buffer, vb); in buffer_finish()
168 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in buffer_queue() local
170 struct cx88_buffer *buf = container_of(vbuf, struct cx88_buffer, vb); in buffer_queue()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-cap.c85 u8 *vbuf = vb2_plane_vaddr(&buf->vb.vb2_buf, 0); in vivid_raw_vbi_cap_process() local
94 memset(vbuf, 0x10, vb2_plane_size(&buf->vb.vb2_buf, 0)); in vivid_raw_vbi_cap_process()
97 vivid_vbi_gen_raw(&dev->vbi_gen, &vbi, vbuf); in vivid_raw_vbi_cap_process()
104 struct v4l2_sliced_vbi_data *vbuf = in vivid_sliced_vbi_cap_process() local
113 memset(vbuf, 0, vb2_plane_size(&buf->vb.vb2_buf, 0)); in vivid_sliced_vbi_cap_process()
118 vbuf[i] = dev->vbi_gen.data[i]; in vivid_sliced_vbi_cap_process()
174 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in vbi_cap_buf_queue() local
176 struct vivid_buffer *buf = container_of(vbuf, struct vivid_buffer, vb); in vbi_cap_buf_queue()
/openbmc/linux/drivers/net/ethernet/8390/
H A Dmcf8390.c77 void ei_insb(u32 addr, void *vbuf, int len) in ei_insb() argument
82 buf = (u8 *) vbuf; in ei_insb()
90 void ei_insw(u32 addr, void *vbuf, int len) in ei_insw() argument
95 buf = (u16 *) vbuf; in ei_insw()
103 void ei_outsb(u32 addr, const void *vbuf, int len) in ei_outsb() argument
108 buf = (u8 *) vbuf; in ei_outsb()
116 void ei_outsw(u32 addr, const void *vbuf, int len) in ei_outsw() argument
121 buf = (u16 *) vbuf; in ei_outsw()
/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c826 frame->vbuf.sequence = ctx->frame_num++; in hva_run_work()
940 struct hva_frame *frame = to_hva_frame(vbuf); in hva_buf_prepare()
942 if (vbuf->field == V4L2_FIELD_ANY) in hva_buf_prepare()
943 vbuf->field = V4L2_FIELD_NONE; in hva_buf_prepare()
944 if (vbuf->field != V4L2_FIELD_NONE) { in hva_buf_prepare()
947 ctx->name, vb->index, vbuf->field); in hva_buf_prepare()
955 &vbuf->vb2_buf, 0); in hva_buf_prepare()
971 &vbuf->vb2_buf, 0); in hva_buf_prepare()
991 v4l2_m2m_buf_queue(ctx->fh.m2m_ctx, vbuf); in hva_buf_queue()
999 struct vb2_v4l2_buffer *vbuf; in hva_start_streaming() local
[all …]
/openbmc/linux/drivers/media/platform/renesas/
H A Drcar_fdp1.c1182 struct vb2_v4l2_buffer *vbuf; in fdp1_prepare_job() local
1217 fbuf = to_fdp1_buffer(vbuf); in fdp1_prepare_job()
1786 struct vb2_v4l2_buffer *vbuf, in fdp1_buf_prepare_field() argument
1796 fbuf->vb = vbuf; in fdp1_buf_prepare_field()
1802 switch (vbuf->field) { in fdp1_buf_prepare_field()
1821 fbuf->field = vbuf->field; in fdp1_buf_prepare_field()
1830 switch (vbuf->field) { in fdp1_buf_prepare_field()
1861 if (vbuf->field != V4L2_FIELD_NONE) in fdp1_buf_prepare()
1888 vbuf->field = V4L2_FIELD_NONE; in fdp1_buf_prepare()
1964 struct vb2_v4l2_buffer *vbuf; in fdp1_stop_streaming() local
[all …]
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_queue.c100 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in uvc_buffer_prepare() local
102 struct uvc_buffer *buf = uvc_vbuf_to_buffer(vbuf); in uvc_buffer_prepare()
128 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in uvc_buffer_queue() local
130 struct uvc_buffer *buf = uvc_vbuf_to_buffer(vbuf); in uvc_buffer_queue()
151 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in uvc_buffer_finish() local
154 struct uvc_buffer *buf = uvc_vbuf_to_buffer(vbuf); in uvc_buffer_finish()
157 uvc_video_clock_update(stream, vbuf, buf); in uvc_buffer_finish()
/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-video.c581 struct vb2_v4l2_buffer *vbuf; in visl_queue_cleanup() local
586 vbuf = v4l2_m2m_src_buf_remove(ctx->fh.m2m_ctx); in visl_queue_cleanup()
588 vbuf = v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx); in visl_queue_cleanup()
590 if (!vbuf) in visl_queue_cleanup()
593 v4l2_ctrl_request_complete(vbuf->vb2_buf.req_obj.req, in visl_queue_cleanup()
596 vbuf->vb2_buf.req_obj.req); in visl_queue_cleanup()
598 v4l2_m2m_buf_done(vbuf, state); in visl_queue_cleanup()
601 vbuf->vb2_buf.timestamp, in visl_queue_cleanup()
608 struct vb2_v4l2_buffer *vbuf = to_vb2_v4l2_buffer(vb); in visl_buf_out_validate() local
610 vbuf->field = V4L2_FIELD_NONE; in visl_buf_out_validate()
[all …]

12345678