Lines Matching refs:xhc_state
122 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
153 xhci->xhc_state = 0; in xhci_start()
729 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1399 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1562 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1677 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1697 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1792 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1879 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2791 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
2917 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
2918 (xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_check_bandwidth()
3915 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_disable_slot()
3916 (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_disable_slot()
4081 if (xhci->xhc_state) { /* dying, removing or halted */ in xhci_setup_device()