Lines Matching refs:pxp_ctx
202 struct pxp_ctx { struct
223 static inline struct pxp_ctx *file2ctx(struct file *file) in file2ctx() argument
225 return container_of(file->private_data, struct pxp_ctx, fh); in file2ctx()
228 static struct pxp_q_data *get_q_data(struct pxp_ctx *ctx, in get_q_data()
310 static void pxp_setup_csc(struct pxp_ctx *ctx) in pxp_setup_csc()
721 static int pxp_start(struct pxp_ctx *ctx, struct vb2_v4l2_buffer *in_vb, in pxp_start()
941 struct pxp_ctx *curr_ctx; in pxp_job_finish()
969 struct pxp_ctx *ctx = priv; in pxp_device_run()
980 struct pxp_ctx *ctx = priv; in pxp_job_ready()
993 struct pxp_ctx *ctx = priv; in pxp_job_abort()
1085 static int pxp_g_fmt(struct pxp_ctx *ctx, struct v4l2_format *f) in pxp_g_fmt()
1156 pxp_fixup_colorimetry_cap(struct pxp_ctx *ctx, u32 dst_fourcc, in pxp_fixup_colorimetry_cap()
1182 struct pxp_ctx *ctx = file2ctx(file); in pxp_try_fmt_vid_cap()
1210 struct pxp_ctx *ctx = file2ctx(file); in pxp_try_fmt_vid_out()
1230 static int pxp_s_fmt(struct pxp_ctx *ctx, struct v4l2_format *f) in pxp_s_fmt()
1264 struct pxp_ctx *ctx = file2ctx(file); in pxp_s_fmt_vid_cap()
1284 struct pxp_ctx *ctx = file2ctx(file); in pxp_s_fmt_vid_out()
1324 struct pxp_ctx *ctx = in pxp_s_ctrl()
1325 container_of(ctrl->handler, struct pxp_ctx, hdl); in pxp_s_ctrl()
1397 struct pxp_ctx *ctx = vb2_get_drv_priv(vq); in pxp_queue_setup()
1421 struct pxp_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in pxp_buf_prepare()
1452 struct pxp_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in pxp_buf_queue()
1459 struct pxp_ctx *ctx = vb2_get_drv_priv(q); in pxp_start_streaming()
1468 struct pxp_ctx *ctx = vb2_get_drv_priv(q); in pxp_stop_streaming()
1498 struct pxp_ctx *ctx = priv; in queue_init()
1534 struct pxp_ctx *ctx = NULL; in pxp_open()
1600 struct pxp_ctx *ctx = file2ctx(file); in pxp_release()