Home
last modified time | relevance | path

Searched refs:iaa_watchdog (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dehci.h129 struct timer_list iaa_watchdog; member
198 WARN_ON(timer_pending(&ehci->iaa_watchdog)); in iaa_watchdog_start()
199 mod_timer(&ehci->iaa_watchdog, in iaa_watchdog_start()
205 del_timer(&ehci->iaa_watchdog); in iaa_watchdog_done()
Dehci-hcd.c409 && !timer_pending(&ehci->iaa_watchdog) in ehci_iaa_watchdog()
499 del_timer_sync(&ehci->iaa_watchdog); in ehci_shutdown()
567 del_timer_sync(&ehci->iaa_watchdog); in ehci_stop()
621 init_timer(&ehci->iaa_watchdog); in ehci_init()
622 ehci->iaa_watchdog.function = ehci_iaa_watchdog; in ehci_init()
623 ehci->iaa_watchdog.data = (unsigned long) ehci; in ehci_init()
Dehci-hub.c216 del_timer_sync(&ehci->iaa_watchdog); in ehci_bus_suspend()