Lines Matching refs:xhc_state
116 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
150 xhci->xhc_state = 0; in xhci_start()
683 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_stop()
688 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1229 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1395 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1404 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1426 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1435 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1549 if (temp == 0xffffffff || (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_urb_dequeue()
1569 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_urb_dequeue()
1570 (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_urb_dequeue()
1660 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1744 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2757 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
2758 (xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_check_bandwidth()
3648 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_free_dev()
3649 (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_free_dev()
3805 if (xhci->xhc_state) /* dying, removing or halted */ in xhci_setup_device()