Home
last modified time | relevance | path

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

/Linux-v5.4/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()
1369 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1523 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1638 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1658 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1748 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1837 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2759 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
[all …]
Dxhci-ring.c332 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
828 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_handle_cmd_stop_ep()
911 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
915 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
928 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1356 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
2727 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
2792 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
2793 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_irq()
3954 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
[all …]
Dxhci-histb.c330 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
Dxhci-plat.c366 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
Dxhci-pci.c385 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
Dxhci-hub.c659 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
Dxhci.h1803 unsigned int xhc_state; member