Lines Matching refs:vim2m_ctx

198 struct vim2m_ctx {  struct
230 static inline struct vim2m_ctx *file2ctx(struct file *file) in file2ctx() argument
232 return container_of(file->private_data, struct vim2m_ctx, fh); in file2ctx()
235 static struct vim2m_q_data *get_q_data(struct vim2m_ctx *ctx, in get_q_data()
439 static int device_process(struct vim2m_ctx *ctx, in device_process()
567 struct vim2m_ctx *ctx = priv; in job_ready()
580 struct vim2m_ctx *ctx = priv; in job_abort()
594 struct vim2m_ctx *ctx = priv; in device_run()
616 struct vim2m_ctx *curr_ctx; in device_work()
620 curr_ctx = container_of(w, struct vim2m_ctx, work_run.work); in device_work()
719 static int vidioc_g_fmt(struct vim2m_ctx *ctx, struct v4l2_format *f) in vidioc_g_fmt()
789 struct vim2m_ctx *ctx = file2ctx(file); in vidioc_try_fmt_vid_cap()
814 struct vim2m_ctx *ctx = file2ctx(file); in vidioc_try_fmt_vid_out()
833 static int vidioc_s_fmt(struct vim2m_ctx *ctx, struct v4l2_format *f) in vidioc_s_fmt()
884 struct vim2m_ctx *ctx = file2ctx(file); in vidioc_s_fmt_vid_out()
903 struct vim2m_ctx *ctx = in vim2m_s_ctrl()
904 container_of(ctrl->handler, struct vim2m_ctx, hdl); in vim2m_s_ctrl()
982 struct vim2m_ctx *ctx = vb2_get_drv_priv(vq); in vim2m_queue_setup()
1011 struct vim2m_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in vim2m_buf_out_validate()
1025 struct vim2m_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in vim2m_buf_prepare()
1049 struct vim2m_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in vim2m_buf_queue()
1056 struct vim2m_ctx *ctx = vb2_get_drv_priv(q); in vim2m_start_streaming()
1071 struct vim2m_ctx *ctx = vb2_get_drv_priv(q); in vim2m_stop_streaming()
1091 struct vim2m_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in vim2m_buf_request_complete()
1111 struct vim2m_ctx *ctx = priv; in queue_init()
1167 struct vim2m_ctx *ctx = NULL; in vim2m_open()
1237 struct vim2m_ctx *ctx = file2ctx(file); in vim2m_release()