Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h36 typedef struct XHCIEPContext XHCIEPContext; typedef
139 XHCIEPContext *eps[31];
H A Dhcd-xhci.c238 XHCIEPContext *epctx;
271 struct XHCIEPContext { struct
307 static void xhci_kick_epctx(XHCIEPContext *epctx, unsigned int streamid); argument
313 static USBEndpoint *xhci_epid_to_usbep(XHCIEPContext *epctx);
869 static void xhci_reset_streams(XHCIEPContext *epctx) in xhci_reset_streams()
878 static void xhci_alloc_streams(XHCIEPContext *epctx, dma_addr_t base) in xhci_alloc_streams()
885 static void xhci_free_streams(XHCIEPContext *epctx) in xhci_free_streams()
897 XHCIEPContext **epctxs, in xhci_epmask_to_eps_with_streams()
901 XHCIEPContext *epctx; in xhci_epmask_to_eps_with_streams()
943 XHCIEPContext *epctxs[30]; in xhci_alloc_device_streams()
[all …]