Searched refs:watch_dog_timer (Results 1 – 5 of 5) sorted by relevance
334 int watch_dog_timer = 100; in xc_write_reg() local344 while ((watch_dog_timer > 0) && (result == 0)) { in xc_write_reg()352 watch_dog_timer--; in xc_write_reg()357 if (watch_dog_timer <= 0) in xc_write_reg()
1004 del_timer_sync(&priv->watch_dog_timer); in rtl8192_sta_down()1309 init_timer(&priv->watch_dog_timer); in rtl8192_init()1310 setup_timer(&priv->watch_dog_timer, in rtl8192_init()1520 del_timer_sync(&priv->watch_dog_timer); in rtl819x_ifsilentreset()1791 mod_timer(&priv->watch_dog_timer, jiffies + in watch_dog_timer_callback()
580 struct timer_list watch_dog_timer; member
2546 setup_timer(&priv->watch_dog_timer, watch_dog_timer_callback, in rtl8192_init()3131 del_timer_sync(&priv->watch_dog_timer); in rtl819x_ifsilentreset()3280 mod_timer(&priv->watch_dog_timer, jiffies + MSECS(IEEE80211_WATCH_DOG_TIME)); in watch_dog_timer_callback()3377 del_timer_sync(&priv->watch_dog_timer); in rtl8192_down()3397 del_timer_sync(&priv->watch_dog_timer); in rtl8192_commit()
1034 struct timer_list watch_dog_timer; member