Searched refs:XHCI_STATE_REMOVING (Results 1 – 5 of 5) sorted by relevance
428 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
684 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
467 XHCI_STATE_REMOVING); in xhci_abort_cmd_ring()1331 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()1737 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
230 CMD_RESET, 0, timeout_us, XHCI_STATE_REMOVING); in xhci_reset()1067 !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()2986 (xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_check_bandwidth()
1577 #define XHCI_STATE_REMOVING (1 << 2) macro