Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.c73 static inline struct mtk_jpeg_ctx *mtk_jpeg_fh_to_ctx(struct v4l2_fh *fh) in mtk_jpeg_fh_to_ctx() function
269 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_g_fmt_vid_mplane()
317 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_try_fmt_vid_cap_mplane()
338 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_try_fmt_vid_out_mplane()
417 return mtk_jpeg_s_fmt_mplane(mtk_jpeg_fh_to_ctx(priv), f); in mtk_jpeg_s_fmt_vid_out_mplane()
429 return mtk_jpeg_s_fmt_mplane(mtk_jpeg_fh_to_ctx(priv), f); in mtk_jpeg_s_fmt_vid_cap_mplane()
457 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_g_selection()
486 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_s_selection()
507 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(priv); in mtk_jpeg_qbuf()
1032 struct mtk_jpeg_ctx *ctx = mtk_jpeg_fh_to_ctx(file->private_data); in mtk_jpeg_release()