Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h162 struct timer_list stiaa_Watchdog; member
198 ms_update_timer (&ehci->stiaa_Watchdog, EHCI_IAA_MSEC, 0); // 20 ms in ms_iaa_watchdog_begin()
204 ms_del_timer(&ehci->stiaa_Watchdog); in ms_iaa_watchdog_done()
H A DdrvEhciHcd.c2244 && !ms_timer_pending(&pEhci->stiaa_Watchdog) in ms_ehci_iaa_watchdog()
2439 ms_init_timer (&ehci->stiaa_Watchdog); in ms_ehci_begin()
2440 ehci->stiaa_Watchdog.function = ms_ehci_iaa_watchdog; in ms_ehci_begin()
2441 ehci->stiaa_Watchdog.data = (U32) ehci; in ms_ehci_begin()
2491 ms_del_timer_sync (&ehci->stiaa_Watchdog); in ms_ehci_end()