command_timer     980 drivers/net/wireless/marvell/libertas/cmd.c 		mod_timer(&priv->command_timer, jiffies + timeo);
command_timer     122 drivers/net/wireless/marvell/libertas/cmdresp.c 	del_timer(&priv->command_timer);
command_timer     131 drivers/net/wireless/marvell/libertas/dev.h 	struct timer_list command_timer;
command_timer     628 drivers/net/wireless/marvell/libertas/main.c 	del_timer(&priv->command_timer);
command_timer     728 drivers/net/wireless/marvell/libertas/main.c 	struct lbs_private *priv = from_timer(priv, t, command_timer);
command_timer     851 drivers/net/wireless/marvell/libertas/main.c 	timer_setup(&priv->command_timer, lbs_cmd_timeout_handler, 0);
command_timer     884 drivers/net/wireless/marvell/libertas/main.c 	del_timer(&priv->command_timer);
command_timer     266 drivers/net/wireless/marvell/libertas_tf/cmd.c 	mod_timer(&priv->command_timer, jiffies + timeo);
command_timer     760 drivers/net/wireless/marvell/libertas_tf/cmd.c 	del_timer(&priv->command_timer);
command_timer     222 drivers/net/wireless/marvell/libertas_tf/libertas_tf.h 	struct timer_list command_timer;
command_timer     130 drivers/net/wireless/marvell/libertas_tf/main.c 	struct lbtf_private *priv = from_timer(priv, t, command_timer);
command_timer     159 drivers/net/wireless/marvell/libertas_tf/main.c 	timer_setup(&priv->command_timer, command_timer_fn, 0);
command_timer     178 drivers/net/wireless/marvell/libertas_tf/main.c 	del_timer(&priv->command_timer);
command_timer     642 drivers/net/wireless/marvell/libertas_tf/main.c 	del_timer(&priv->command_timer);