Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c481 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
955 if (ep->xhci->xhc_state & XHCI_STATE_DYING) in xhci_giveback_invalidated_tds()
1386 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
1392 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
3025 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event_trb()
3101 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_handle_events()
4358 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
H A Dxhci.c137 if (!(xhci->xhc_state & XHCI_STATE_DYING)) in xhci_halt()
197 if (!(xhci->xhc_state & XHCI_STATE_DYING)) in xhci_reset()
1676 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1794 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1918 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
2005 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2976 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
3094 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()
4146 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_disable_slot()
H A Dxhci.h1581 #define XHCI_STATE_DYING (1 << 0) macro