Searched refs:xhc_state (Results 1 – 8 of 8) sorted by relevance
125 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()157 xhci->xhc_state = 0; in xhci_start()588 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()1032 !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()1393 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()1549 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()1664 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()1684 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()1776 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()1863 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()[all …]
680 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_mtk_remove()777 if (xhci->xhc_state) in xhci_mtk_runtime_suspend()793 if (xhci->xhc_state) in xhci_mtk_runtime_resume()
413 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()900 if (ep->xhci->xhc_state & XHCI_STATE_DYING) in xhci_giveback_invalidated_tds()1255 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()1259 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()1272 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()1647 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()2976 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()3087 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()3088 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_irq()4282 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()[all …]
319 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
400 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
718 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
777 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
1832 unsigned int xhc_state; member