Searched refs:USB_STATE_QUIESCING (Results 1 – 2 of 2) sorted by relevance
750 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()
70 # define USB_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE) macro