Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-histb.c319 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
H A Dxhci-plat.c428 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
H A Dxhci-mtk.c716 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_mtk_remove()
H A Dxhci-pci.c684 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
H A Dxhci-ring.c523 XHCI_STATE_REMOVING); in xhci_abort_cmd_ring()
1399 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1768 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()
1065 !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()
2983 (xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_check_bandwidth()
H A Dxhci.h1577 #define XHCI_STATE_REMOVING (1 << 2) macro