Searched refs:abm_dce (Results 1 – 2 of 2) sorted by relevance
41 (abm_dce->regs->reg)45 abm_dce->abm_shift->field_name, abm_dce->abm_mask->field_name50 abm_dce->base.ctx60 struct dce_abm *abm_dce = TO_DCE_ABM(abm); in dce_abm_set_pipe() local87 struct dce_abm *abm_dce, in dmcu_set_backlight_level() argument103 dce_abm_set_pipe(&abm_dce->base, controller_id, panel_id); in dmcu_set_backlight_level()140 struct dce_abm *abm_dce = TO_DCE_ABM(abm); in dce_abm_init() local179 struct dce_abm *abm_dce = TO_DCE_ABM(abm); in dce_abm_get_current_backlight() local190 struct dce_abm *abm_dce = TO_DCE_ABM(abm); in dce_abm_get_target_backlight() local201 struct dce_abm *abm_dce = TO_DCE_ABM(abm); in dce_abm_set_level() local[all …]
201 struct dce_abm *abm_dce, in dmub_abm_construct() argument207 struct abm *base = &abm_dce->base; in dmub_abm_construct()213 abm_dce->regs = regs; in dmub_abm_construct()214 abm_dce->abm_shift = abm_shift; in dmub_abm_construct()215 abm_dce->abm_mask = abm_mask; in dmub_abm_construct()225 struct dce_abm *abm_dce = kzalloc_obj(*abm_dce); in dmub_abm_create() local227 if (abm_dce == NULL) { in dmub_abm_create()232 dmub_abm_construct(abm_dce, ctx, regs, abm_shift, abm_mask); in dmub_abm_create()234 return &abm_dce->base; in dmub_abm_create()241 struct dce_abm *abm_dce = TO_DMUB_ABM(*abm); in dmub_abm_destroy() local[all …]