Searched refs:get_target_backlight (Results 1 – 4 of 4) sorted by relevance
52 unsigned int (*get_target_backlight)(struct abm *abm); member
257 .get_target_backlight = dce_abm_get_target_backlight,
230 .get_target_backlight = dmub_abm_get_target_backlight,
3080 if (abm == NULL || abm->funcs->get_target_backlight == NULL) in dc_link_get_target_backlight_pwm()3083 return (int) abm->funcs->get_target_backlight(abm); in dc_link_get_target_backlight_pwm()