Lines Matching refs:pxp_ctx

202 struct pxp_ctx {  struct
222 static inline struct pxp_ctx *file2ctx(struct file *file) in file2ctx() argument
224 return container_of(file->private_data, struct pxp_ctx, fh); in file2ctx()
227 static struct pxp_q_data *get_q_data(struct pxp_ctx *ctx, in get_q_data()
309 static void pxp_setup_csc(struct pxp_ctx *ctx) in pxp_setup_csc()
720 static int pxp_start(struct pxp_ctx *ctx, struct vb2_v4l2_buffer *in_vb, in pxp_start()
934 struct pxp_ctx *curr_ctx; in pxp_job_finish()
962 struct pxp_ctx *ctx = priv; in pxp_device_run()
973 struct pxp_ctx *ctx = priv; in pxp_job_ready()
986 struct pxp_ctx *ctx = priv; in pxp_job_abort()
1078 static int pxp_g_fmt(struct pxp_ctx *ctx, struct v4l2_format *f) in pxp_g_fmt()
1149 pxp_fixup_colorimetry_cap(struct pxp_ctx *ctx, u32 dst_fourcc, in pxp_fixup_colorimetry_cap()
1175 struct pxp_ctx *ctx = file2ctx(file); in pxp_try_fmt_vid_cap()
1203 struct pxp_ctx *ctx = file2ctx(file); in pxp_try_fmt_vid_out()
1223 static int pxp_s_fmt(struct pxp_ctx *ctx, struct v4l2_format *f) in pxp_s_fmt()
1257 struct pxp_ctx *ctx = file2ctx(file); in pxp_s_fmt_vid_cap()
1277 struct pxp_ctx *ctx = file2ctx(file); in pxp_s_fmt_vid_out()
1302 struct pxp_ctx *ctx = in pxp_s_ctrl()
1303 container_of(ctrl->handler, struct pxp_ctx, hdl); in pxp_s_ctrl()
1371 struct pxp_ctx *ctx = vb2_get_drv_priv(vq); in pxp_queue_setup()
1395 struct pxp_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in pxp_buf_prepare()
1426 struct pxp_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in pxp_buf_queue()
1433 struct pxp_ctx *ctx = vb2_get_drv_priv(q); in pxp_start_streaming()
1442 struct pxp_ctx *ctx = vb2_get_drv_priv(q); in pxp_stop_streaming()
1472 struct pxp_ctx *ctx = priv; in queue_init()
1508 struct pxp_ctx *ctx = NULL; in pxp_open()
1573 struct pxp_ctx *ctx = file2ctx(file); in pxp_release()