Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c332 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
817 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_handle_cmd_stop_ep()
900 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
904 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
2617 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
2682 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
3822 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
Dxhci.c1469 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1584 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1694 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1782 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2701 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
2817 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
3779 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_disable_slot()
Dxhci.h1801 #define XHCI_STATE_DYING (1 << 0) macro