Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_drv.h530 static inline struct mtk_vcodec_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
Dmtk_vcodec_dec_stateful.c528 struct mtk_vcodec_ctx *ctx = ctrl_to_ctx(ctrl); in mtk_vdec_g_v_ctrl()
Dmtk_vcodec_enc.c48 struct mtk_vcodec_ctx *ctx = ctrl_to_ctx(ctrl); in vidioc_venc_s_ctrl()
/linux-6.1.9/drivers/media/platform/samsung/exynos-gsc/
Dgsc-core.h98 #define ctrl_to_ctx(__ctrl) \ macro
Dgsc-core.c745 struct gsc_ctx *ctx = ctrl_to_ctx(ctrl); in gsc_s_ctrl()
/linux-6.1.9/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-m2m.c18 static inline struct mdp_m2m_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
504 struct mdp_m2m_ctx *ctx = ctrl_to_ctx(ctrl); in mdp_m2m_s_ctrl()
/linux-6.1.9/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_common.h761 #define ctrl_to_ctx(__ctrl) \ macro
Ds5p_mfc_dec.c720 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_dec_s_ctrl()
746 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_dec_g_v_ctrl()
Ds5p_mfc_enc.c1803 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_enc_s_ctrl()
2214 struct s5p_mfc_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_mfc_enc_g_v_ctrl()
/linux-6.1.9/drivers/media/platform/samsung/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-6.1.9/drivers/media/platform/samsung/s5p-jpeg/
Djpeg-core.c578 static inline struct s5p_jpeg_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx() function
1850 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_g_volatile_ctrl()
1904 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_try_ctrl()
1919 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_s_ctrl()
/linux-6.1.9/drivers/media/platform/mediatek/mdp/
Dmtk_mdp_m2m.c356 static inline struct mtk_mdp_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
955 struct mtk_mdp_ctx *ctx = ctrl_to_ctx(ctrl); in mtk_mdp_s_ctrl()
/linux-6.1.9/drivers/media/platform/renesas/
Drcar_jpu.c485 static struct jpu_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx() function
889 struct jpu_ctx *ctx = ctrl_to_ctx(ctrl); in jpu_s_ctrl()
/linux-6.1.9/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_core.c117 static inline struct mtk_jpeg_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
146 struct mtk_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in vidioc_jpeg_enc_s_ctrl()