Lines Matching full:throttling
24 /* default Thermal Throttling transaction table
25 * Current state | Throttling Down | Throttling Up
56 /* Advance Thermal Throttling default restriction table */
144 * state notification with CT_KILL bit clear to inform Thermal Throttling
233 * Legacy thermal throttling
326 * Advance thermal throttling
446 "Thermal Throttling to new state: %u\n", in iwl_advance_tt_handler()
470 * if PSP not enable, no Thermal Throttling function will be performed
578 IWL_DEBUG_TEMP(priv, "Queueing thermal throttling work.\n"); in iwl_tt_handler()
582 /* Thermal throttling initialization
583 * For advance thermal throttling:
585 * Initialize thermal throttling restriction table
593 IWL_DEBUG_TEMP(priv, "Initialize Thermal Throttling\n"); in iwl_tt_initialize()
608 IWL_DEBUG_TEMP(priv, "Advanced Thermal Throttling\n"); in iwl_tt_initialize()
617 IWL_ERR(priv, "Fallback to Legacy Throttling\n"); in iwl_tt_initialize()
643 IWL_DEBUG_TEMP(priv, "Legacy Thermal Throttling\n"); in iwl_tt_initialize()
648 /* cleanup thermal throttling management related memory and timer */
662 /* free advance thermal throttling memory */ in iwl_tt_exit()