Searched refs:pstreams (Results 1 – 1 of 1) sorted by relevance
290 XHCIStreamContext *pstreams; member879 epctx->pstreams[i].sct = -1; in xhci_reset_streams()885 assert(epctx->pstreams == NULL); in xhci_alloc_streams()887 epctx->pstreams = xhci_alloc_stream_contexts(epctx->nr_pstreams, base); in xhci_alloc_streams()892 assert(epctx->pstreams != NULL); in xhci_free_streams()894 g_free(epctx->pstreams); in xhci_free_streams()895 epctx->pstreams = NULL; in xhci_free_streams()1018 sctx = epctx->pstreams + streamid; in xhci_find_stream()