Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c505 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
1150 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()
1167 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()
1181 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()
1657 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_command_timeout()
Dxhci.c1774 if (!(ep->ep_state & EP_STOP_CMD_PENDING)) { in xhci_urb_dequeue()
1780 ep->ep_state |= EP_STOP_CMD_PENDING; in xhci_urb_dequeue()
3904 virt_dev->eps[i].ep_state &= ~EP_STOP_CMD_PENDING; in xhci_free_dev()
Dxhci.h663 #define EP_STOP_CMD_PENDING (1 << 2) /* For URB cancellation */ macro