Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c546 struct iwl_priv *priv = from_timer(priv, t, ucode_trace); in iwl_bg_ucode_trace()
551 if (priv->event_log.ucode_trace) { in iwl_bg_ucode_trace()
554 mod_timer(&priv->ucode_trace, in iwl_bg_ucode_trace()
783 if (priv->event_log.ucode_trace) { in iwl_alive_start()
785 mod_timer(&priv->ucode_trace, jiffies); in iwl_alive_start()
1075 timer_setup(&priv->ucode_trace, iwl_bg_ucode_trace, 0); in iwl_setup_deferred_work()
1092 del_timer_sync(&priv->ucode_trace); in iwl_cancel_deferred_work()
Ddev.h425 bool ucode_trace; member
866 struct timer_list ucode_trace; member
Ddebugfs.c1842 priv->event_log.ucode_trace ? "On" : "Off"); in iwl_dbgfs_ucode_tracing_read()
1870 priv->event_log.ucode_trace = true; in iwl_dbgfs_ucode_tracing_write()
1873 mod_timer(&priv->ucode_trace, jiffies); in iwl_dbgfs_ucode_tracing_write()
1876 priv->event_log.ucode_trace = false; in iwl_dbgfs_ucode_tracing_write()
1877 del_timer_sync(&priv->ucode_trace); in iwl_dbgfs_ucode_tracing_write()