Lines Matching refs:xhc_state
125 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
157 xhci->xhc_state = 0; in xhci_start()
588 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1032 !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()
1393 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1549 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1664 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1684 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1776 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1863 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2768 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
2886 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
2887 (xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_check_bandwidth()
3860 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_disable_slot()
3861 (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_disable_slot()
4019 if (xhci->xhc_state) { /* dying, removing or halted */ in xhci_setup_device()