Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c2884 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2889 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3262 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()
3364 if (!(ep_state & EP_HAS_STREAMS) && in xhci_calculate_no_streams_bitmask()
3527 vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS; in xhci_alloc_streams()
3549 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_alloc_streams()
3640 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_free_streams()
3827 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_discover_or_reset_device()
3832 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_discover_or_reset_device()
H A Dxhci-ring.c465 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
512 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_virt_ep_to_ring()
560 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
626 !(ep->ep_state & EP_HAS_STREAMS)) in xhci_move_dequeue_past_td()
1116 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_stop_ep()
1186 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
1418 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_set_deq()
H A Dxhci-hub.c475 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
H A Dxhci.h946 #define EP_HAS_STREAMS (1 << 4) macro
H A Dxhci-mem.c661 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1068 #define EP_HAS_STREAMS (1 << 4) macro