Lines Matching refs:xhc_state
125 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
156 xhci->xhc_state = 0; in xhci_start()
731 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1318 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1469 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1584 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1604 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1694 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1782 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2701 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
2817 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
2818 (xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_check_bandwidth()
3779 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_disable_slot()
3780 (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_disable_slot()
3931 if (xhci->xhc_state) { /* dying, removing or halted */ in xhci_setup_device()