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()
389 void v4l2_m2m_try_schedule(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_try_schedule()
419 static void v4l2_m2m_cancel_job(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_cancel_job()
452 struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_schedule_next_job()
473 struct v4l2_m2m_ctx *m2m_ctx) in _v4l2_m2m_job_finish()
488 struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_job_finish()
510 struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_buf_done_and_job_finish()
575 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_reqbufs()
609 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_querybuf()
634 void v4l2_m2m_last_buffer_done(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_last_buffer_done()
645 static int v4l2_update_last_buf_state(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_update_last_buf_state()
691 void v4l2_m2m_update_start_streaming_state(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_update_start_streaming_state()
704 void v4l2_m2m_update_stop_streaming_state(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_update_stop_streaming_state()
732 static void v4l2_m2m_force_last_buf_done(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_force_last_buf_done()
761 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_qbuf()
800 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_dqbuf()
818 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_prepare_buf()
837 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_create_bufs()
847 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_expbuf()
857 int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_streamon()
872 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_streamoff()
913 struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_poll_for_data()
951 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_poll()
985 int v4l2_m2m_mmap(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_mmap()
1228 struct v4l2_m2m_ctx *m2m_ctx; in v4l2_m2m_ctx_init() local
1271 void v4l2_m2m_ctx_release(struct v4l2_m2m_ctx *m2m_ctx) in v4l2_m2m_ctx_release()
1283 void v4l2_m2m_buf_queue(struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_buf_queue()
1326 struct v4l2_m2m_ctx *m2m_ctx = NULL; in v4l2_m2m_request_queue() local
1500 int v4l2_m2m_encoder_cmd(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_encoder_cmd()
1523 int v4l2_m2m_decoder_cmd(struct file *file, struct v4l2_m2m_ctx *m2m_ctx, in v4l2_m2m_decoder_cmd()
1629 struct v4l2_m2m_ctx *m2m_ctx = fh->m2m_ctx; in v4l2_m2m_fop_poll() local