Lines Matching defs:m2m_ctx

114 static struct v4l2_m2m_queue_ctx *get_queue_ctx(struct v4l2_m2m_ctx *m2m_ctx,  in get_queue_ctx()
123 struct vb2_queue *v4l2_m2m_get_vq(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_get_vq()
297 struct v4l2_m2m_ctx *m2m_ctx) in __v4l2_m2m_try_queue()
385 void v4l2_m2m_try_schedule(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_try_schedule()
415 static void v4l2_m2m_cancel_job(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_cancel_job()
448 struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_schedule_next_job()
469 struct v4l2_m2m_ctx *m2m_ctx) in _v4l2_m2m_job_finish()
484 struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_job_finish()
506 struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_buf_done_and_job_finish()
571 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_reqbufs()
588 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_querybuf()
620 void v4l2_m2m_last_buffer_done(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_last_buffer_done()
631 static int v4l2_update_last_buf_state(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_update_last_buf_state()
677 void v4l2_m2m_update_start_streaming_state(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_update_start_streaming_state()
690 void v4l2_m2m_update_stop_streaming_state(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_update_stop_streaming_state()
718 static void v4l2_m2m_force_last_buf_done(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_force_last_buf_done()
747 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_qbuf()
783 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_dqbuf()
793 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_prepare_buf()
804 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_create_bufs()
814 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_expbuf()
824 int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_streamon()
839 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_streamoff()
880 struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_poll_for_data()
921 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_poll()
943 int v4l2_m2m_mmap(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_mmap()
1159 struct v4l2_m2m_ctx *m2m_ctx; in v4l2_m2m_ctx_init() local
1202 void v4l2_m2m_ctx_release(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_ctx_release()
1214 void v4l2_m2m_buf_queue(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_buf_queue()
1257 struct v4l2_m2m_ctx *m2m_ctx = NULL; in v4l2_m2m_request_queue() local
1416 int v4l2_m2m_encoder_cmd(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_encoder_cmd()
1439 int v4l2_m2m_decoder_cmd(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_decoder_cmd()
1545 struct v4l2_m2m_ctx *m2m_ctx = fh->m2m_ctx; in v4l2_m2m_fop_poll() local