Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-histb.c329 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
H A Dxhci-plat.c462 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
H A Dxhci-pci.c473 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
H A Dxhci-ring.c1251 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1683 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
H A Dxhci.h1854 #define XHCI_STATE_REMOVING (1 << 2) macro
H A Dxhci.c2918 (xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_check_bandwidth()