Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.c125 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
156 xhci->xhc_state = 0; in xhci_start()
731 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1318 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1469 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1584 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1604 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1694 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1782 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2701 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()
817 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_handle_cmd_stop_ep()
900 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
904 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
917 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1341 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
2617 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
2682 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
2683 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_irq()
3822 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.c363 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
Dxhci-pci.c355 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
Dxhci-hub.c655 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
Dxhci.h1785 unsigned int xhc_state; member