Home
last modified time | relevance | path

Searched refs:EP_GETTING_NO_STREAMS (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h1069 #define EP_GETTING_NO_STREAMS (1 << 5) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.c1576 if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) { in xhci_urb_enqueue()
3338 if (ep_state & EP_GETTING_NO_STREAMS) { in xhci_calculate_no_streams_bitmask()
3589 EP_GETTING_NO_STREAMS; in xhci_free_streams()
3621 vdev->eps[ep_index].ep_state &= ~EP_GETTING_NO_STREAMS; in xhci_free_streams()
H A Dxhci.h695 #define EP_GETTING_NO_STREAMS (1 << 5) macro
H A Dxhci-ring.c1283 (ep->ep_state & EP_GETTING_NO_STREAMS)) { in xhci_kill_endpoint_urbs()