Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c122 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
153 xhci->xhc_state = 0; in xhci_start()
729 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1399 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1562 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_enqueue()
1677 if (temp == ~(u32)0 || xhci->xhc_state & XHCI_STATE_DYING) { in xhci_urb_dequeue()
1697 if (xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_urb_dequeue()
1792 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_drop_endpoint()
1879 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_add_endpoint()
2791 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_configure_endpoint()
[all …]
H A Dxhci-ring.c361 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
879 if (ep->xhci->xhc_state & XHCI_STATE_DYING) in xhci_giveback_invalidated_tds()
1234 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_hc_died()
1238 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_hc_died()
1251 if (!(xhci->xhc_state & XHCI_STATE_REMOVING)) in xhci_hc_died()
1683 if (xhci->xhc_state & XHCI_STATE_REMOVING) { in xhci_handle_command_timeout()
3015 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
3131 if (xhci->xhc_state & XHCI_STATE_DYING || in xhci_irq()
3132 xhci->xhc_state & XHCI_STATE_HALTED) { in xhci_irq()
4325 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
[all …]
H A Dxhci-histb.c329 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_histb_remove()
H A Dxhci-plat.c462 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_plat_remove()
H A Dxhci-pci.c473 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
H A Dxhci-hub.c677 !(xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_exit_test_mode()
H A Dxhci.h1836 unsigned int xhc_state; member