Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.c98 xhci->xhc_state & exit_state, in xhci_handshake_check_state()
101 if (result == U32_MAX || xhci->xhc_state & exit_state) in xhci_handshake_check_state()
148 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
180 xhci->xhc_state = 0; in xhci_start()
626 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1074 !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()
1454 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1597 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1715 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1735 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
[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.c422 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
885 if (ep->xhci->xhc_state & XHCI_STATE_DYING) in xhci_giveback_invalidated_tds()
1267 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
1271 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
1284 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1684 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
2974 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event_trb()
3046 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_handle_events()
3047 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_handle_events()
4283 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.c425 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
H A Dxhci-pci.c684 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
H A Dxhci-hub.c745 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
H A Dxhci.h1548 unsigned int xhc_state; member