Home
last modified time | relevance | path

Searched refs:ucode_trace (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c541 struct iwl_priv *priv = timer_container_of(priv, t, ucode_trace); in iwl_bg_ucode_trace()
546 if (priv->event_log.ucode_trace) { in iwl_bg_ucode_trace()
549 mod_timer(&priv->ucode_trace, in iwl_bg_ucode_trace()
778 if (priv->event_log.ucode_trace) { in iwl_alive_start()
780 mod_timer(&priv->ucode_trace, jiffies); in iwl_alive_start()
1072 timer_setup(&priv->ucode_trace, iwl_bg_ucode_trace, 0); in iwl_setup_deferred_work()
1091 timer_delete_sync(&priv->ucode_trace); in iwl_cancel_deferred_work()
H A Ddev.h421 bool ucode_trace; member
865 struct timer_list ucode_trace; member