Searched refs:xhc_state (Results 1 – 4 of 4) sorted by relevance
116 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()150 xhci->xhc_state = 0; in xhci_start()1239 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()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()1559 if (temp == 0xffffffff || (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_urb_dequeue()1579 if ((xhci->xhc_state & XHCI_STATE_DYING) || in xhci_urb_dequeue()1580 (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_urb_dequeue()[all …]
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()3828 (xhci->xhc_state & XHCI_STATE_HALTED)) { in queue_command()
301 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
1521 unsigned int xhc_state; member