Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-ring.c292 if (pep->ep_state & EP_HAS_STREAMS) { in cdnsp_ring_ep_doorbell()
327 if (!(pep->ep_state & EP_HAS_STREAMS)) in cdnsp_get_transfer_ring()
359 if (!(pep->ep_state & EP_HAS_STREAMS) && pep->number) { in cdnsp_ring_doorbell_for_active_rings()
408 if (pep->ep_state & EP_HAS_STREAMS) { in cdnsp_get_hw_deq()
983 if ((pep->ep_state & EP_HAS_STREAMS) && in cdnsp_giveback_first_trb()
1194 if (!(pep->ep_state & EP_HAS_STREAMS)) in cdnsp_handle_tx_nrdy()
H A 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()
H A Dcdnsp-gadget.h841 #define EP_HAS_STREAMS BIT(6) macro
H A Dcdnsp-trace.h54 __entry->enabled = pep->ep_state & EP_HAS_STREAMS;
H A Dcdnsp-gadget.c816 pep->ep_state |= EP_HAS_STREAMS; in cdnsp_alloc_streams()
/linux-6.15/drivers/usb/host/
H A Dxhci.c2949 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_check_bw_drop_ep_streams()
2954 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_check_bw_drop_ep_streams()
3328 if (ep_state & EP_HAS_STREAMS || in xhci_check_streams_endpoint()
3430 if (!(ep_state & EP_HAS_STREAMS) && in xhci_calculate_no_streams_bitmask()
3593 vdev->eps[ep_index].ep_state |= EP_HAS_STREAMS; in xhci_alloc_streams()
3615 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_alloc_streams()
3706 vdev->eps[ep_index].ep_state &= ~EP_HAS_STREAMS; in xhci_free_streams()
3905 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_discover_or_reset_device()
3910 ep->ep_state &= ~EP_HAS_STREAMS; in xhci_discover_or_reset_device()
H A Dxhci-ring.c586 if (!(ep->ep_state & EP_HAS_STREAMS)) { in ring_doorbell_for_active_rings()
633 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_virt_ep_to_ring()
681 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
1230 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_stop_ep()
1334 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
1441 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_set_deq()
1481 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_set_deq()
H A Dxhci.h671 #define EP_HAS_STREAMS (1 << 4) macro
H A Dxhci-hub.c539 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_ring_device()
H A Dxhci-mem.c566 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()