Home
last modified time | relevance | path

Searched refs:backlight_off (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c173 pps->delays.backlight_off = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, val); in intel_lvds_pps_get_hw_state()
192 pps->delays.backlight_off == 0) { in intel_lvds_pps_get_hw_state()
201 pps->delays.backlight_off = 200 * 10; in intel_lvds_pps_get_hw_state()
208 pps->delays.backlight_off, pps->divider, in intel_lvds_pps_get_hw_state()
231 REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, pps->delays.backlight_off)); in intel_lvds_pps_init_hw()
H A Dintel_pps.c1404 seq->backlight_off = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, pp_off); in intel_pps_readout_hw_state()
1430 seq->backlight_off, seq->power_down, seq->power_cycle); in intel_pps_dump_state()
1444 hw.backlight_off != sw->backlight_off || in intel_pps_verify_state()
1455 return delays->power_up || delays->backlight_on || delays->backlight_off || in pps_delays_valid()
1523 spec->backlight_off = msecs_to_pps_units(50); /* no limit for T9, make it symmetric with T8 */ in pps_init_delays_spec()
1553 assign_final(backlight_off); in pps_init_delays()
1560 intel_dp->pps.backlight_off_delay = pps_units_to_msecs(final->backlight_off); in pps_init_delays()
1583 final->backlight_off = 1; in pps_init_delays()
1635 pp_off = REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, seq->backlight_off) | in pps_init_registers()
H A Dintel_display_types.h310 u16 backlight_off; /* eDP: T9, LVDS: T6/TX */ member
H A Dintel_bios.c1410 pps->backlight_off = edp_pps->t9; in vbt_edp_to_pps_delays()
/linux-6.15/drivers/hid/
H A Dhid-apple.c158 u16 backlight_off, backlight_on_min, backlight_on_max; member
820 rep->backlight_off, rep->backlight_on_min, rep->backlight_on_max); in apple_backlight_init()