Searched refs:xhc_state (Results 1 – 8 of 8) sorted by relevance
126 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()158 xhci->xhc_state = 0; in xhci_start()589 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()1034 !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()1414 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()1570 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()1685 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()1705 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()1809 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()1896 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()[all …]
716 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_mtk_remove()813 if (xhci->xhc_state) in xhci_mtk_runtime_suspend()829 if (xhci->xhc_state) in xhci_mtk_runtime_resume()
421 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()909 if (ep->xhci->xhc_state & XHCI_STATE_DYING) in xhci_giveback_invalidated_tds()1330 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()1334 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()1347 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()1749 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()3122 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()3233 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()3234 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_irq()4442 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()[all …]
319 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
413 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
734 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
777 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
1585 unsigned int xhc_state; member