Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c340 if ((ep_state & EP_HALT_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
586 ep->ep_state &= ~EP_HALT_PENDING; in xhci_stop_watchdog_timer_in_irq()
847 if (!(ep->stop_cmds_pending == 0 && (ep->ep_state & EP_HALT_PENDING))) { in xhci_stop_endpoint_command_watchdog()
Dxhci.h863 #define EP_HALT_PENDING (1 << 2) /* For URB cancellation */ macro
Dxhci.c1621 if (!(ep->ep_state & EP_HALT_PENDING)) { in xhci_urb_dequeue()
1627 ep->ep_state |= EP_HALT_PENDING; in xhci_urb_dequeue()
3651 virt_dev->eps[i].ep_state &= ~EP_HALT_PENDING; in xhci_free_dev()