Searched refs:XHCI_STATE_DYING (Results 1 – 3 of 3) sorted by relevance
316 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_abort_cmd_ring()750 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_handle_cmd_stop_ep()840 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_stop_endpoint_command_watchdog()860 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_stop_endpoint_command_watchdog()1240 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()2626 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()2691 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_irq()3827 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
1405 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()1414 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()1436 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()1445 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()1579 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_urb_dequeue()1670 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()1754 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()2767 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_check_bandwidth()3658 if (state == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_free_dev()
1537 #define XHCI_STATE_DYING (1 << 0) macro