Home
last modified time | relevance | path

Searched refs:USB_STATE_QUIESCING (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dhcd.c750 hcd->state = USB_STATE_QUIESCING; in usb_hcd_pci_remove()
916 if (hcd->state == USB_STATE_QUIESCING) in hcd_alloc_dev()
1028 if (hcd->state == USB_STATE_QUIESCING || !HCD_IS_RUNNING (hcd->state)) in hcd_submit_urb()
1191 if (HCD_IS_RUNNING (hcd->state) && hcd->state != USB_STATE_QUIESCING) { in hcd_submit_urb()
Dhcd.h70 # define USB_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE) macro