Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.c1474 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_urb_to_transfer_ring()
2724 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2729 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3016 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()
3118 if (!(ep_state & EP_HAS_STREAMS) && in xhci_calculate_no_streams_bitmask()
3279 vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS; in xhci_alloc_streams()
3297 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_alloc_streams()
3388 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_free_streams()
3567 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_discover_or_reset_device()
3572 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_discover_or_reset_device()
Dxhci-dbg.c393 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_dbg_ep_rings()
Dxhci-ring.c360 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
383 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_triad_to_transfer_ring()
464 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_find_new_dequeue_state()
779 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
1016 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_set_deq()
Dxhci-hub.c428 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
Dxhci.h914 #define EP_HAS_STREAMS (1 << 4) macro
Dxhci-mem.c623 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()