Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dxhci.c1563 if (*ep_state & (EP_GETTING_STREAMS | EP_GETTING_NO_STREAMS)) { in xhci_urb_enqueue()
3313 if (ep_state & EP_GETTING_NO_STREAMS) { in xhci_calculate_no_streams_bitmask()
3564 EP_GETTING_NO_STREAMS; in xhci_free_streams()
3596 vdev->eps[ep_index].ep_state &= ~EP_GETTING_NO_STREAMS; in xhci_free_streams()
Dxhci.h948 #define EP_GETTING_NO_STREAMS (1 << 5) macro
Dxhci-ring.c1208 (ep->ep_state & EP_GETTING_NO_STREAMS)) { in xhci_kill_endpoint_urbs()