Lines Matching full:ctl
12 * CTL Manager prototypes:
13 * mdp5_ctlm_init() returns a ctlm (CTL Manager) handler,
22 * CTL prototypes:
23 * mdp5_ctl_request(ctlm, ...) returns a ctl (CTL resource) handler,
24 * which is then used to call the other mdp5_ctl_*(ctl, ...) functions.
28 int mdp5_ctl_get_ctl_id(struct mdp5_ctl *ctl);
32 int mdp5_ctl_set_pipeline(struct mdp5_ctl *ctl, struct mdp5_pipeline *p);
33 int mdp5_ctl_set_encoder_state(struct mdp5_ctl *ctl, struct mdp5_pipeline *p,
36 int mdp5_ctl_set_cursor(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline,
50 * CTL registers need to be flushed after calling this function
54 int mdp5_ctl_blend(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline,
70 /* @flush_mask: see CTL flush masks definitions below */
71 u32 mdp5_ctl_commit(struct mdp5_ctl *ctl, struct mdp5_pipeline *pipeline,
73 u32 mdp5_ctl_get_commit_status(struct mdp5_ctl *ctl);