Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_drv.h415 static inline struct mtk_vcodec_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
Dmtk_vcodec_enc.c41 struct mtk_vcodec_ctx *ctx = ctrl_to_ctx(ctrl); in vidioc_venc_s_ctrl()
Dmtk_vcodec_dec.c1392 struct mtk_vcodec_ctx *ctx = ctrl_to_ctx(ctrl); in mtk_vdec_g_v_ctrl()
/Linux-v5.10/drivers/media/platform/exynos-gsc/
Dgsc-core.h101 #define ctrl_to_ctx(__ctrl) \ macro
Dgsc-core.c746 struct gsc_ctx *ctx = ctrl_to_ctx(ctrl); in gsc_s_ctrl()
/Linux-v5.10/drivers/media/platform/s5p-mfc/
Ds5p_mfc_common.h751 #define ctrl_to_ctx(__ctrl) \ macro
Ds5p_mfc_dec.c689 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_dec_s_ctrl()
713 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_dec_g_v_ctrl()
Ds5p_mfc_enc.c1797 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_enc_s_ctrl()
2208 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_enc_g_v_ctrl()
/Linux-v5.10/drivers/media/platform/exynos4-is/
Dfimc-core.c504 #define ctrl_to_ctx(__ctrl) \ macro
558 struct fimc_ctx *ctx = ctrl_to_ctx(ctrl); in fimc_s_ctrl()
/Linux-v5.10/drivers/media/platform/s5p-jpeg/
Djpeg-core.c578 static inline struct s5p_jpeg_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx() function
1852 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_g_volatile_ctrl()
1906 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_try_ctrl()
1921 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_s_ctrl()
/Linux-v5.10/drivers/media/platform/mtk-mdp/
Dmtk_mdp_m2m.c359 static inline struct mtk_mdp_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
958 struct mtk_mdp_ctx *ctx = ctrl_to_ctx(ctrl); in mtk_mdp_s_ctrl()
/Linux-v5.10/drivers/media/platform/
Drcar_jpu.c485 static struct jpu_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx() function
895 struct jpu_ctx *ctx = ctrl_to_ctx(ctrl); in jpu_s_ctrl()
/Linux-v5.10/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.c118 static inline struct mtk_jpeg_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
149 struct mtk_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in vidioc_jpeg_enc_s_ctrl()