Searched refs:get_current_backlight (Results 1 – 6 of 6) sorted by relevance
54 uint32_t (*get_current_backlight)(struct panel_cntl *panel_cntl); member
53 unsigned int (*get_current_backlight)(struct abm *abm); member
201 .get_current_backlight = dcn301_get_16_bit_backlight_from_pwm,
164 .get_current_backlight = dcn31_get_16_bit_backlight_from_pwm,
1337 if (!fw_set_brightness && panel_cntl->funcs->get_current_backlight) in edp_get_backlight_level()1338 return panel_cntl->funcs->get_current_backlight(panel_cntl); in edp_get_backlight_level()1339 else if (abm != NULL && abm->funcs->get_current_backlight != NULL) in edp_get_backlight_level()1340 return (int) abm->funcs->get_current_backlight(abm); in edp_get_backlight_level()
269 .get_current_backlight = dce_get_16_bit_backlight_from_pwm,