Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.c2784 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2789 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3136 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()
3238 if (!(ep_state & EP_HAS_STREAMS) && in xhci_calculate_no_streams_bitmask()
3401 vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS; in xhci_alloc_streams()
3419 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_alloc_streams()
3510 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_free_streams()
3690 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_discover_or_reset_device()
3695 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()
448 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_triad_to_transfer_ring()
488 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
852 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
1088 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.h926 #define EP_HAS_STREAMS (1 << 4) macro
Dxhci-mem.c580 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()