Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c402 (ep_state & EP_HALTED)) in xhci_ring_ep_doorbell()
1156 xhci->devs[slot_id]->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1230 if (!(ep_state & EP_HALTED)) in xhci_handle_cmd_config_ep()
1237 virt_dev->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_config_ep()
1752 ep->ep_state |= EP_HALTED; in xhci_cleanup_halted_endpoint()
2298 ep->ep_state |= EP_HALTED; in handle_tx_event()
Dxhci.h922 #define EP_HALTED (1 << 1) /* For stall handling */ macro