Searched refs:mdp_m2m_ctx (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-m2m.c | 13 static inline struct mdp_m2m_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() 15 return container_of(fh, struct mdp_m2m_ctx, fh); in fh_to_ctx() 18 static inline struct mdp_m2m_ctx *ctrl_to_ctx(struct v4l2_ctrl *ctrl) in ctrl_to_ctx() 20 return container_of(ctrl->handler, struct mdp_m2m_ctx, ctrl_handler); in ctrl_to_ctx() 23 static inline struct mdp_frame *ctx_get_frame(struct mdp_m2m_ctx *ctx, in ctx_get_frame() 32 static inline void mdp_m2m_ctx_set_state(struct mdp_m2m_ctx *ctx, u32 state) in mdp_m2m_ctx_set_state() 37 static inline bool mdp_m2m_ctx_is_state_set(struct mdp_m2m_ctx *ctx, u32 mask) in mdp_m2m_ctx_is_state_set() 44 struct mdp_m2m_ctx *ctx = priv; in mdp_m2m_process_done() 63 struct mdp_m2m_ctx *ctx = priv; in mdp_m2m_device_run() 119 struct mdp_m2m_ctx *ctx = vb2_get_drv_priv(q); in mdp_m2m_start_streaming() [all …]
|
D | mtk-mdp3-m2m.h | 29 struct mdp_m2m_ctx { struct 46 void mdp_m2m_job_finish(struct mdp_m2m_ctx *ctx); argument
|
D | mtk-mdp3-regs.h | 342 struct mdp_m2m_ctx *ctx; 362 int mdp_try_crop(struct mdp_m2m_ctx *ctx, struct v4l2_rect *r,
|
D | mtk-mdp3-regs.c | 470 int mdp_try_crop(struct mdp_m2m_ctx *ctx, struct v4l2_rect *r, in mdp_try_crop()
|