Home
last modified time | relevance | path

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

/openbmc/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
863 static XHCIStreamContext *xhci_alloc_stream_contexts(unsigned count, in xhci_alloc_stream_contexts()
866 XHCIStreamContext *stctx; in xhci_alloc_stream_contexts()
869 stctx = g_new0(XHCIStreamContext, count); in xhci_alloc_stream_contexts()
1007 static XHCIStreamContext *xhci_find_stream(XHCIEPContext *epctx, in xhci_find_stream()
1011 XHCIStreamContext *sctx; in xhci_find_stream()
1043 XHCIStreamContext *sctx, uint32_t state) in xhci_set_ep_state()
1392 XHCIStreamContext *sctx; in xhci_set_ep_dequeue()
1576 XHCIStreamContext *sctx; in xhci_stall_ep()
[all …]