Searched refs:xhc_state (Results 1 – 7 of 7) sorted by relevance
122 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()153 xhci->xhc_state = 0; in xhci_start()729 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()1399 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()1562 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()1677 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()1697 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()1792 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()1879 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()2791 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()[all …]
361 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()879 if (ep->xhci->xhc_state & XHCI_STATE_DYING) in xhci_giveback_invalidated_tds()1234 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()1238 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()1251 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()1683 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()3015 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()3131 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()3132 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_irq()4325 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()[all …]
329 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
462 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
473 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
677 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
1836 unsigned int xhc_state; member