Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c335 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
918 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_handle_cmd_stop_ep()
1001 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
1005 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
2849 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
2950 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
4123 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
Dxhci.c1538 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1653 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1763 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1852 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2772 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
2890 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
3941 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_disable_slot()
Dxhci.h1831 #define XHCI_STATE_DYING (1 << 0) macro