Lines Matching full:restriction
60 /* Advance Thermal Throttling default restriction table */
87 struct iwl_tt_restriction *restriction; in iwl_ht_enabled() local
91 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
92 return restriction->is_ht; in iwl_ht_enabled()
123 struct iwl_tt_restriction *restriction; in iwl_tx_ant_restriction() local
127 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
128 return restriction->tx_stream; in iwl_tx_ant_restriction()
134 struct iwl_tt_restriction *restriction; in iwl_rx_ant_restriction() local
138 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction()
139 return restriction->rx_stream; in iwl_rx_ant_restriction()
589 * Initialize thermal throttling restriction table
613 tt->restriction = kcalloc(IWL_TI_STATE_MAX, in iwl_tt_initialize()
620 if (!tt->restriction || !tt->transaction) { in iwl_tt_initialize()
623 kfree(tt->restriction); in iwl_tt_initialize()
624 tt->restriction = NULL; in iwl_tt_initialize()
642 memcpy(tt->restriction, in iwl_tt_initialize()
667 kfree(tt->restriction); in iwl_tt_exit()
668 tt->restriction = NULL; in iwl_tt_exit()