Searched refs:watch_dog_timer (Results 1 – 2 of 2) sorted by relevance
524 struct timer_list watch_dog_timer; member
3989 priv->watch_dog_timer.expires = jiffies + MSECS(IEEE80211_WATCH_DOG_TIME);3990 add_timer(&priv->watch_dog_timer);4362 init_timer(&priv->watch_dog_timer);4363 priv->watch_dog_timer.data = (unsigned long)dev;4364 priv->watch_dog_timer.function = watch_dog_adaptive;5716 del_timer_sync(&priv->watch_dog_timer);5766 del_timer_sync(&priv->watch_dog_timer);