Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci.c125 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 …]
Dxhci-mtk.c680 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()
Dxhci-ring.c413 !(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 …]
Dxhci-histb.c319 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
Dxhci-plat.c400 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
Dxhci-pci.c718 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
Dxhci-hub.c777 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
Dxhci.h1832 unsigned int xhc_state; member