Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci.c123 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
154 xhci->xhc_state = 0; in xhci_start()
728 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1371 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1526 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1641 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1661 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1751 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1840 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2760 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
[all …]
Dxhci-ring.c335 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
850 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_handle_cmd_stop_ep()
933 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
937 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
950 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1382 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
2774 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
2875 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
2876 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_irq()
4042 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.c393 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
Dxhci-pci.c433 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
Dxhci-hub.c670 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
Dxhci.h1811 unsigned int xhc_state; member