Home
last modified time | relevance | path

Searched refs:XHCI_STATE_DYING (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c335 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
850 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_handle_cmd_stop_ep()
933 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
937 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
2774 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
2875 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
4042 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
Dxhci.c1526 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1641 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1751 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1840 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2760 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
2878 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
3919 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_disable_slot()
Dxhci.h1827 #define XHCI_STATE_DYING (1 << 0) macro