Home
last modified time | relevance | path

Searched refs:mxc_jpeg_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c615 static inline struct mxc_jpeg_ctx *mxc_jpeg_fh_to_ctx(struct v4l2_fh *fh) in mxc_jpeg_fh_to_ctx()
617 return container_of(fh, struct mxc_jpeg_ctx, fh); in mxc_jpeg_fh_to_ctx()
687 static struct mxc_jpeg_q_data *mxc_jpeg_get_q_data(struct mxc_jpeg_ctx *ctx, in mxc_jpeg_get_q_data()
700 struct mxc_jpeg_ctx *ctx = vb2_get_drv_priv(raw_buf->vb2_queue); in mxc_jpeg_addrs()
727 static void notify_eos(struct mxc_jpeg_ctx *ctx) in notify_eos()
737 static void notify_src_chg(struct mxc_jpeg_ctx *ctx) in notify_src_chg()
821 static void mxc_jpeg_check_and_set_last_buffer(struct mxc_jpeg_ctx *ctx, in mxc_jpeg_check_and_set_last_buffer()
833 static void mxc_jpeg_job_finish(struct mxc_jpeg_ctx *ctx, enum vb2_buffer_state state, bool reset) in mxc_jpeg_job_finish()
883 struct mxc_jpeg_ctx *ctx; in mxc_jpeg_dec_irq()
1162 struct mxc_jpeg_ctx *ctx, in mxc_jpeg_config_dec_desc()
[all …]
H A Dmxc-jpeg.h95 struct mxc_jpeg_ctx { struct