Home
last modified time | relevance | path

Searched refs:USB_STATE_RUNNING (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dehci-hcd.c511 if (hcd->state == USB_STATE_RUNNING) in ehci_start()
534 if (hcd->state == USB_STATE_RUNNING) in ehci_stop()
607 if (hcd->state == USB_STATE_RUNNING) in ehci_suspend()
Dehci-q.c787 ehci->hcd.state = USB_STATE_RUNNING; in qh_link_async()
Dehci-sched.c190 ehci->hcd.state = USB_STATE_RUNNING; in enable_periodic()
/linux-2.4.37.9/drivers/usb/
Dhcd.h68 # define USB_STATE_RUNNING (__ACTIVE) macro