Lines Matching refs:stream_info
472 if (!epriv->stream_info) in xhci_stream_id_show()
476 epriv->stream_id, epriv->stream_info->num_streams - 1); in xhci_stream_id_show()
494 if (!epriv->stream_info) in xhci_stream_id_write()
502 if (stream_id == 0 || stream_id >= epriv->stream_info->num_streams) in xhci_stream_id_write()
506 epriv->show_ring = epriv->stream_info->stream_rings[stream_id]; in xhci_stream_id_write()
526 if (!epriv->stream_info) in xhci_stream_context_array_show()
530 epriv->stream_info->num_streams, in xhci_stream_context_array_show()
531 epriv->stream_info->num_stream_ctxs); in xhci_stream_context_array_show()
533 for (id = 0; id < epriv->stream_info->num_stream_ctxs; id++) { in xhci_stream_context_array_show()
534 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show()
535 dma = epriv->stream_info->ctx_array_dma + id * 16; in xhci_stream_context_array_show()
536 if (id < epriv->stream_info->num_streams) in xhci_stream_context_array_show()
556 !dev->eps[ep_index].stream_info) in xhci_debugfs_create_stream_files()
560 epriv->stream_info = dev->eps[ep_index].stream_info; in xhci_debugfs_create_stream_files()
564 epriv->show_ring = epriv->stream_info->stream_rings[1]; in xhci_debugfs_create_stream_files()