Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/nxp/imx-jpeg/
Dmxc-jpeg.c366 static inline struct mxc_jpeg_ctx *mxc_jpeg_fh_to_ctx(struct v4l2_fh *fh) in mxc_jpeg_fh_to_ctx() function
1100 struct mxc_jpeg_ctx *ctx = mxc_jpeg_fh_to_ctx(fh); in mxc_jpeg_decoder_cmd()
1130 struct mxc_jpeg_ctx *ctx = mxc_jpeg_fh_to_ctx(fh); in mxc_jpeg_encoder_cmd()
1709 struct mxc_jpeg_ctx *ctx = mxc_jpeg_fh_to_ctx(priv); in mxc_jpeg_enum_fmt_vid_cap()
1734 struct mxc_jpeg_ctx *ctx = mxc_jpeg_fh_to_ctx(priv); in mxc_jpeg_enum_fmt_vid_out()
1815 struct mxc_jpeg_ctx *ctx = mxc_jpeg_fh_to_ctx(priv); in mxc_jpeg_try_fmt_vid_cap()
1846 struct mxc_jpeg_ctx *ctx = mxc_jpeg_fh_to_ctx(priv); in mxc_jpeg_try_fmt_vid_out()
1931 return mxc_jpeg_s_fmt(mxc_jpeg_fh_to_ctx(priv), f); in mxc_jpeg_s_fmt_vid_cap()
1938 struct mxc_jpeg_ctx *ctx = mxc_jpeg_fh_to_ctx(priv); in mxc_jpeg_s_fmt_vid_out()
1948 ret = mxc_jpeg_s_fmt(mxc_jpeg_fh_to_ctx(priv), f); in mxc_jpeg_s_fmt_vid_out()
[all …]