Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.c81 static inline struct mtk_jpeg_ctx *mtk_jpeg_fh_to_ctx(struct v4l2_fh *fh) in mtk_jpeg_fh_to_ctx() function
277 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_g_fmt_vid_mplane()
325 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_try_fmt_vid_cap_mplane()
346 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_try_fmt_vid_out_mplane()
425 return mtk_jpeg_s_fmt_mplane(mtk_jpeg_fh_to_ctx(priv), f); in mtk_jpeg_s_fmt_vid_out_mplane()
437 return mtk_jpeg_s_fmt_mplane(mtk_jpeg_fh_to_ctx(priv), f); in mtk_jpeg_s_fmt_vid_cap_mplane()
465 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_g_selection()
494 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_s_selection()
515 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_qbuf()
1040 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(file->private_data); in mtk_jpeg_release()