Lines Matching refs:xhc_state
98 xhci->xhc_state & exit_state, in xhci_handshake_check_state()
101 if (result == U32_MAX || xhci->xhc_state & exit_state) in xhci_handshake_check_state()
148 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
180 xhci->xhc_state = 0; in xhci_start()
626 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1074 !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()
1454 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1597 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1715 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1735 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1827 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1914 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2817 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
2935 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
2936 (xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_check_bandwidth()
3930 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_disable_slot()
3931 (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_disable_slot()
4095 if (xhci->xhc_state) { /* dying, removing or halted */ in xhci_setup_device()