Lines Matching refs:XHCIStreamContext
265 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()
1876 XHCIStreamContext *stctx = NULL; in xhci_kick_epctx()