Searched refs:EP_HALT_PENDING (Results 1 – 3 of 3) sorted by relevance
340 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()
863 #define EP_HALT_PENDING (1 << 2) /* For URB cancellation */ macro
1621 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()