Lines Matching refs:vpe_ctx

374 struct vpe_ctx {  struct
409 static struct vpe_q_data *get_q_data(struct vpe_ctx *ctx, in get_q_data() argument
502 static void init_adb_hdrs(struct vpe_ctx *ctx) in init_adb_hdrs()
526 static int realloc_mv_buffers(struct vpe_ctx *ctx, size_t size) in realloc_mv_buffers()
567 static void free_mv_buffers(struct vpe_ctx *ctx) in free_mv_buffers()
577 static void free_vbs(struct vpe_ctx *ctx) in free_vbs()
631 static void set_us_coefficients(struct vpe_ctx *ctx) in set_us_coefficients()
659 static void set_cfg_and_line_modes(struct vpe_ctx *ctx) in set_cfg_and_line_modes()
715 static void set_src_registers(struct vpe_ctx *ctx) in set_src_registers()
724 static void set_dst_registers(struct vpe_ctx *ctx) in set_dst_registers()
753 static void set_dei_regs(struct vpe_ctx *ctx) in set_dei_regs()
786 static void set_dei_shadow_registers(struct vpe_ctx *ctx) in set_dei_shadow_registers()
806 static int set_srcdst_params(struct vpe_ctx *ctx) in set_srcdst_params()
870 static struct vpe_ctx *file2ctx(struct file *file) in file2ctx()
872 return container_of(file->private_data, struct vpe_ctx, fh); in file2ctx()
884 struct vpe_ctx *ctx = priv; in job_ready()
901 struct vpe_ctx *ctx = priv; in job_abort()
912 struct vpe_ctx *ctx = priv; in vpe_lock()
919 struct vpe_ctx *ctx = priv; in vpe_unlock()
987 static void add_out_dtd(struct vpe_ctx *ctx, int port) in add_out_dtd()
1024 static void add_in_dtd(struct vpe_ctx *ctx, int port) in add_in_dtd()
1075 static void enable_irqs(struct vpe_ctx *ctx) in enable_irqs()
1084 static void disable_irqs(struct vpe_ctx *ctx) in disable_irqs()
1099 struct vpe_ctx *ctx = priv; in device_run()
1209 static void dei_error(struct vpe_ctx *ctx) in dei_error()
1215 static void ds1_uv_error(struct vpe_ctx *ctx) in ds1_uv_error()
1224 struct vpe_ctx *ctx; in vpe_irq()
1391 struct vpe_ctx *ctx = file2ctx(file); in vpe_g_fmt()
1428 static int __vpe_try_fmt(struct vpe_ctx *ctx, struct v4l2_format *f, in __vpe_try_fmt()
1511 struct vpe_ctx *ctx = file2ctx(file); in vpe_try_fmt()
1520 static int __vpe_s_fmt(struct vpe_ctx *ctx, struct v4l2_format *f) in __vpe_s_fmt()
1577 struct vpe_ctx *ctx = file2ctx(file); in vpe_s_fmt()
1595 static int __vpe_try_selection(struct vpe_ctx *ctx, struct v4l2_selection *s) in __vpe_try_selection()
1652 struct vpe_ctx *ctx = file2ctx(file); in vpe_g_selection()
1713 struct vpe_ctx *ctx = file2ctx(file); in vpe_s_selection()
1748 struct vpe_ctx *ctx = in vpe_s_ctrl()
1749 container_of(ctrl->handler, struct vpe_ctx, hdl); in vpe_s_ctrl()
1804 struct vpe_ctx *ctx = vb2_get_drv_priv(vq); in vpe_queue_setup()
1827 struct vpe_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in vpe_buf_prepare()
1865 struct vpe_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in vpe_buf_queue()
1879 struct vpe_ctx *ctx = vb2_get_drv_priv(q); in vpe_stop_streaming()
1898 struct vpe_ctx *ctx = priv; in queue_init()
1948 struct vpe_ctx *ctx; in vpe_open()
2068 struct vpe_ctx *ctx = file2ctx(file); in vpe_release()