Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c444 (ep_state & EP_HALTED) || (ep_state & EP_CLEARING_TT)) in xhci_ring_ep_doorbell()
932 if (ep->ep_state & EP_HALTED) { in xhci_handle_halted_endpoint()
942 ep->ep_state |= EP_HALTED; in xhci_handle_halted_endpoint()
1489 ep->ep_state &= ~EP_HALTED; in xhci_handle_cmd_reset_ep()
1569 if (!(ep_state & EP_HALTED)) in xhci_handle_cmd_config_ep()
1576 virt_dev->eps[ep_index].ep_state &= ~EP_HALTED; in xhci_handle_cmd_config_ep()
2234 if ((ep->ep_state & EP_HALTED) && in finish_td()
H A Dxhci.h942 #define EP_HALTED (1 << 1) /* For stall handling */ macro
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1064 #define EP_HALTED (1 << 1) /* For stall handling */ macro