Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci-mtk.c658 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_mtk_remove()
744 if (xhci->xhc_state) in xhci_mtk_runtime_suspend()
760 if (xhci->xhc_state) in xhci_mtk_runtime_resume()
Dxhci.c122 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
153 xhci->xhc_state = 0; in xhci_start()
732 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1508 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1661 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1776 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1796 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1891 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1978 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2890 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()
870 if (ep->xhci->xhc_state & XHCI_STATE_DYING) in xhci_giveback_invalidated_tds()
1223 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
1227 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
1240 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1683 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
3016 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
3116 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
3117 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_irq()
4314 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.c414 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
Dxhci-pci.c457 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
Dxhci-hub.c756 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
Dxhci.h1829 unsigned int xhc_state; member