Searched refs:get_current_backlight (Results 1 – 8 of 8) sorted by relevance
52 uint32_t (*get_current_backlight)(struct panel_cntl *panel_cntl); member
51 unsigned int (*get_current_backlight)(struct abm *abm); member
147 .get_current_backlight = dcn31_get_16_bit_backlight_from_pwm,
201 .get_current_backlight = dcn301_get_16_bit_backlight_from_pwm,
256 .get_current_backlight = dce_abm_get_current_backlight,
269 .get_current_backlight = dce_get_16_bit_backlight_from_pwm,
229 .get_current_backlight = dmub_abm_get_current_backlight,
2879 if (!fw_set_brightness && panel_cntl->funcs->get_current_backlight) in dc_link_get_backlight_level()2880 return panel_cntl->funcs->get_current_backlight(panel_cntl); in dc_link_get_backlight_level()2881 else if (abm != NULL && abm->funcs->get_current_backlight != NULL) in dc_link_get_backlight_level()2882 return (int) abm->funcs->get_current_backlight(abm); in dc_link_get_backlight_level()
Completed in 19 milliseconds