Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci.c1484 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_urb_to_transfer_ring()
2734 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2739 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3026 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()
3128 if (!(ep_state & EP_HAS_STREAMS) && in xhci_calculate_no_streams_bitmask()
3289 vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS; in xhci_alloc_streams()
3307 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_alloc_streams()
3398 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_free_streams()
3577 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_discover_or_reset_device()
3582 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_discover_or_reset_device()
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-dbg.c376 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_dbg_ep_rings()
Dxhci-hub.c327 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
Dxhci.h866 #define EP_HAS_STREAMS (1 << 4) macro
Dxhci-mem.c623 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()