Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.h35 typedef struct XHCIStreamContext XHCIStreamContext; typedef
H A Dhcd-xhci.c265 struct XHCIStreamContext { struct
290 XHCIStreamContext *pstreams; argument
860 static XHCIStreamContext *xhci_alloc_stream_contexts(unsigned count, in xhci_alloc_stream_contexts()
863 XHCIStreamContext *stctx; in xhci_alloc_stream_contexts()
866 stctx = g_new0(XHCIStreamContext, count); in xhci_alloc_stream_contexts()
1004 static XHCIStreamContext *xhci_find_stream(XHCIEPContext *epctx, in xhci_find_stream()
1008 XHCIStreamContext *sctx; in xhci_find_stream()
1040 XHCIStreamContext *sctx, uint32_t state) in xhci_set_ep_state()
1396 XHCIStreamContext *sctx; in xhci_set_ep_dequeue()
1574 XHCIStreamContext *sctx; in xhci_stall_ep()
[all …]