| /linux/drivers/usb/host/ |
| H A D | ohci-spear.c | 121 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_suspend() 123 ohci->next_statechange = jiffies; in spear_ohci_hcd_drv_suspend() 140 if (time_before(jiffies, ohci->next_statechange)) in spear_ohci_hcd_drv_resume() 142 ohci->next_statechange = jiffies; in spear_ohci_hcd_drv_resume()
|
| H A D | ohci-sm501.c | 217 if (time_before(jiffies, ohci->next_statechange)) in ohci_sm501_suspend() 219 ohci->next_statechange = jiffies; in ohci_sm501_suspend() 235 if (time_before(jiffies, ohci->next_statechange)) in ohci_sm501_resume() 237 ohci->next_statechange = jiffies; in ohci_sm501_resume()
|
| H A D | ohci-omap.c | 357 if (time_before(jiffies, ohci->next_statechange)) in ohci_omap_suspend() 359 ohci->next_statechange = jiffies; in ohci_omap_suspend() 375 if (time_before(jiffies, ohci->next_statechange)) in ohci_omap_resume() 377 ohci->next_statechange = jiffies; in ohci_omap_resume()
|
| H A D | ohci-hub.c | 134 ohci->next_statechange = jiffies + msecs_to_jiffies (5); in ohci_rh_suspend() 269 ohci->next_statechange = jiffies + STATECHANGE_DELAY; in ohci_rh_resume() 329 if (time_before (jiffies, ohci->next_statechange)) in ohci_bus_resume() 379 ohci->next_statechange = jiffies + HZ; in ohci_root_hub_state_changes() 386 ohci->next_statechange = jiffies + in ohci_root_hub_state_changes() 389 ohci->next_statechange) in ohci_root_hub_state_changes()
|
| H A D | ohci-da8xx.c | 473 if (time_before(jiffies, ohci->next_statechange)) in ohci_da8xx_suspend() 475 ohci->next_statechange = jiffies; in ohci_da8xx_suspend() 493 if (time_before(jiffies, ohci->next_statechange)) in ohci_da8xx_resume() 495 ohci->next_statechange = jiffies; in ohci_da8xx_resume()
|
| H A D | ohci-pxa27x.c | 529 if (time_before(jiffies, ohci->next_statechange)) in ohci_hcd_pxa27x_drv_suspend() 531 ohci->next_statechange = jiffies; in ohci_hcd_pxa27x_drv_suspend() 549 if (time_before(jiffies, ohci->next_statechange)) in ohci_hcd_pxa27x_drv_resume() 551 ohci->next_statechange = jiffies; in ohci_hcd_pxa27x_drv_resume()
|
| H A D | ohci-mem.c | 29 ohci->next_statechange = jiffies; in ohci_hcd_init()
|
| H A D | ehci-hub.c | 223 if (time_before (jiffies, ehci->next_statechange)) in ehci_bus_suspend() 365 ehci->next_statechange = jiffies + msecs_to_jiffies(10); in ehci_bus_suspend() 384 if (time_before (jiffies, ehci->next_statechange)) in ehci_bus_resume() 497 ehci->next_statechange = jiffies + msecs_to_jiffies(5); in ehci_bus_resume()
|
| H A D | ehci-hcd.c | 245 ehci->next_statechange = jiffies; in ehci_reset() 1137 if (time_before(jiffies, ehci->next_statechange)) in ehci_suspend() 1171 if (time_before(jiffies, ehci->next_statechange)) in ehci_resume()
|
| H A D | xhci-hub.c | 1834 bus_state->next_statechange = jiffies + msecs_to_jiffies(10); in xhci_bus_suspend() 1889 if (time_before(jiffies, bus_state->next_statechange)) in xhci_bus_resume() 1978 bus_state->next_statechange = jiffies + msecs_to_jiffies(5); in xhci_bus_resume()
|
| H A D | ohci-hcd.c | 698 ohci->next_statechange = jiffies + STATECHANGE_DELAY; in ohci_run() 930 ohci->next_statechange = jiffies + STATECHANGE_DELAY; in ohci_irq()
|
| H A D | oxu210hp-hcd.c | 428 unsigned long next_statechange; member 780 oxu->next_statechange = jiffies; in ehci_reset() 3841 if (time_before(jiffies, oxu->next_statechange)) in oxu_bus_suspend() 3902 oxu->next_statechange = jiffies + msecs_to_jiffies(10); in oxu_bus_suspend() 3914 if (time_before(jiffies, oxu->next_statechange)) in oxu_bus_resume() 3979 oxu->next_statechange = jiffies + msecs_to_jiffies(5); in oxu_bus_resume()
|
| H A D | ohci.h | 405 unsigned long next_statechange; /* suspend/resume */ member
|
| H A D | ehci.h | 201 unsigned long next_statechange; member
|
| H A D | xhci.h | 1435 unsigned long next_statechange; member
|
| H A D | xhci.c | 1098 if (time_before(jiffies, xhci->usb2_rhub.bus_state.next_statechange) || in xhci_resume() 1099 time_before(jiffies, xhci->usb3_rhub.bus_state.next_statechange)) in xhci_resume()
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.h | 71 unsigned long next_statechange; member
|
| H A D | isp1760-hcd.c | 654 priv->next_statechange = jiffies; in ehci_reset()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 167 unsigned long next_statechange; member
|
| H A D | fotg210-hcd.c | 937 fotg210->next_statechange = jiffies; in fotg210_reset()
|