Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.c18 static inline struct mdp_m2m_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
514 struct mdp_m2m_ctx *ctx = ctrl_to_ctx(ctrl); in mdp_m2m_s_ctrl()
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.c503 #define ctrl_to_ctx(__ctrl) \ macro
557 struct fimc_ctx *ctx = ctrl_to_ctx(ctrl); in fimc_s_ctrl()
/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c578 static inline struct s5p_jpeg_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx() function
1847 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_g_volatile_ctrl()
1901 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_try_ctrl()
1916 struct s5p_jpeg_ctx *ctx = ctrl_to_ctx(ctrl); in s5p_jpeg_s_ctrl()
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c356 static inline struct mtk_mdp_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() function
953 struct mtk_mdp_ctx *ctx = ctrl_to_ctx(ctrl); in mtk_mdp_s_ctrl()
/linux/drivers/media/platform/renesas/
H A Drcar_jpu.c478 static struct jpu_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx() function
875 struct jpu_ctx *ctx = ctrl_to_ctx(ctrl); in jpu_s_ctrl()
/linux/drivers/media/platform/mediatek/jpeg/
H A 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()
/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c744 struct gsc_ctx *ctx = ctrl_to_ctx(ctrl); in gsc_s_ctrl()