Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c538 if (pep->ep_state & EP_HAS_STREAMS) in cdnsp_dma_to_transfer_ring()
644 if (!(pep->ep_state & EP_HAS_STREAMS)) in cdnsp_free_stream_info()
660 pep->ep_state &= ~EP_HAS_STREAMS; in cdnsp_free_stream_info()
H A Dcdnsp-gadget.h845 #define EP_HAS_STREAMS BIT(6) macro
H A Dcdnsp-gadget.c841 pep->ep_state |= EP_HAS_STREAMS; in cdnsp_alloc_streams()
/linux/drivers/usb/host/
H A Dxhci-sideband.c160 if (ep->ep_state & EP_HAS_STREAMS) in xhci_sideband_add_endpoint()
H A Dxhci-ring.c587 if (!(ep->ep_state & EP_HAS_STREAMS)) { in xhci_ring_doorbell_for_active_rings()
627 if (!(ep->ep_state & EP_HAS_STREAMS)) in xhci_virt_ep_to_ring()
675 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_get_hw_deq()
1239 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_stop_ep()
1345 if ((ep->ep_state & EP_HAS_STREAMS) || in xhci_kill_endpoint_urbs()
1455 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_set_deq()
1495 if (ep->ep_state & EP_HAS_STREAMS) { in xhci_handle_cmd_set_deq()
H A Dxhci-mem.c594 if (ep->ep_state & EP_HAS_STREAMS) in xhci_dma_to_transfer_ring()