Lines Matching full:throttling
24 /* default Thermal Throttling transaction table
25 * Current state | Throttling Down | Throttling Up
56 /* Advance Thermal Throttling default restriction table */
133 * state notification with CT_KILL bit clear to inform Thermal Throttling
222 * Legacy thermal throttling
315 * Advance thermal throttling
435 "Thermal Throttling to new state: %u\n", in iwl_advance_tt_handler()
459 * if PSP not enable, no Thermal Throttling function will be performed
567 IWL_DEBUG_TEMP(priv, "Queueing thermal throttling work.\n"); in iwl_tt_handler()
571 /* Thermal throttling initialization
572 * For advance thermal throttling:
574 * Initialize thermal throttling restriction table
582 IWL_DEBUG_TEMP(priv, "Initialize Thermal Throttling\n"); in iwl_tt_initialize()
597 IWL_DEBUG_TEMP(priv, "Advanced Thermal Throttling\n"); in iwl_tt_initialize()
606 IWL_ERR(priv, "Fallback to Legacy Throttling\n"); in iwl_tt_initialize()
632 IWL_DEBUG_TEMP(priv, "Legacy Thermal Throttling\n"); in iwl_tt_initialize()
637 /* cleanup thermal throttling management related memory and timer */
651 /* free advance thermal throttling memory */ in iwl_tt_exit()