Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.c116 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_halt()
150 xhci->xhc_state = 0; in xhci_start()
683 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_stop()
688 xhci->xhc_state |= XHCI_STATE_HALTED; in xhci_stop()
1229 if (xhci->xhc_state & XHCI_STATE_HALTED) in xhci_check_args()
1395 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1404 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1426 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1435 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_urb_enqueue()
1549 if (temp == 0xffffffff || (xhci->xhc_state & XHCI_STATE_HALTED)) { in xhci_urb_dequeue()
[all …]
Dxhci-ring.c316 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_abort_cmd_ring()
750 if (xhci->xhc_state & XHCI_STATE_DYING) in xhci_handle_cmd_stop_ep()
840 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_stop_endpoint_command_watchdog()
860 xhci->xhc_state |= XHCI_STATE_DYING; in xhci_stop_endpoint_command_watchdog()
1240 !(xhci->xhc_state & XHCI_STATE_DYING)) { in xhci_handle_stopped_cmd_ring()
2665 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_handle_event()
2730 if (xhci->xhc_state & XHCI_STATE_DYING) { in xhci_irq()
4011 if ((xhci->xhc_state & XHCI_STATE_DYING) || in queue_command()
4012 (xhci->xhc_state & XHCI_STATE_HALTED)) { in queue_command()
Dxhci-pci.c304 xhci->xhc_state |= XHCI_STATE_REMOVING; in xhci_pci_remove()
Dxhci.h1581 unsigned int xhc_state; member