Lines Matching refs:m2m_ctx
390 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in return_buf_error() local
393 v4l2_m2m_src_buf_remove_by_buf(m2m_ctx, vbuf); in return_buf_error()
395 v4l2_m2m_dst_buf_remove_by_buf(m2m_ctx, vbuf); in return_buf_error()
1359 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_find_buf() local
1362 return v4l2_m2m_src_buf_remove_by_idx(m2m_ctx, idx); in venus_helper_find_buf()
1364 return v4l2_m2m_dst_buf_remove_by_idx(m2m_ctx, idx); in venus_helper_find_buf()
1424 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_vb2_buf_queue() local
1427 v4l2_m2m_buf_queue(m2m_ctx, vbuf); in venus_helper_vb2_buf_queue()
1459 while ((buf = v4l2_m2m_src_buf_remove(inst->m2m_ctx))) in venus_helper_buffers_done()
1462 while ((buf = v4l2_m2m_dst_buf_remove(inst->m2m_ctx))) in venus_helper_buffers_done()
1513 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_process_initial_cap_bufs() local
1517 v4l2_m2m_for_each_dst_buf_safe(m2m_ctx, buf, n) { in venus_helper_process_initial_cap_bufs()
1531 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_process_initial_out_bufs() local
1535 v4l2_m2m_for_each_src_buf_safe(m2m_ctx, buf, n) { in venus_helper_process_initial_out_bufs()
1584 struct v4l2_m2m_ctx *m2m_ctx = inst->m2m_ctx; in venus_helper_m2m_device_run() local
1590 v4l2_m2m_for_each_dst_buf_safe(m2m_ctx, buf, n) { in venus_helper_m2m_device_run()
1596 v4l2_m2m_for_each_src_buf_safe(m2m_ctx, buf, n) { in venus_helper_m2m_device_run()
1610 v4l2_m2m_job_finish(inst->m2m_dev, inst->m2m_ctx); in venus_helper_m2m_job_abort()