Lines Matching refs:dw100_ctx

86 struct dw100_ctx {  struct
267 static inline struct dw100_ctx *dw100_file2ctx(struct file *file) in dw100_file2ctx()
269 return container_of(file->private_data, struct dw100_ctx, fh); in dw100_file2ctx()
272 static struct dw100_q_data *dw100_get_q_data(struct dw100_ctx *ctx, in dw100_get_q_data()
296 static u32 *dw100_get_user_map(struct dw100_ctx *ctx) in dw100_get_user_map()
307 static int dw100_create_mapping(struct dw100_ctx *ctx) in dw100_create_mapping()
337 static void dw100_destroy_mapping(struct dw100_ctx *ctx) in dw100_destroy_mapping()
348 struct dw100_ctx *ctx = in dw100_s_ctrl()
349 container_of(ctrl->handler, struct dw100_ctx, hdl); in dw100_s_ctrl()
379 struct dw100_ctx *ctx = in dw100_ctrl_dewarping_map_init()
380 container_of(ctrl->handler, struct dw100_ctx, hdl); in dw100_ctrl_dewarping_map_init()
436 struct dw100_ctx *ctx = vb2_get_drv_priv(vq); in dw100_queue_setup()
466 struct dw100_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in dw100_buf_prepare()
498 struct dw100_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in dw100_buf_queue()
506 struct dw100_ctx *ctx = vb2_get_drv_priv(q); in dw100_return_all_buffers()
522 struct dw100_ctx *ctx = vb2_get_drv_priv(q); in dw100_start_streaming()
546 struct dw100_ctx *ctx = vb2_get_drv_priv(q); in dw100_stop_streaming()
568 struct dw100_ctx *ctx = priv; in dw100_m2m_queue_init()
601 struct dw100_ctx *ctx; in dw100_open()
671 struct dw100_ctx *ctx = dw100_file2ctx(file); in dw100_release()
740 struct dw100_ctx *ctx = dw100_file2ctx(file); in dw100_g_fmt_vid()
757 struct dw100_ctx *ctx = dw100_file2ctx(file); in dw100_try_fmt()
803 static int dw100_s_fmt(struct dw100_ctx *ctx, struct v4l2_format *f) in dw100_s_fmt()
879 struct dw100_ctx *ctx = dw100_file2ctx(file); in dw100_s_fmt_vid_cap()
905 struct dw100_ctx *ctx = dw100_file2ctx(file); in dw100_s_fmt_vid_out()
922 struct dw100_ctx *ctx = dw100_file2ctx(file); in dw100_g_selection()
954 struct dw100_ctx *ctx = dw100_file2ctx(file); in dw100_s_selection()
1070 struct dw100_ctx *curr_ctx; in dw100_job_finish()
1425 static void dw100_start(struct dw100_ctx *ctx, struct vb2_v4l2_buffer *in_vb, in dw100_start()
1467 struct dw100_ctx *ctx = priv; in dw100_device_run()