Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c313 static USBEndpoint *xhci_epid_to_usbep(XHCIEPContext *epctx);
923 ep = xhci_epid_to_usbep(epctx); in xhci_epmask_to_eps_with_streams()
1256 ep = xhci_epid_to_usbep(epctx); in xhci_ep_nuke_xfers()
1608 ep = xhci_epid_to_usbep(xfer->epctx); in xhci_setup_packet()
2028 ep = xhci_epid_to_usbep(epctx); in xhci_kick_epctx()
3295 static USBEndpoint *xhci_epid_to_usbep(XHCIEPContext *epctx) in xhci_epid_to_usbep() function