Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c504 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
1196 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()
1230 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()
1244 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()
1722 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_command_timeout()
H A Dxhci.c1742 if (ep->ep_state & (EP_STOP_CMD_PENDING | EP_HALTED | SET_DEQ_PENDING)) { in xhci_urb_dequeue()
1762 ep->ep_state |= EP_STOP_CMD_PENDING; in xhci_urb_dequeue()
3886 virt_dev->eps[i].ep_state &= ~EP_STOP_CMD_PENDING; in xhci_free_dev()
H A Dxhci.h690 #define EP_STOP_CMD_PENDING (1 << 2) /* For URB cancellation */ macro