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
855 static XHCIStreamContext *xhci_alloc_stream_contexts(unsigned count, in xhci_alloc_stream_contexts()
858 XHCIStreamContext *stctx; in xhci_alloc_stream_contexts()
861 stctx = g_new0(XHCIStreamContext, count); in xhci_alloc_stream_contexts()
999 static XHCIStreamContext *xhci_find_stream(XHCIEPContext *epctx, in xhci_find_stream()
1003 XHCIStreamContext *sctx; in xhci_find_stream()
1035 XHCIStreamContext *sctx, uint32_t state) in xhci_set_ep_state()
1384 XHCIStreamContext *sctx; in xhci_set_ep_dequeue()
1568 XHCIStreamContext *sctx; in xhci_stall_ep()
[all …]