Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-ring.c292 if (pep->ep_state & EP_HAS_STREAMS) { in cdnsp_ring_ep_doorbell()
326 if (!(pep->ep_state & EP_HAS_STREAMS)) in cdnsp_get_transfer_ring()
358 if (!(pep->ep_state & EP_HAS_STREAMS) && pep->number) { in cdnsp_ring_doorbell_for_active_rings()
407 if (pep->ep_state & EP_HAS_STREAMS) { in cdnsp_get_hw_deq()
980 if ((pep->ep_state & EP_HAS_STREAMS) && in cdnsp_giveback_first_trb()
1191 if (!(pep->ep_state & EP_HAS_STREAMS)) in cdnsp_handle_tx_nrdy()
Dcdnsp-mem.c545 if (pep->ep_state & EP_HAS_STREAMS) in cdnsp_dma_to_transfer_ring()
649 if (!(pep->ep_state & EP_HAS_STREAMS)) in cdnsp_free_stream_info()
665 pep->ep_state &= ~EP_HAS_STREAMS; in cdnsp_free_stream_info()
Dcdnsp-gadget.h837 #define EP_HAS_STREAMS BIT(6) macro
Dcdnsp-trace.h54 __entry->enabled = pep->ep_state & EP_HAS_STREAMS;
Dcdnsp-gadget.c799 pep->ep_state |= EP_HAS_STREAMS; in cdnsp_alloc_streams()
/linux-5.19.10/drivers/usb/host/
Dxhci.c3013 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
3018 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3371 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()
3473 if (!(ep_state & EP_HAS_STREAMS) && in xhci_calculate_no_streams_bitmask()
3636 vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS; in xhci_alloc_streams()
3658 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_alloc_streams()
3749 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_free_streams()
3929 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_discover_or_reset_device()
3934 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_discover_or_reset_device()
Dxhci-ring.c463 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
510 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_virt_ep_to_ring()
558 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
624 !(ep->ep_state & EP_HAS_STREAMS)) in xhci_move_dequeue_past_td()
1104 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_stop_ep()
1174 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
1361 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_set_deq()
Dxhci-hub.c556 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
Dxhci.h942 #define EP_HAS_STREAMS (1 << 4) macro
Dxhci-mem.c588 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()