Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci.c2845 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2850 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3270 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()
3372 if (!(ep_state & EP_HAS_STREAMS) && in xhci_calculate_no_streams_bitmask()
3535 vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS; in xhci_alloc_streams()
3557 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_alloc_streams()
3648 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_free_streams()
3828 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_discover_or_reset_device()
3833 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_discover_or_reset_device()
Dxhci-ring.c427 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
461 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_triad_to_transfer_ring()
501 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
885 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
1125 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_set_deq()
Dxhci-hub.c469 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
Dxhci.h934 #define EP_HAS_STREAMS (1 << 4) macro
Dxhci-mem.c589 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()