Lines Matching refs:stream_info
490 if (!epriv->stream_info) in xhci_stream_id_show()
494 epriv->stream_id, epriv->stream_info->num_streams - 1); in xhci_stream_id_show()
512 if (!epriv->stream_info) in xhci_stream_id_write()
520 if (stream_id == 0 || stream_id >= epriv->stream_info->num_streams) in xhci_stream_id_write()
524 epriv->show_ring = epriv->stream_info->stream_rings[stream_id]; in xhci_stream_id_write()
544 if (!epriv->stream_info) in xhci_stream_context_array_show()
548 epriv->stream_info->num_streams, in xhci_stream_context_array_show()
549 epriv->stream_info->num_stream_ctxs); in xhci_stream_context_array_show()
551 for (id = 0; id < epriv->stream_info->num_stream_ctxs; id++) { in xhci_stream_context_array_show()
552 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show()
553 dma = epriv->stream_info->ctx_array_dma + id * 16; in xhci_stream_context_array_show()
554 if (id < epriv->stream_info->num_streams) in xhci_stream_context_array_show()
574 !dev->eps[ep_index].stream_info) in xhci_debugfs_create_stream_files()
578 epriv->stream_info = dev->eps[ep_index].stream_info; in xhci_debugfs_create_stream_files()
582 epriv->show_ring = epriv->stream_info->stream_rings[1]; in xhci_debugfs_create_stream_files()