Home
last modified time | relevance | path

Searched refs:XHCI_STATE_REMOVING (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-plat.c428 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
H A Dxhci-pci.c684 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
H A Dxhci-ring.c467 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()
H A Dxhci.c230 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()
H A Dxhci.h1577 #define XHCI_STATE_REMOVING (1 << 2) macro