Lines Matching refs:xhc_state
116 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
150 xhci->xhc_state = 0; in xhci_start()
1239 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1405 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1414 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1436 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1445 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1559 if (temp == 0xffffffff || (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_urb_dequeue()
1579 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_urb_dequeue()
1580 (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_urb_dequeue()
1670 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1754 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2767 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
2768 (xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_check_bandwidth()
3658 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_free_dev()
3659 (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_free_dev()
3817 if (xhci->xhc_state) /* dying, removing or halted */ in xhci_setup_device()