stream_rings      600 drivers/usb/host/xhci-mem.c 	return ep->stream_info->stream_rings[stream_id];
stream_rings      642 drivers/usb/host/xhci-mem.c 	stream_info->stream_rings = kcalloc_node(
stream_rings      645 drivers/usb/host/xhci-mem.c 	if (!stream_info->stream_rings)
stream_rings      671 drivers/usb/host/xhci-mem.c 		stream_info->stream_rings[cur_stream] =
stream_rings      674 drivers/usb/host/xhci-mem.c 		cur_ring = stream_info->stream_rings[cur_stream];
stream_rings      691 drivers/usb/host/xhci-mem.c 			stream_info->stream_rings[cur_stream] = NULL;
stream_rings      706 drivers/usb/host/xhci-mem.c 		cur_ring = stream_info->stream_rings[cur_stream];
stream_rings      709 drivers/usb/host/xhci-mem.c 			stream_info->stream_rings[cur_stream] = NULL;
stream_rings      714 drivers/usb/host/xhci-mem.c 	kfree(stream_info->stream_rings);
stream_rings      773 drivers/usb/host/xhci-mem.c 		cur_ring = stream_info->stream_rings[cur_stream];
stream_rings      776 drivers/usb/host/xhci-mem.c 			stream_info->stream_rings[cur_stream] = NULL;
stream_rings      787 drivers/usb/host/xhci-mem.c 	kfree(stream_info->stream_rings);
stream_rings      430 drivers/usb/host/xhci-ring.c 		if (!list_empty(&stream_info->stream_rings[stream_id]->td_list))
stream_rings      467 drivers/usb/host/xhci-ring.c 		return ep->stream_info->stream_rings[stream_id];
stream_rings      887 drivers/usb/host/xhci-ring.c 			ring = ep->stream_info->stream_rings[stream_id];
stream_rings      842 drivers/usb/host/xhci.h 	struct xhci_ring		**stream_rings;