Searched refs:deinterlace_ctx (Results 1 – 3 of 3) sorted by relevance
62 struct deinterlace_ctx *ctx = priv; in deinterlace_device_run()202 struct deinterlace_ctx *ctx = priv; in deinterlace_job_ready()210 struct deinterlace_ctx *ctx = priv; in deinterlace_job_abort()221 struct deinterlace_ctx *ctx; in deinterlace_irq()309 static inline struct deinterlace_ctx *deinterlace_file2ctx(struct file *file) in deinterlace_file2ctx()311 return container_of(file_to_v4l2_fh(file), struct deinterlace_ctx, fh); in deinterlace_file2ctx()395 struct deinterlace_ctx *ctx = deinterlace_file2ctx(file); in deinterlace_g_fmt_vid_cap()405 struct deinterlace_ctx *ctx = deinterlace_file2ctx(file); in deinterlace_g_fmt_vid_out()445 struct deinterlace_ctx *ctx = deinterlace_file2ctx(file); in deinterlace_s_fmt_vid_cap()465 struct deinterlace_ctx *ctx = deinterlace_file2ctx(file); in deinterlace_s_fmt_vid_out()[all …]
198 struct deinterlace_ctx { struct
134 struct deinterlace_ctx { struct145 static inline struct deinterlace_ctx *file_to_ctx(struct file *filp) in file_to_ctx() argument147 return container_of(file_to_v4l2_fh(filp), struct deinterlace_ctx, fh); in file_to_ctx()155 struct deinterlace_ctx *ctx = priv; in deinterlace_job_ready()172 struct deinterlace_ctx *ctx = priv; in deinterlace_job_abort()184 struct deinterlace_ctx *curr_ctx = data; in dma_callback()207 static void deinterlace_issue_dma(struct deinterlace_ctx *ctx, int op, in deinterlace_issue_dma()358 struct deinterlace_ctx *ctx = priv; in deinterlace_device_run()486 static int vidioc_g_fmt(struct deinterlace_ctx *ctx, struct v4l2_format *f) in vidioc_g_fmt()542 struct deinterlace_ctx *ctx = file_to_ctx(file); in vidioc_try_fmt_vid_cap()[all …]