Home
last modified time | relevance | path

Searched refs:EP_HALTED (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c418 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
1269 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1346 if (!(ep_state & EP_HALTED)) in xhci_handle_cmd_config_ep()
1353 virt_dev->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_config_ep()
1946 ep->ep_state |= EP_HALTED; in xhci_cleanup_halted_endpoint()
2517 ep->ep_state |= EP_HALTED; in handle_tx_event()
Dxhci.h933 #define EP_HALTED (1 << 1) /* For stall handling */ macro