Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c307 static void xhci_kick_epctx(XHCIEPContext *epctx, unsigned int streamid);
1078 xhci_kick_epctx(epctx, 0); in xhci_ep_kick_timer()
1857 xhci_kick_epctx(epctx, streamid); in xhci_kick_ep()
1867 static void xhci_kick_epctx(XHCIEPContext *epctx, unsigned int streamid) in xhci_kick_epctx() function
3245 xhci_kick_epctx(xfer->epctx, xfer->streamid); in xhci_complete()