Searched refs:ct_kill_exit_tm (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-power.h101 * @ct_kill_exit_tm: timer to exit thermal kill
113 struct timer_list ct_kill_exit_tm; member in struct:iwl_tt_mgmt
H A Diwl-power.c462 mod_timer(&priv->thermal_throttle.ct_kill_exit_tm, jiffies +
476 mod_timer(&priv->thermal_throttle.ct_kill_exit_tm, jiffies +
795 /* stop ct_kill_exit_tm timer */
796 del_timer_sync(&priv->thermal_throttle.ct_kill_exit_tm);
880 init_timer(&priv->thermal_throttle.ct_kill_exit_tm);
881 priv->thermal_throttle.ct_kill_exit_tm.data = (unsigned long)priv;
882 priv->thermal_throttle.ct_kill_exit_tm.function =
938 /* stop ct_kill_exit_tm timer if activated */
939 del_timer_sync(&priv->thermal_throttle.ct_kill_exit_tm);

Completed in 40 milliseconds