Searched refs:tp2_tp3_wakeup_time_us (Results 1 – 3 of 3) sorted by relevance
368 if (dev_priv->vbt.psr.tp2_tp3_wakeup_time_us == 0) in hsw_activate_psr1()370 else if (dev_priv->vbt.psr.tp2_tp3_wakeup_time_us <= 100) in hsw_activate_psr1()372 else if (dev_priv->vbt.psr.tp2_tp3_wakeup_time_us <= 500) in hsw_activate_psr1()414 if (dev_priv->vbt.psr.tp2_tp3_wakeup_time_us >= 0 && in hsw_activate_psr2()415 dev_priv->vbt.psr.tp2_tp3_wakeup_time_us <= 50) in hsw_activate_psr2()417 else if (dev_priv->vbt.psr.tp2_tp3_wakeup_time_us <= 100) in hsw_activate_psr2()419 else if (dev_priv->vbt.psr.tp2_tp3_wakeup_time_us <= 500) in hsw_activate_psr2()
737 dev_priv->vbt.psr.tp2_tp3_wakeup_time_us = 500; in parse_psr()740 dev_priv->vbt.psr.tp2_tp3_wakeup_time_us = 100; in parse_psr()743 dev_priv->vbt.psr.tp2_tp3_wakeup_time_us = 0; in parse_psr()750 dev_priv->vbt.psr.tp2_tp3_wakeup_time_us = 2500; in parse_psr()755 dev_priv->vbt.psr.tp2_tp3_wakeup_time_us = psr_table->tp2_tp3_wakeup_time * 100; in parse_psr()
1089 int tp2_tp3_wakeup_time_us; member