Home
last modified time | relevance | path

Searched refs:EP_STOP_CMD_PENDING (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c495 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
1147 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()
1155 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()
1169 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_cmd_stop_ep()
1620 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_handle_command_timeout()
H A Dxhci.c1733 if (!(ep->ep_state & EP_STOP_CMD_PENDING)) { in xhci_urb_dequeue()
1739 ep->ep_state |= EP_STOP_CMD_PENDING; in xhci_urb_dequeue()
3844 virt_dev->eps[i].ep_state &= ~EP_STOP_CMD_PENDING; in xhci_free_dev()
H A Dxhci.h943 #define EP_STOP_CMD_PENDING (1 << 2) /* For URB cancellation */ macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c417 if ((ep_state & EP_STOP_CMD_PENDING) || (ep_state & SET_DEQ_PENDING) || in xhci_ring_ep_doorbell()
713 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_stop_watchdog_timer_in_irq()
1146 if (!(ep->ep_state & EP_STOP_CMD_PENDING) || in xhci_stop_endpoint_command_watchdog()
1157 ep->ep_state &= ~EP_STOP_CMD_PENDING; in xhci_stop_endpoint_command_watchdog()
H A Dxhci.c1741 if (!(ep->ep_state & EP_STOP_CMD_PENDING)) { in xhci_urb_dequeue()
1747 ep->ep_state |= EP_STOP_CMD_PENDING; in xhci_urb_dequeue()
3952 virt_dev->eps[i].ep_state &= ~EP_STOP_CMD_PENDING; in xhci_free_dev()
H A Dxhci.h940 #define EP_STOP_CMD_PENDING (1 << 2) /* For URB cancellation */ macro

Completed in 33 milliseconds