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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci.h116 struct timer_list iaa_watchdog; member in struct:ehci_hcd
177 WARN_ON(timer_pending(&ehci->iaa_watchdog));
178 mod_timer(&ehci->iaa_watchdog,
184 del_timer(&ehci->iaa_watchdog);
H A Dehci-hcd.c351 && !timer_pending(&ehci->iaa_watchdog)
441 del_timer_sync(&ehci->iaa_watchdog);
509 del_timer_sync(&ehci->iaa_watchdog);
565 init_timer(&ehci->iaa_watchdog);
566 ehci->iaa_watchdog.function = ehci_iaa_watchdog;
567 ehci->iaa_watchdog.data = (unsigned long) ehci;
H A Dehci-hub.c194 del_timer_sync(&ehci->iaa_watchdog);

Completed in 73 milliseconds