Home
last modified time | relevance | path

Searched refs:watchdog (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h377 struct timer_list watchdog; member
543 && (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()
H A DdrvEhciHcd.c7254 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()