Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci.c126 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
158 xhci->xhc_state = 0; in xhci_start()
589 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1034 !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()
1414 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1570 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1685 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1705 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1809 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1896 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
[all …]
H A Dxhci-mtk.c716 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_mtk_remove()
813 if (xhci->xhc_state) in xhci_mtk_runtime_suspend()
829 if (xhci->xhc_state) in xhci_mtk_runtime_resume()
H A Dxhci-ring.c421 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
909 if (ep->xhci->xhc_state & XHCI_STATE_DYING) in xhci_giveback_invalidated_tds()
1330 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
1334 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
1347 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1749 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
3122 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
3233 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
3234 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_irq()
4442 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
[all …]
H A Dxhci-histb.c319 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
H A Dxhci-plat.c413 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
H A Dxhci-pci.c734 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
H A Dxhci-hub.c777 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
H A Dxhci.h1585 unsigned int xhc_state; member