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.c137 if (!(xhci->xhc_state & XHCI_STATE_DYING)) in xhci_halt()
142 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
174 xhci->xhc_state = 0; in xhci_start()
197 if (!(xhci->xhc_state & XHCI_STATE_DYING)) in xhci_reset()
723 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1150 !(xhci->xhc_state & XHCI_STATE_REMOVING)) { in xhci_resume()
1172 if (xhci->xhc_state & XHCI_STATE_REMOVING) in xhci_resume()
1533 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1676 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1794 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
[all …]
H A Dxhci-mtk.c715 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_mtk_remove()
812 if (xhci->xhc_state) in xhci_mtk_runtime_suspend()
828 if (xhci->xhc_state) in xhci_mtk_runtime_resume()
H A Dxhci-ring.c481 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
955 if (ep->xhci->xhc_state & XHCI_STATE_DYING) in xhci_giveback_invalidated_tds()
1386 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
1389 notify = !(xhci->xhc_state & XHCI_STATE_REMOVING); in xhci_hc_died()
1392 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
1779 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
3025 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event_trb()
3101 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_handle_events()
3102 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_handle_events()
4359 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.c443 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
H A Dxhci-pci.c716 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.h1566 unsigned int xhc_state; member