Home
last modified time | relevance | path

Searched refs:xhc_state (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/drivers/usb/host/
Dxhci-mtk.c678 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_mtk_remove()
764 if (xhci->xhc_state) in xhci_mtk_runtime_suspend()
780 if (xhci->xhc_state) in xhci_mtk_runtime_resume()
Dxhci.c124 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
156 xhci->xhc_state = 0; in xhci_start()
748 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1553 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1709 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1824 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1844 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1936 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
2023 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2935 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
[all …]
Dxhci-ring.c359 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
869 if (ep->xhci->xhc_state & XHCI_STATE_DYING) in xhci_giveback_invalidated_tds()
1222 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
1226 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
1239 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1623 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
2956 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
3056 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
3057 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_irq()
4255 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
[all …]
Dxhci-histb.c329 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
Dxhci-plat.c399 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
Dxhci-pci.c473 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
Dxhci.h1826 unsigned int xhc_state; member
Dxhci-hub.c759 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()