Home
last modified time | relevance | path

Searched refs:EP_HAS_STREAMS (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci.c2844 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2849 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3267 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()
3369 if (!(ep_state & EP_HAS_STREAMS) && in xhci_calculate_no_streams_bitmask()
3532 vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS; in xhci_alloc_streams()
3550 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_alloc_streams()
3641 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_free_streams()
3821 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_discover_or_reset_device()
3826 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_discover_or_reset_device()
Dxhci-ring.c421 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
455 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_triad_to_transfer_ring()
495 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
863 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
1099 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_set_deq()
Dxhci-hub.c460 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
Dxhci.h934 #define EP_HAS_STREAMS (1 << 4) macro
Dxhci-mem.c580 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()