Lines Matching refs:ctl
31 struct mdp5_ctl *ctl; member
228 mdp5_encoder->ctl); in mdp5_encoder_mode_set()
235 struct mdp5_ctl *ctl = mdp5_encoder->ctl; in mdp5_encoder_disable() local
244 mdp5_ctl_set_encoder_state(ctl, false); in mdp5_encoder_disable()
249 mdp5_ctl_commit(ctl, mdp_ctl_flush_mask_encoder(intf)); in mdp5_encoder_disable()
270 struct mdp5_ctl *ctl = mdp5_encoder->ctl; in mdp5_encoder_enable() local
282 mdp5_ctl_commit(ctl, mdp_ctl_flush_mask_encoder(intf)); in mdp5_encoder_enable()
284 mdp5_ctl_set_encoder_state(ctl, true); in mdp5_encoder_enable()
328 mdp5_ctl_pair(mdp5_encoder->ctl, mdp5_slave_enc->ctl, true); in mdp5_encoder_set_split_display()
337 struct mdp5_interface *intf, struct mdp5_ctl *ctl) in mdp5_encoder_init() argument
353 mdp5_encoder->ctl = ctl; in mdp5_encoder_init()