Searched refs:rh_timer (Results 1 - 21 of 21) sorted by relevance

/drivers/usb/musb/
H A Dmusb_virthub.c170 long remain = (unsigned long) musb->rh_timer - jiffies;
172 if (musb->rh_timer > 0 && remain > 0) {
H A Dmusb_core.h312 unsigned long rh_timer; member in struct:musb
H A Dmusb_core.c479 musb->rh_timer = jiffies
/drivers/usb/core/
H A Dhcd.c763 mod_timer (&hcd->rh_timer, (jiffies/(HZ/4) + 1) * (HZ/4));
795 mod_timer(&hcd->rh_timer, (jiffies/(HZ/4) + 1) * (HZ/4));
799 mod_timer(&hcd->rh_timer, jiffies);
835 del_timer (&hcd->rh_timer);
2332 mod_timer(&hcd->rh_timer, jiffies + msecs_to_jiffies(10));
2476 init_timer(&hcd->rh_timer);
2477 hcd->rh_timer.function = rh_timer_func;
2478 hcd->rh_timer.data = (unsigned long) hcd;
2802 del_timer_sync(&hcd->rh_timer);
2806 del_timer_sync(&hcd->rh_timer);
[all...]
/drivers/usb/host/
H A Duhci-hcd.c435 mod_timer(&uhci_to_hcd(uhci)->rh_timer, jiffies);
479 mod_timer(&hcd->rh_timer, jiffies);
H A Dr8a66597.h119 struct timer_list rh_timer; member in struct:r8a66597
H A Duhci-hub.c174 mod_timer(&uhci_to_hcd(uhci)->rh_timer,
H A Dr8a66597-hcd.c1004 mod_timer(&r8a66597->rh_timer,
2234 mod_timer(&r8a66597->rh_timer,
2398 del_timer_sync(&r8a66597->rh_timer);
2486 init_timer(&r8a66597->rh_timer);
2487 r8a66597->rh_timer.function = r8a66597_timer;
2488 r8a66597->rh_timer.data = (unsigned long)r8a66597;
H A Dehci-hub.c677 mod_timer(&hcd->rh_timer, jiffies + msecs_to_jiffies(25));
1025 mod_timer(&ehci_to_hcd(ehci)->rh_timer,
H A Disp116x-hcd.c621 mod_timer(&hcd->rh_timer, jiffies
917 if (timer_pending(&hcd->rh_timer))
H A Dehci-hcd.c799 mod_timer(&hcd->rh_timer, ehci->reset_done[i]);
H A Dsl811-hcd.c1527 del_timer_sync(&hcd->rh_timer);
H A Duhci-q.c31 mod_timer(&uhci_to_hcd(uhci)->rh_timer, jiffies);
H A Disp1362-hcd.c1504 if (timer_pending(&hcd->rh_timer))
2366 del_timer_sync(&hcd->rh_timer);
H A Doxu210hp-hcd.c2509 mod_timer(&hcd->rh_timer, oxu->reset_done[i]);
3276 mod_timer(&oxu_to_hcd(oxu)->rh_timer,
H A Dxhci.c914 del_timer_sync(&hcd->rh_timer);
916 del_timer_sync(&xhci->shared_hcd->rh_timer);
H A Disp1760-hcd.c1953 mod_timer(&hcd->rh_timer, priv->reset_done);
H A Dfotg210-hcd.c1653 mod_timer(&fotg210_to_hcd(fotg210)->rh_timer,
5455 mod_timer(&hcd->rh_timer, fotg210->reset_done[0]);
H A Dfusbh200-hcd.c1610 mod_timer(&fusbh200_to_hcd(fusbh200)->rh_timer,
5365 mod_timer(&hcd->rh_timer, fusbh200->reset_done[0]);
H A Dxhci-ring.c1581 mod_timer(&hcd->rh_timer,
/drivers/usb/gadget/udc/
H A Ddummy_hcd.c794 mod_timer(&dummy_hcd_to_hcd(dum_hcd)->rh_timer, dum_hcd->re_timeout);

Completed in 388 milliseconds