Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c332 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
828 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_handle_cmd_stop_ep()
911 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
915 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
2727 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
2792 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
3954 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
Dxhci.c1523 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1638 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1748 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1837 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2759 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
2877 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
3912 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_disable_slot()
Dxhci.h1819 #define XHCI_STATE_DYING (1 << 0) macro