Searched refs:xhc_state (Results 1 – 8 of 8) sorted by relevance
137 if (!(xhci->xhc_state & XHCI_STATE_DYING)) in xhci_halt()142 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()174 xhci->xhc_state = 0; in xhci_start()197 if (!(xhci->xhc_state & XHCI_STATE_DYING)) in xhci_reset()723 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()1150 !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()1172 if (xhci->xhc_state & XHCI_STATE_REMOVING) in xhci_resume()1533 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()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()[all …]
715 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_mtk_remove()812 if (xhci->xhc_state) in xhci_mtk_runtime_suspend()828 if (xhci->xhc_state) in xhci_mtk_runtime_resume()
481 !(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()1389 notify = !(xhci->xhc_state & XHCI_STATE_REMOVING); in xhci_hc_died()1392 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()1779 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()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()3102 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_handle_events()4359 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()[all …]
319 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
443 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
716 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
745 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
1566 unsigned int xhc_state; member