/Linux-v5.4/drivers/media/platform/vivid/ |
D | vivid-kthread-out.c | 78 v4l2_ctrl_request_setup(vid_out_buf->vb.vb2_buf.req_obj.req, in vivid_thread_vid_out_tick() 80 v4l2_ctrl_request_complete(vid_out_buf->vb.vb2_buf.req_obj.req, in vivid_thread_vid_out_tick() 99 v4l2_ctrl_request_setup(vbi_out_buf->vb.vb2_buf.req_obj.req, in vivid_thread_vid_out_tick() 101 v4l2_ctrl_request_complete(vbi_out_buf->vb.vb2_buf.req_obj.req, in vivid_thread_vid_out_tick() 276 v4l2_ctrl_request_complete(buf->vb.vb2_buf.req_obj.req, in vivid_stop_generating_vid_out() 291 v4l2_ctrl_request_complete(buf->vb.vb2_buf.req_obj.req, in vivid_stop_generating_vid_out()
|
D | vivid-sdr-cap.c | 105 v4l2_ctrl_request_setup(sdr_cap_buf->vb.vb2_buf.req_obj.req, in vivid_thread_sdr_cap_tick() 107 v4l2_ctrl_request_complete(sdr_cap_buf->vb.vb2_buf.req_obj.req, in vivid_thread_sdr_cap_tick() 300 v4l2_ctrl_request_complete(buf->vb.vb2_buf.req_obj.req, in sdr_cap_stop_streaming() 316 v4l2_ctrl_request_complete(vb->req_obj.req, &dev->ctrl_hdl_sdr_cap); in sdr_cap_buf_request_complete()
|
D | vivid-kthread-cap.c | 718 v4l2_ctrl_request_setup(vid_cap_buf->vb.vb2_buf.req_obj.req, in vivid_thread_vid_cap_tick() 730 v4l2_ctrl_request_complete(vid_cap_buf->vb.vb2_buf.req_obj.req, in vivid_thread_vid_cap_tick() 743 v4l2_ctrl_request_setup(vbi_cap_buf->vb.vb2_buf.req_obj.req, in vivid_thread_vid_cap_tick() 749 v4l2_ctrl_request_complete(vbi_cap_buf->vb.vb2_buf.req_obj.req, in vivid_thread_vid_cap_tick() 931 v4l2_ctrl_request_complete(buf->vb.vb2_buf.req_obj.req, in vivid_stop_generating_vid_cap() 946 v4l2_ctrl_request_complete(buf->vb.vb2_buf.req_obj.req, in vivid_stop_generating_vid_cap()
|
D | vivid-vbi-out.c | 122 v4l2_ctrl_request_complete(vb->req_obj.req, &dev->ctrl_hdl_vbi_out); in vbi_out_buf_request_complete()
|
D | vivid-vbi-cap.c | 223 v4l2_ctrl_request_complete(vb->req_obj.req, &dev->ctrl_hdl_vbi_cap); in vbi_cap_buf_request_complete()
|
D | vivid-vid-out.c | 201 v4l2_ctrl_request_complete(vb->req_obj.req, &dev->ctrl_hdl_vid_out); in vid_out_buf_request_complete()
|
D | vivid-vid-cap.c | 265 v4l2_ctrl_request_complete(vb->req_obj.req, &dev->ctrl_hdl_vid_cap); in vid_cap_buf_request_complete()
|
/Linux-v5.4/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 962 if (state != VB2_BUF_STATE_QUEUED && vb->req_obj.req) { in vb2_buffer_done() 963 media_request_object_unbind(&vb->req_obj); in vb2_buffer_done() 964 media_request_object_put(&vb->req_obj); in vb2_buffer_done() 1332 struct vb2_buffer *vb = container_of(obj, struct vb2_buffer, req_obj); in vb2_req_prepare() 1348 struct vb2_buffer *vb = container_of(obj, struct vb2_buffer, req_obj); in vb2_req_unprepare() 1354 WARN_ON(!vb->req_obj.req); in vb2_req_unprepare() 1362 struct vb2_buffer *vb = container_of(obj, struct vb2_buffer, req_obj); in vb2_req_queue() 1371 struct vb2_buffer *vb = container_of(obj, struct vb2_buffer, req_obj); in vb2_req_unbind() 1379 struct vb2_buffer *vb = container_of(obj, struct vb2_buffer, req_obj); in vb2_req_release() 1555 media_request_object_init(&vb->req_obj); in vb2_core_qbuf() [all …]
|
/Linux-v5.4/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_dec.c | 36 src_req = run.src->vb2_buf.req_obj.req; in cedrus_device_run()
|
D | cedrus_video.c | 408 v4l2_ctrl_request_complete(vbuf->vb2_buf.req_obj.req, in cedrus_queue_cleanup() 494 v4l2_ctrl_request_complete(vb->req_obj.req, &ctx->hdl); in cedrus_buf_request_complete()
|
D | cedrus.c | 167 vb = container_of(obj, struct vb2_buffer, req_obj); in cedrus_request_validate()
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2142 media_request_object_init(&hdl->req_obj); in v4l2_ctrl_handler_init_class() 2157 if (!hdl->req_obj.req && !list_empty(&hdl->requests)) { in v4l2_ctrl_handler_free() 2161 media_request_object_unbind(&req->req_obj); in v4l2_ctrl_handler_free() 2162 media_request_object_put(&req->req_obj); in v4l2_ctrl_handler_free() 3142 container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_queue() 3183 container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_unbind() 3195 container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_release() 3218 return container_of(obj, struct v4l2_ctrl_handler, req_obj); in v4l2_ctrl_request_hdl_find() 3242 from, false, &hdl->req_obj); in v4l2_ctrl_request_bind() 3522 obj = &new_hdl->req_obj; in v4l2_ctrls_find_req_obj() [all …]
|
D | v4l2-mem2mem.c | 1021 vb = container_of(obj, struct vb2_buffer, req_obj); in v4l2_m2m_request_queue()
|
/Linux-v5.4/include/media/ |
D | v4l2-ctrls.h | 345 struct media_request_object req_obj; member 1190 media_request_object_put(&hdl->req_obj); in v4l2_ctrl_request_hdl_put()
|
D | videobuf2-core.h | 253 struct media_request_object req_obj; member
|
/Linux-v5.4/drivers/staging/media/hantro/ |
D | hantro_v4l2.c | 646 v4l2_ctrl_request_complete(vbuf->vb2_buf.req_obj.req, in hantro_return_bufs() 676 v4l2_ctrl_request_complete(vb->req_obj.req, &ctx->ctrl_handler); in hantro_buf_request_complete()
|
D | hantro_drv.c | 159 v4l2_ctrl_request_setup(src_buf->vb2_buf.req_obj.req, in hantro_prepare_run() 168 v4l2_ctrl_request_complete(src_buf->vb2_buf.req_obj.req, in hantro_finish_run()
|
/Linux-v5.4/drivers/media/platform/ |
D | vim2m.c | 607 v4l2_ctrl_request_setup(src_buf->vb2_buf.req_obj.req, in device_run() 613 v4l2_ctrl_request_complete(src_buf->vb2_buf.req_obj.req, in device_run() 1095 v4l2_ctrl_request_complete(vbuf->vb2_buf.req_obj.req, in vim2m_stop_streaming() 1107 v4l2_ctrl_request_complete(vb->req_obj.req, &ctx->hdl); in vim2m_buf_request_complete()
|
/Linux-v5.4/drivers/media/platform/vicodec/ |
D | vicodec-core.c | 273 struct media_request *src_req = src_vb->vb2_buf.req_obj.req; in device_process() 420 src_req = src_buf->vb2_buf.req_obj.req; in device_run() 1570 v4l2_ctrl_request_complete(vbuf->vb2_buf.req_obj.req, in vicodec_return_bufs() 1741 v4l2_ctrl_request_complete(vb->req_obj.req, &ctx->hdl); in vicodec_buf_request_complete() 2023 vb = container_of(obj, struct vb2_buffer, req_obj); in vicodec_request_validate()
|