Lines Matching refs:pxp_ctx

203 struct pxp_ctx;
206 u32 (*data_path_ctrl0)(struct pxp_ctx *ctx);
228 struct pxp_ctx { struct
249 static inline struct pxp_ctx *file2ctx(struct file *file) in file2ctx() argument
251 return container_of(file->private_data, struct pxp_ctx, fh); in file2ctx()
254 static struct pxp_q_data *get_q_data(struct pxp_ctx *ctx, in get_q_data()
350 static void pxp_setup_csc(struct pxp_ctx *ctx) in pxp_setup_csc()
761 static u32 pxp_imx6ull_data_path_ctrl0(struct pxp_ctx *ctx) in pxp_imx6ull_data_path_ctrl0()
791 static u32 pxp_imx7d_data_path_ctrl0(struct pxp_ctx *ctx) in pxp_imx7d_data_path_ctrl0()
822 static void pxp_set_data_path(struct pxp_ctx *ctx) in pxp_set_data_path()
838 static int pxp_start(struct pxp_ctx *ctx, struct vb2_v4l2_buffer *in_vb, in pxp_start()
1039 struct pxp_ctx *curr_ctx; in pxp_job_finish()
1067 struct pxp_ctx *ctx = priv; in pxp_device_run()
1078 struct pxp_ctx *ctx = priv; in pxp_job_ready()
1091 struct pxp_ctx *ctx = priv; in pxp_job_abort()
1181 static int pxp_g_fmt(struct pxp_ctx *ctx, struct v4l2_format *f) in pxp_g_fmt()
1252 pxp_fixup_colorimetry_cap(struct pxp_ctx *ctx, u32 dst_fourcc, in pxp_fixup_colorimetry_cap()
1278 struct pxp_ctx *ctx = file2ctx(file); in pxp_try_fmt_vid_cap()
1306 struct pxp_ctx *ctx = file2ctx(file); in pxp_try_fmt_vid_out()
1326 static int pxp_s_fmt(struct pxp_ctx *ctx, struct v4l2_format *f) in pxp_s_fmt()
1360 struct pxp_ctx *ctx = file2ctx(file); in pxp_s_fmt_vid_cap()
1380 struct pxp_ctx *ctx = file2ctx(file); in pxp_s_fmt_vid_out()
1440 struct pxp_ctx *ctx = in pxp_s_ctrl()
1441 container_of(ctrl->handler, struct pxp_ctx, hdl); in pxp_s_ctrl()
1515 struct pxp_ctx *ctx = vb2_get_drv_priv(vq); in pxp_queue_setup()
1539 struct pxp_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in pxp_buf_prepare()
1570 struct pxp_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in pxp_buf_queue()
1577 struct pxp_ctx *ctx = vb2_get_drv_priv(q); in pxp_start_streaming()
1586 struct pxp_ctx *ctx = vb2_get_drv_priv(q); in pxp_stop_streaming()
1616 struct pxp_ctx *ctx = priv; in queue_init()
1652 struct pxp_ctx *ctx = NULL; in pxp_open()
1718 struct pxp_ctx *ctx = file2ctx(file); in pxp_release()