Searched refs:msecs_to_pps_units (Results 1 – 1 of 1) sorted by relevance
1459 static int msecs_to_pps_units(int msecs) in msecs_to_pps_units() function1504 vbt->power_cycle = max_t(u16, vbt->power_cycle, msecs_to_pps_units(1300)); in pps_init_delays_vbt()1521 spec->power_up = msecs_to_pps_units(10 + 200); /* T1+T3 */ in pps_init_delays_spec()1522 spec->backlight_on = msecs_to_pps_units(50); /* no limit for T8, use T7 instead */ in pps_init_delays_spec()1523 spec->backlight_off = msecs_to_pps_units(50); /* no limit for T9, make it symmetric with T8 */ in pps_init_delays_spec()1524 spec->power_down = msecs_to_pps_units(500); /* T10 */ in pps_init_delays_spec()1525 spec->power_cycle = msecs_to_pps_units(10 + 500); /* T11+T12 */ in pps_init_delays_spec()1589 final->power_cycle = roundup(final->power_cycle, msecs_to_pps_units(100)); in pps_init_delays()