Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_drv.h383 static inline struct mtk_vcodec_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
Dmtk_vcodec_enc.c92 struct mtk_vcodec_ctx *ctx = ctrl_to_ctx(ctrl); in vidioc_venc_s_ctrl()
Dmtk_vcodec_dec.c1370 struct mtk_vcodec_ctx *ctx = ctrl_to_ctx(ctrl); in mtk_vdec_g_v_ctrl()
/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-core.h103 #define ctrl_to_ctx(__ctrl) \ macro
Dgsc-core.c785 struct gsc_ctx *ctx = ctrl_to_ctx(ctrl); in gsc_s_ctrl()
/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_common.h756 #define ctrl_to_ctx(__ctrl) \ macro
Ds5p_mfc_dec.c717 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_dec_s_ctrl()
741 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_dec_g_v_ctrl()
Ds5p_mfc_enc.c1814 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_enc_s_ctrl()
2224 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_enc_g_v_ctrl()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-core.c528 #define ctrl_to_ctx(__ctrl) \ macro
582 struct fimc_ctx *ctx = ctrl_to_ctx(ctrl); in fimc_s_ctrl()
/Linux-v4.19/drivers/media/platform/s5p-jpeg/
Djpeg-core.c606 static inline struct s5p_jpeg_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx() function
1894 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_g_volatile_ctrl()
1948 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_try_ctrl()
1963 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_s_ctrl()
/Linux-v4.19/drivers/media/platform/mtk-mdp/
Dmtk_mdp_m2m.c368 static inline struct mtk_mdp_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
1003 struct mtk_mdp_ctx *ctx = ctrl_to_ctx(ctrl); in mtk_mdp_s_ctrl()
/Linux-v4.19/drivers/media/platform/
Drcar_jpu.c485 static struct jpu_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx() function
897 struct jpu_ctx *ctx = ctrl_to_ctx(ctrl); in jpu_s_ctrl()