Home
last modified time | relevance | path

Searched refs:streamid (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/usb/
H A Dhcd-xhci.c246 unsigned int streamid; member
306 unsigned int epid, unsigned int streamid);
307 static void xhci_kick_epctx(XHCIEPContext *epctx, unsigned int streamid);
1005 unsigned int streamid, in xhci_find_stream() argument
1012 assert(streamid != 0); in xhci_find_stream()
1014 if (streamid >= epctx->nr_pstreams) { in xhci_find_stream()
1018 sctx = epctx->pstreams + streamid; in xhci_find_stream()
1391 unsigned int epid, unsigned int streamid, in xhci_set_ep_dequeue() argument
1406 trace_usb_xhci_ep_set_dequeue(slotid, epid, streamid, pdequeue); in xhci_set_ep_dequeue()
1425 sctx = xhci_find_stream(epctx, streamid, &err); in xhci_set_ep_dequeue()
[all …]
H A Dtrace-events173 …dequeue(uint32_t slotid, uint32_t epid, uint32_t streamid, uint64_t param) "slotid %d, epid %d, st…
174 usb_xhci_ep_kick(uint32_t slotid, uint32_t epid, uint32_t streamid) "slotid %d, epid %d, streamid %…
178 …t(void *xfer, uint32_t slotid, uint32_t epid, uint32_t streamid) "%p: slotid %d, epid %d, streamid
/qemu/hw/arm/
H A Dtrace-events54 smmuv3_cmdq_cfgi_ste(int streamid) "streamid= 0x%x"