Searched refs:command_timer (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wireless/libertas/
H A Ddev.h127 struct timer_list command_timer; member in struct:lbs_private
H A Dcmdresp.c119 del_timer(&priv->command_timer);
H A Dmain.c638 del_timer(&priv->command_timer);
883 setup_timer(&priv->command_timer, lbs_cmd_timeout_handler,
923 del_timer(&priv->command_timer);
H A Dcmd.c1036 mod_timer(&priv->command_timer, jiffies + timeo);
/drivers/net/wireless/libertas_tf/
H A Dmain.c206 setup_timer(&priv->command_timer, command_timer_fn,
226 del_timer(&priv->command_timer);
680 del_timer(&priv->command_timer);
H A Dcmd.c270 mod_timer(&priv->command_timer, jiffies + timeo);
765 del_timer(&priv->command_timer);
H A Dlibertas_tf.h222 struct timer_list command_timer; member in struct:lbtf_private

Completed in 248 milliseconds