Lines Matching full:restriction
56 /* Advance Thermal Throttling default restriction table */
83 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local
87 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
88 return restriction->is_ht; in iwl_ht_enabled()
119 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local
123 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
124 return restriction->tx_stream; in iwl_tx_ant_restriction()
574 * Initialize thermal throttling restriction table
598 tt->restriction = kcalloc(IWL_TI_STATE_MAX, in iwl_tt_initialize()
605 if (!tt->restriction || !tt->transaction) { in iwl_tt_initialize()
608 kfree(tt->restriction); in iwl_tt_initialize()
609 tt->restriction = NULL; in iwl_tt_initialize()
627 memcpy(tt->restriction, in iwl_tt_initialize()
652 kfree(tt->restriction); in iwl_tt_exit()
653 tt->restriction = NULL; in iwl_tt_exit()