Searched refs:watchdog (Results 1 – 2 of 2) sorted by relevance
377 struct timer_list watchdog; member543 && (t+jiffies) > (U32) ehci->watchdog.base_jiffies in timer_action()544 && timer_pending (&ehci->watchdog)) in timer_action()549 ehci->watchdog.base_jiffies = t + jiffies; in timer_action()550 mod_timer (&ehci->watchdog, t, 0); in timer_action()
7254 init_timer (&ehci->watchdog); in ehci_start()7255 ehci->watchdog.function = ehci_watchdog; in ehci_start()7256 ehci->watchdog.data = (U32) ehci; in ehci_start()7519 del_timer_sync (&ehci->watchdog); in ehci_stop()