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()
1013 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_handle_cmd_stop_ep()
1099 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
1103 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
2857 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
2958 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
4133 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
Dxhci.c1566 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1681 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1791 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1880 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2800 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
2918 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
3974 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_disable_slot()
Dxhci.h1839 #define XHCI_STATE_DYING (1 << 0) macro