Searched refs:stWatchdog (Results 1 – 2 of 2) sorted by relevance
161 struct timer_list stWatchdog; member228 if (ms_timer_pending(&ehci->stWatchdog) in ms_timer_action()250 ms_update_timer (&ehci->stWatchdog, u32Time, 0); in ms_timer_action()278 && (u32Time+jiffies) > (U32) ehci->stWatchdog.base_jiffies in ms_timer_action()279 && ms_timer_pending (&ehci->stWatchdog)) in ms_timer_action()284 ehci->stWatchdog.base_jiffies = u32Time + jiffies; in ms_timer_action()285 ms_update_timer (&ehci->stWatchdog, u32Time, 0); in ms_timer_action()
2435 ms_init_timer (&ehci->stWatchdog); in ms_ehci_begin()2436 ehci->stWatchdog.function = ms_ehci_watchdog; in ms_ehci_begin()2437 ehci->stWatchdog.data = (U32) ehci; in ms_ehci_begin()2490 ms_del_timer_sync (&ehci->stWatchdog); in ms_ehci_end()