Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-histb.c329 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
Dxhci-plat.c399 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
Dxhci-pci.c520 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
Dxhci-mtk.c677 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_mtk_remove()
Dxhci-ring.c1242 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1626 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
Dxhci.h1844 #define XHCI_STATE_REMOVING (1 << 2) macro
Dxhci.c3054 (xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_check_bandwidth()