Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci.c109 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
142 xhci->xhc_state &= ~XHCI_STATE_HALTED; in xhci_start()
553 if (temp == 0xffffffff || (xhci->xhc_state & XHCI_STATE_DYING) || in xhci_event_ring_work()
554 (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_event_ring_work()
1204 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1346 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1355 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1377 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1386 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1499 if (temp == 0xffffffff || (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_urb_dequeue()
[all …]
Dxhci-ring.c336 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_abort_cmd_ring()
379 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_cancel_cmd()
887 if (xhci->xhc_state & XHCI_STATE_DYING) in handle_stopped_endpoint()
929 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_stop_endpoint_command_watchdog()
947 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_stop_endpoint_command_watchdog()
2711 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
2778 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_irq()
Dxhci.h1467 unsigned int xhc_state; member