Lines Matching refs:ehci
192 ms_iaa_watchdog_begin(struct ehci_hcd *ehci) in ms_iaa_watchdog_begin() argument
198 ms_update_timer (&ehci->stiaa_Watchdog, EHCI_IAA_MSEC, 0); // 20 ms in ms_iaa_watchdog_begin()
202 ms_iaa_watchdog_done(struct ehci_hcd *ehci) in ms_iaa_watchdog_done() argument
204 ms_del_timer(&ehci->stiaa_Watchdog); in ms_iaa_watchdog_done()
215 ms_timer_action_done (struct ehci_hcd *ehci, enum ehci_timer_event eAction) in ms_timer_action_done() argument
220 ms_clear_bit (eAction, &ehci->u32Actions, U32); in ms_timer_action_done()
225 ms_timer_action (struct ehci_hcd *ehci, enum ehci_timer_event eAction) in ms_timer_action() argument
228 if (ms_timer_pending(&ehci->stWatchdog) in ms_timer_action()
229 …&& (ms_test_bit(TIMER_ASYNC_SHRINK, &ehci->u32Actions) || ms_test_bit(TIMER_ASYNC_OFF, &ehci->u32A… in ms_timer_action()
232 if (!ms_test_and_set_bit(eAction, &ehci->u32Actions)) in ms_timer_action()
250 ms_update_timer (&ehci->stWatchdog, u32Time, 0); in ms_timer_action()
254 if (!ms_test_and_set_bit(eAction, &ehci->u32Actions)) 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()