stream_id          18 arch/powerpc/platforms/pseries/suspend.c static u64 stream_id;
stream_id          38 arch/powerpc/platforms/pseries/suspend.c 	rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id);
stream_id         144 arch/powerpc/platforms/pseries/suspend.c 	stream_id = simple_strtoul(buf, NULL, 16);
stream_id         173 arch/powerpc/platforms/pseries/suspend.c 	stream_id = 0;
stream_id         158 drivers/crypto/cavium/zip/zip_main.c 		que_sbuf_ctl.s.stream_id = 0;
stream_id        1262 drivers/crypto/cavium/zip/zip_regs.h 		u64 stream_id                   : 8;
stream_id        1268 drivers/crypto/cavium/zip/zip_regs.h 		u64 stream_id                   : 8;
stream_id         128 drivers/gpu/drm/amd/display/dc/core/dc_stream.c 	stream->stream_id = stream->ctx->dc_stream_id_count;
stream_id         194 drivers/gpu/drm/amd/display/dc/core/dc_stream.c 	new_stream->stream_id = new_stream->ctx->dc_stream_id_count;
stream_id         213 drivers/gpu/drm/amd/display/dc/dc_stream.h 	uint32_t stream_id;
stream_id         737 drivers/gpu/drm/bridge/sil-sii8620.c 	d->desc[0].stream_id = 0;
stream_id        1338 drivers/gpu/drm/i915/display/intel_hdcp.c 	msgs.stream_manage.streams[0].stream_id = 0;
stream_id        1772 drivers/gpu/drm/i915/display/intel_hdcp.c 	data->streams[0].stream_id = 0;
stream_id        1131 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h int vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id);
stream_id          81 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 			      uint32_t stream_id)
stream_id          85 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	cmd->flush.streamId = stream_id;
stream_id         137 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	cmds->header.streamId = arg->stream_id;
stream_id         170 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	fill_flush(flush, arg->stream_id);
stream_id         184 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 				 uint32_t stream_id,
stream_id         209 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	cmds->body.header.streamId = stream_id;
stream_id         212 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	fill_flush(&cmds->flush, stream_id);
stream_id         251 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 			    uint32_t stream_id, bool pause,
stream_id         255 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	struct vmw_stream *stream = &overlay->stream[stream_id];
stream_id         264 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 		ret = vmw_overlay_send_stop(dev_priv, stream_id,
stream_id         303 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	struct vmw_stream *stream = &overlay->stream[arg->stream_id];
stream_id         313 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 		ret = vmw_overlay_stop(dev_priv, arg->stream_id,
stream_id         474 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	ret = vmw_user_stream_lookup(dev_priv, tfile, &arg->stream_id, &res);
stream_id         481 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 		ret = vmw_overlay_stop(dev_priv, arg->stream_id, false, true);
stream_id         552 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c int vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id)
stream_id         556 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	BUG_ON(stream_id >= VMW_MAX_NUM_STREAMS);
stream_id         563 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	WARN_ON(!overlay->stream[stream_id].claimed);
stream_id         564 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	vmw_overlay_stop(dev_priv, stream_id, false, false);
stream_id         565 drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 	overlay->stream[stream_id].claimed = false;
stream_id          38 drivers/gpu/drm/vmwgfx/vmwgfx_va.c 	u32 stream_id;
stream_id          62 drivers/gpu/drm/vmwgfx/vmwgfx_va.c 	ret = vmw_overlay_unref(dev_priv, stream->stream_id);
stream_id          70 drivers/gpu/drm/vmwgfx/vmwgfx_va.c 	return vmw_overlay_claim(res->dev_priv, &stream->stream_id);
stream_id          77 drivers/gpu/drm/vmwgfx/vmwgfx_va.c 	arg->stream_id = handle;
stream_id         120 drivers/gpu/drm/vmwgfx/vmwgfx_va.c 					 arg->stream_id, TTM_REF_USAGE);
stream_id         164 drivers/gpu/drm/vmwgfx/vmwgfx_va.c 	*inout_id = stream->stream_id;
stream_id        1033 drivers/media/dvb-core/dvb_frontend.c 	c->stream_id = NO_STREAM_ID_FILTER;
stream_id        1468 drivers/media/dvb-core/dvb_frontend.c 		tvp->u.data = c->stream_id;
stream_id        1956 drivers/media/dvb-core/dvb_frontend.c 		c->stream_id = data;
stream_id          63 drivers/media/dvb-frontends/cxd2820r_t2.c 		c->bandwidth_hz, c->inversion, c->stream_id);
stream_id         118 drivers/media/dvb-frontends/cxd2820r_t2.c 	if (c->stream_id > 255) {
stream_id         125 drivers/media/dvb-frontends/cxd2820r_t2.c 		ret = regmap_write(priv->regmap[0], 0x23af, c->stream_id & 0xff);
stream_id        3405 drivers/media/dvb-frontends/cxd2841er.c 			(int)(p->stream_id > 255), p->stream_id);
stream_id        1104 drivers/media/dvb-frontends/cxd2880/cxd2880_top.c 		priv->dvbt2_tune_param.data_plp_id = (u16)c->stream_id;
stream_id         254 drivers/media/dvb-frontends/mn88443x.c 	regmap_write(r_s, ATSIDU_S, c->stream_id >> 8);
stream_id         255 drivers/media/dvb-frontends/mn88443x.c 	regmap_write(r_s, ATSIDL_S, c->stream_id);
stream_id         214 drivers/media/dvb-frontends/mn88472.c 		c->bandwidth_hz, c->symbol_rate, c->inversion, c->stream_id);
stream_id         372 drivers/media/dvb-frontends/mn88472.c 				(c->stream_id == NO_STREAM_ID_FILTER) ? 0 :
stream_id         373 drivers/media/dvb-frontends/mn88472.c 				c->stream_id );
stream_id          31 drivers/media/dvb-frontends/mn88473.c 		c->bandwidth_hz, c->symbol_rate, c->inversion, c->stream_id);
stream_id         220 drivers/media/dvb-frontends/mn88473.c 				(c->stream_id == NO_STREAM_ID_FILTER) ? 0 :
stream_id         221 drivers/media/dvb-frontends/mn88473.c 				c->stream_id );
stream_id         243 drivers/media/dvb-frontends/si2168.c 			c->stream_id);
stream_id         311 drivers/media/dvb-frontends/si2168.c 		cmd.args[1] = c->stream_id & 0xff;
stream_id         312 drivers/media/dvb-frontends/si2168.c 		cmd.args[2] = c->stream_id == NO_STREAM_ID_FILTER ? 0 : 1;
stream_id        1582 drivers/media/dvb-frontends/stv0900_core.c 	stv0900_set_mis(intp, demod, c->stream_id);
stream_id        3499 drivers/media/dvb-frontends/stv090x.c 	stv090x_set_mis(state, props->stream_id);
stream_id         919 drivers/media/dvb-frontends/stv0910.c 	set_isi(state, p->stream_id);
stream_id         105 drivers/media/dvb-frontends/tc90522.c 	set_tsid[0].val = (fe->dtv_property_cache.stream_id & 0xff00) >> 8;
stream_id         106 drivers/media/dvb-frontends/tc90522.c 	set_tsid[1].val = fe->dtv_property_cache.stream_id & 0xff;
stream_id         214 drivers/media/dvb-frontends/tc90522.c 		c->stream_id = val[0] << 8 | val[1];
stream_id         284 drivers/media/pci/ddbridge/ddbridge-sx8.c 	if (p->stream_id != NO_STREAM_ID_FILTER && p->stream_id != 0x80000000)
stream_id         297 drivers/media/pci/ddbridge/ddbridge-sx8.c 		(p->stream_id != NO_STREAM_ID_FILTER) ? p->stream_id : 0;
stream_id         301 drivers/media/pci/ddbridge/ddbridge-sx8.c 	if (p->stream_id == 0x80000000)
stream_id         368 drivers/media/pci/ddbridge/ddbridge-sx8.c 	isi = p->stream_id;
stream_id         314 drivers/media/platform/qcom/venus/hfi_cmds.c 		pkt->stream_id = 0;
stream_id         316 drivers/media/platform/qcom/venus/hfi_cmds.c 		pkt->stream_id = 1;
stream_id         194 drivers/media/platform/qcom/venus/hfi_cmds.h 	u32 stream_id;
stream_id         489 drivers/media/platform/qcom/venus/hfi_msgs.c 		if (pkt->stream_id == 0)
stream_id         491 drivers/media/platform/qcom/venus/hfi_msgs.c 		else if (pkt->stream_id == 1)
stream_id         183 drivers/media/platform/qcom/venus/hfi_msgs.h 	u32 stream_id;
stream_id         163 drivers/media/usb/ttusb-dec/ttusb_dec.c 	u8			stream_id;
stream_id         573 drivers/media/usb/ttusb-dec/ttusb_dec.c 		if (finfo->stream_id == sid) {
stream_id        1069 drivers/media/usb/ttusb-dec/ttusb_dec.c 			finfo->stream_id = c[1];
stream_id        1138 drivers/media/usb/ttusb-dec/ttusb_dec.c 	b0[1] = finfo->stream_id;
stream_id         848 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h 	__le16 stream_id;
stream_id        6534 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 			    int stream_id, bool enable)
stream_id        6543 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	req->stream_id = cpu_to_le16(stream_id);
stream_id         221 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h 	__le16 stream_id;
stream_id        1142 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 			      int stream_id, bool enable)
stream_id        1153 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c 	req->stream_id = cpu_to_le16(stream_id);
stream_id         450 drivers/staging/media/allegro-dvt/allegro-core.c 	u64 stream_id;
stream_id         489 drivers/staging/media/allegro-dvt/allegro-core.c 	u64 stream_id;		/* see mcu_msg_put_stream_buffer */
stream_id        1117 drivers/staging/media/allegro-dvt/allegro-core.c 	msg.stream_id = 0; /* copied to mcu_msg_encode_frame_response */
stream_id        1514 drivers/usb/core/devio.c 	unsigned int stream_id = 0;
stream_id        1611 drivers/usb/core/devio.c 			stream_id = uurb->stream_id;
stream_id        1783 drivers/usb/core/devio.c 	as->urb->stream_id = stream_id;
stream_id         912 drivers/usb/dwc3/gadget.c 		unsigned stream_id, unsigned short_not_ok, unsigned no_interrupt)
stream_id        1007 drivers/usb/dwc3/gadget.c 		trb->ctrl |= DWC3_TRB_CTRL_SID_SOFN(stream_id);
stream_id        1029 drivers/usb/dwc3/gadget.c 	unsigned		stream_id = req->request.stream_id;
stream_id        1052 drivers/usb/dwc3/gadget.c 			stream_id, short_not_ok, no_interrupt);
stream_id        1095 drivers/usb/dwc3/gadget.c 					req->request.stream_id,
stream_id        1139 drivers/usb/dwc3/gadget.c 				false, 1, req->request.stream_id,
stream_id        1156 drivers/usb/dwc3/gadget.c 				false, 1, req->request.stream_id,
stream_id        1248 drivers/usb/dwc3/gadget.c 			cmd |= DWC3_DEPCMD_PARAM(req->request.stream_id);
stream_id         793 drivers/usb/gadget/function/f_tcm.c 		s->req_in->stream_id = i + 1;
stream_id         794 drivers/usb/gadget/function/f_tcm.c 		s->req_out->stream_id = i + 1;
stream_id         795 drivers/usb/gadget/function/f_tcm.c 		s->req_status->stream_id = i + 1;
stream_id        1221 drivers/usb/gadget/udc/dummy_hcd.c 	if (!urb->stream_id) {
stream_id        1231 drivers/usb/gadget/udc/dummy_hcd.c 	if (urb->stream_id > max_streams) {
stream_id        1233 drivers/usb/gadget/udc/dummy_hcd.c 				urb->stream_id);
stream_id        1395 drivers/usb/gadget/udc/dummy_hcd.c 			if ((urb->stream_id != req->req.stream_id))
stream_id         222 drivers/usb/gadget/udc/trace.h 		__field(unsigned, stream_id)
stream_id         236 drivers/usb/gadget/udc/trace.h 		__entry->stream_id = req->stream_id;
stream_id         246 drivers/usb/gadget/udc/trace.h 		__entry->num_mapped_sgs, __entry->num_sgs, __entry->stream_id,
stream_id         589 drivers/usb/host/xhci-mem.c 		unsigned int stream_id)
stream_id         593 drivers/usb/host/xhci-mem.c 	if (stream_id == 0)
stream_id         598 drivers/usb/host/xhci-mem.c 	if (stream_id >= ep->stream_info->num_streams)
stream_id         600 drivers/usb/host/xhci-mem.c 	return ep->stream_info->stream_rings[stream_id];
stream_id         677 drivers/usb/host/xhci-mem.c 		cur_ring->stream_id = cur_stream;
stream_id         389 drivers/usb/host/xhci-ring.c 		unsigned int stream_id)
stream_id         404 drivers/usb/host/xhci-ring.c 	writel(DB_VALUE(ep_index, stream_id), db_addr);
stream_id         415 drivers/usb/host/xhci-ring.c 	unsigned int stream_id;
stream_id         427 drivers/usb/host/xhci-ring.c 	for (stream_id = 1; stream_id < ep->stream_info->num_streams;
stream_id         428 drivers/usb/host/xhci-ring.c 			stream_id++) {
stream_id         430 drivers/usb/host/xhci-ring.c 		if (!list_empty(&stream_info->stream_rings[stream_id]->td_list))
stream_id         432 drivers/usb/host/xhci-ring.c 						stream_id);
stream_id         449 drivers/usb/host/xhci-ring.c 		unsigned int stream_id)
stream_id         458 drivers/usb/host/xhci-ring.c 	if (stream_id == 0) {
stream_id         466 drivers/usb/host/xhci-ring.c 	if (stream_id < ep->stream_info->num_streams)
stream_id         467 drivers/usb/host/xhci-ring.c 		return ep->stream_info->stream_rings[stream_id];
stream_id         475 drivers/usb/host/xhci-ring.c 			stream_id);
stream_id         487 drivers/usb/host/xhci-ring.c 			   unsigned int ep_index, unsigned int stream_id)
stream_id         496 drivers/usb/host/xhci-ring.c 		st_ctx = &ep->stream_info->stream_ctx_array[stream_id];
stream_id         523 drivers/usb/host/xhci-ring.c 		unsigned int stream_id, struct xhci_td *cur_td,
stream_id         537 drivers/usb/host/xhci-ring.c 			ep_index, stream_id);
stream_id         541 drivers/usb/host/xhci-ring.c 				stream_id);
stream_id         565 drivers/usb/host/xhci-ring.c 	hw_dequeue = xhci_get_hw_deq(xhci, dev, ep_index, stream_id);
stream_id         569 drivers/usb/host/xhci-ring.c 	state->stream_id = stream_id;
stream_id         781 drivers/usb/host/xhci-ring.c 					cur_td->urb->stream_id);
stream_id         789 drivers/usb/host/xhci-ring.c 					 cur_td->urb->stream_id);
stream_id         795 drivers/usb/host/xhci-ring.c 						    cur_td->urb->stream_id,
stream_id         883 drivers/usb/host/xhci-ring.c 		int stream_id;
stream_id         885 drivers/usb/host/xhci-ring.c 		for (stream_id = 1; stream_id < ep->stream_info->num_streams;
stream_id         886 drivers/usb/host/xhci-ring.c 				stream_id++) {
stream_id         887 drivers/usb/host/xhci-ring.c 			ring = ep->stream_info->stream_rings[stream_id];
stream_id         893 drivers/usb/host/xhci-ring.c 					slot_id, ep_index, stream_id);
stream_id        1057 drivers/usb/host/xhci-ring.c 	unsigned int stream_id;
stream_id        1065 drivers/usb/host/xhci-ring.c 	stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2]));
stream_id        1069 drivers/usb/host/xhci-ring.c 	ep_ring = xhci_stream_id_to_ring(dev, ep_index, stream_id);
stream_id        1072 drivers/usb/host/xhci-ring.c 				stream_id);
stream_id        1119 drivers/usb/host/xhci-ring.c 				&ep->stream_info->stream_ctx_array[stream_id];
stream_id        1846 drivers/usb/host/xhci-ring.c 		unsigned int stream_id, struct xhci_td *td,
stream_id        1869 drivers/usb/host/xhci-ring.c 		xhci_cleanup_stalled_ring(xhci, slot_id, ep_index, stream_id,
stream_id        2004 drivers/usb/host/xhci-ring.c 					ep_ring->stream_id, td, EP_HARD_RESET);
stream_id        2302 drivers/usb/host/xhci-ring.c 					ep_ring->stream_id, td, EP_SOFT_RESET);
stream_id        2560 drivers/usb/host/xhci-ring.c 							     ep_ring->stream_id,
stream_id        2655 drivers/usb/host/xhci-ring.c 							     ep_ring->stream_id,
stream_id        3013 drivers/usb/host/xhci-ring.c 		unsigned int stream_id,
stream_id        3025 drivers/usb/host/xhci-ring.c 	ep_ring = xhci_stream_id_to_ring(xdev, ep_index, stream_id);
stream_id        3028 drivers/usb/host/xhci-ring.c 				stream_id);
stream_id        3117 drivers/usb/host/xhci-ring.c 		unsigned int ep_index, unsigned int stream_id, int start_cycle,
stream_id        3129 drivers/usb/host/xhci-ring.c 	xhci_ring_ep_doorbell(xhci, slot_id, ep_index, stream_id);
stream_id        3328 drivers/usb/host/xhci-ring.c 			ep_index, urb->stream_id,
stream_id        3437 drivers/usb/host/xhci-ring.c 				       ep_index, urb->stream_id,
stream_id        3445 drivers/usb/host/xhci-ring.c 	giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id,
stream_id        3485 drivers/usb/host/xhci-ring.c 			ep_index, urb->stream_id,
stream_id        3783 drivers/usb/host/xhci-ring.c 				urb->stream_id, trbs_per_td, urb, i, mem_flags);
stream_id        3889 drivers/usb/host/xhci-ring.c 	giveback_first_trb(xhci, slot_id, ep_index, urb->stream_id,
stream_id        4127 drivers/usb/host/xhci-ring.c 	u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id);
stream_id        4165 drivers/usb/host/xhci-ring.c 	if (deq_state->stream_id)
stream_id         278 drivers/usb/host/xhci-trace.h 		__entry->stream = urb->stream_id;
stream_id         465 drivers/usb/host/xhci-trace.h 		__field(unsigned int, stream_id)
stream_id         474 drivers/usb/host/xhci-trace.h 		__entry->stream_id = ring->stream_id;
stream_id         488 drivers/usb/host/xhci-trace.h 			__entry->stream_id,
stream_id        3035 drivers/usb/host/xhci.c 			       unsigned int ep_index, unsigned int stream_id,
stream_id        3045 drivers/usb/host/xhci.c 	xhci_find_new_dequeue_state(xhci, slot_id, ep_index, stream_id, td,
stream_id        1559 drivers/usb/host/xhci.h 	unsigned int stream_id;
stream_id        1609 drivers/usb/host/xhci.h 	unsigned int		stream_id;
stream_id        2040 drivers/usb/host/xhci.h 		unsigned int stream_id);
stream_id        2114 drivers/usb/host/xhci.h 		unsigned int stream_id, struct xhci_td *cur_td,
stream_id        2120 drivers/usb/host/xhci.h 			       unsigned int ep_index, unsigned int stream_id,
stream_id        2126 drivers/usb/host/xhci.h 		unsigned int ep_index, unsigned int stream_id);
stream_id        2169 drivers/usb/host/xhci.h 		unsigned int stream_id);
stream_id        2176 drivers/usb/host/xhci.h 					urb->stream_id);
stream_id         460 drivers/usb/storage/uas.c 		urb->stream_id = cmdinfo->uas_tag;
stream_id         485 drivers/usb/storage/uas.c 		urb->stream_id = cmdinfo->uas_tag;
stream_id         328 include/drm/bridge/mhl.h 		u8 stream_id;
stream_id         131 include/drm/drm_hdcp.h 	u8	stream_id;
stream_id         610 include/linux/mlx5/mlx5_ifc_fpga.h 	u8         stream_id[0x20];
stream_id         957 include/linux/perf_event.h 	u64				stream_id;
stream_id        1566 include/linux/usb.h 	unsigned int stream_id;		/* (in) stream ID */
stream_id         106 include/linux/usb/gadget.h 	unsigned		stream_id:16;
stream_id         624 include/media/dvb_frontend.h 	u32			stream_id;
stream_id         185 include/sound/sof/dai-intel.h 	uint32_t stream_id;
stream_id         191 include/trace/events/hswadsp.h 		__field(	int,	stream_id	)
stream_id         201 include/trace/events/hswadsp.h 		__entry->stream_id = stream->reply.stream_hw_id;
stream_id         210 include/trace/events/hswadsp.h 		(int) __entry->id, (int) __entry->stream_id, (int)__entry->mixer_id,
stream_id         314 include/trace/events/hswadsp.h 		__field(	int,	stream_id	)
stream_id         319 include/trace/events/hswadsp.h 		__entry->stream_id = req->stream_id;
stream_id         323 include/trace/events/hswadsp.h 		(int) __entry->id, (int) __entry->stream_id)
stream_id         479 include/uapi/drm/vmwgfx_drm.h 	__u32 stream_id;
stream_id         544 include/uapi/drm/vmwgfx_drm.h 	__u32 stream_id;
stream_id         887 include/uapi/linux/sctp.h 	uint16_t stream_id;
stream_id         128 include/uapi/linux/usbdevice_fs.h 		unsigned int stream_id;	/* Only used with bulk streams */
stream_id        1794 kernel/events/core.c 		size += sizeof(data->stream_id);
stream_id        6212 kernel/events/core.c 		data->stream_id = event->id;
stream_id        6243 kernel/events/core.c 		perf_output_put(handle, data->stream_id);
stream_id        6387 kernel/events/core.c 		perf_output_put(handle, data->stream_id);
stream_id        7868 kernel/events/core.c 		u64				stream_id;
stream_id        7877 kernel/events/core.c 		.stream_id	= event->id,
stream_id        4358 net/sctp/socket.c 		retval = sctp_sched_set_value(asoc, params.stream_id,
stream_id        4366 net/sctp/socket.c 		int ret = sctp_sched_set_value(asoc, params.stream_id,
stream_id        7688 net/sctp/socket.c 	retval = sctp_sched_get_value(asoc, params.stream_id,
stream_id        2991 sound/pci/hda/patch_ca0132.c 	unsigned char stream_id = 0;
stream_id        3050 sound/pci/hda/patch_ca0132.c 	stream_id = dma_get_stream_id(dma_engine);
stream_id        3052 sound/pci/hda/patch_ca0132.c 			WIDGET_CHIP_CTRL, stream_id, 0, &response);
stream_id         389 sound/soc/intel/atom/sst-mfld-dsp.h 	u32 stream_id;
stream_id         439 sound/soc/intel/atom/sst-mfld-dsp.h 	u32	stream_id;
stream_id         459 sound/soc/intel/atom/sst-mfld-dsp.h 	u32	stream_id;
stream_id         200 sound/soc/intel/atom/sst-mfld-platform-pcm.c 		str_params->stream_id = index;
stream_id         213 sound/soc/intel/atom/sst-mfld-platform-pcm.c 		str_params->stream_id = index;
stream_id         246 sound/soc/intel/atom/sst-mfld-platform-pcm.c 	stream->stream_info.str_id = str_params.stream_id;
stream_id          81 sound/soc/intel/atom/sst-mfld-platform.h 	u32 stream_id;
stream_id          39 sound/soc/intel/atom/sst/sst_stream.c 	str_id = str_params->stream_id;
stream_id         199 sound/soc/intel/baytrail/sst-baytrail-ipc.c 						 int stream_id)
stream_id         204 sound/soc/intel/baytrail/sst-baytrail-ipc.c 		if (stream->str_id == stream_id)
stream_id         215 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	u8 stream_id = sst_byt_header_str_id(header);
stream_id         218 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	stream = sst_byt_get_stream(byt, stream_id);
stream_id         273 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	u8 msg_id, stream_id;
stream_id         280 sound/soc/intel/baytrail/sst-baytrail-ipc.c 		stream_id = sst_byt_header_str_id(header);
stream_id         281 sound/soc/intel/baytrail/sst-baytrail-ipc.c 		stream = sst_byt_get_stream(byt, stream_id);
stream_id         463 sound/soc/intel/baytrail/sst-baytrail-ipc.c 				     int stream_id, int wait)
stream_id         467 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	request.header = sst_byt_header(type, 0, false, stream_id);
stream_id         412 sound/soc/intel/haswell/sst-haswell-ipc.c 	int stream_id)
stream_id         417 sound/soc/intel/haswell/sst-haswell-ipc.c 		if (stream->reply.stream_hw_id == stream_id)
stream_id         515 sound/soc/intel/haswell/sst-haswell-ipc.c 	u32 stream_id = msg_get_stream_id(header);
stream_id         518 sound/soc/intel/haswell/sst-haswell-ipc.c 	stream = get_stream_by_id(hsw, stream_id);
stream_id         656 sound/soc/intel/haswell/sst-haswell-ipc.c 	u32 stream_msg, stream_id;
stream_id         661 sound/soc/intel/haswell/sst-haswell-ipc.c 	stream_id = msg_get_stream_id(header);
stream_id         663 sound/soc/intel/haswell/sst-haswell-ipc.c 	stream = get_stream_by_id(hsw, stream_id);
stream_id        1007 sound/soc/intel/haswell/sst-haswell-ipc.c 	stream->free_req.stream_id = stream->reply.stream_hw_id;
stream_id        1015 sound/soc/intel/haswell/sst-haswell-ipc.c 			stream->free_req.stream_id);
stream_id        1267 sound/soc/intel/haswell/sst-haswell-ipc.c 	int stream_id, int wait)
stream_id        1272 sound/soc/intel/haswell/sst-haswell-ipc.c 	request.header |= IPC_STR_TYPE(type) | (stream_id << IPC_STR_ID_SHIFT);
stream_id         309 sound/soc/intel/haswell/sst-haswell-ipc.h 	u8 stream_id;
stream_id         335 sound/soc/qcom/qdsp6/q6asm-dai.c 	int stream_id;
stream_id         337 sound/soc/qcom/qdsp6/q6asm-dai.c 	stream_id = cpu_dai->driver->id;
stream_id         351 sound/soc/qcom/qdsp6/q6asm-dai.c 				(q6asm_cb)event_handler, prtd, stream_id,
stream_id         556 sound/soc/qcom/qdsp6/q6asm-dai.c 	int stream_id, size, ret;
stream_id         558 sound/soc/qcom/qdsp6/q6asm-dai.c 	stream_id = cpu_dai->driver->id;
stream_id         572 sound/soc/qcom/qdsp6/q6asm-dai.c 					prtd, stream_id, LEGACY_PCM_MODE);
stream_id         196 sound/soc/qcom/qdsp6/q6asm.c 	int stream_id;
stream_id         203 sound/soc/qcom/qdsp6/q6asm.c 				 uint32_t stream_id)
stream_id         206 sound/soc/qcom/qdsp6/q6asm.c 	hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id);
stream_id         207 sound/soc/qcom/qdsp6/q6asm.c 	hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id);
stream_id         761 sound/soc/qcom/qdsp6/q6asm.c 					      void *priv, int stream_id,
stream_id         768 sound/soc/qcom/qdsp6/q6asm.c 	ac = q6asm_get_audio_client(a, stream_id + 1);
stream_id         779 sound/soc/qcom/qdsp6/q6asm.c 	a->session[stream_id + 1] = ac;
stream_id         781 sound/soc/qcom/qdsp6/q6asm.c 	ac->session = stream_id + 1;
stream_id         789 sound/soc/qcom/qdsp6/q6asm.c 	ac->stream_id = 1;
stream_id         861 sound/soc/qcom/qdsp6/q6asm.c 	q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, ac->stream_id);
stream_id         913 sound/soc/qcom/qdsp6/q6asm.c 	q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, ac->stream_id);
stream_id         995 sound/soc/qcom/qdsp6/q6asm.c 	q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, ac->stream_id);
stream_id        1051 sound/soc/qcom/qdsp6/q6asm.c 	q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, ac->stream_id);
stream_id        1106 sound/soc/qcom/qdsp6/q6asm.c 	q6asm_add_hdr(ac, &pkt->hdr, pkt_size, false, ac->stream_id);
stream_id        1150 sound/soc/qcom/qdsp6/q6asm.c 	q6asm_add_hdr(ac, &pkt->hdr,  pkt_size, true, ac->stream_id);
stream_id        1226 sound/soc/qcom/qdsp6/q6asm.c 	q6asm_add_hdr(ac, &pkt->hdr, pkt_size, false, ac->stream_id);
stream_id        1275 sound/soc/qcom/qdsp6/q6asm.c 	int stream_id = ac->stream_id;
stream_id        1279 sound/soc/qcom/qdsp6/q6asm.c 	q6asm_add_hdr(ac, &pkt.hdr, APR_HDR_SIZE, true, stream_id);
stream_id         309 sound/soc/qcom/qdsp6/q6routing.c 			   int stream_id, int stream_type)
stream_id         322 sound/soc/qcom/qdsp6/q6routing.c 	session = &routing_data->sessions[stream_id - 1];
stream_id         357 sound/soc/qcom/qdsp6/q6routing.c 		payload.session_id = stream_id;
stream_id           6 sound/soc/qcom/qdsp6/q6routing.h 			   int stream_id, int stream_type);
stream_id         327 sound/soc/sprd/sprd-pcm-compress.c 	int stream_id = cstream->direction, ret;
stream_id         376 sound/soc/sprd/sprd-pcm-compress.c 	ret = stream->compr_ops->open(stream_id, &cb);
stream_id         403 sound/soc/sprd/sprd-pcm-compress.c 	int stream_id = cstream->direction, i;
stream_id         417 sound/soc/sprd/sprd-pcm-compress.c 	stream->compr_ops->close(stream_id);
stream_id         433 sound/soc/sprd/sprd-pcm-compress.c 	int stream_id = cstream->direction;
stream_id         464 sound/soc/sprd/sprd-pcm-compress.c 		ret = stream->compr_ops->start(stream_id);
stream_id         481 sound/soc/sprd/sprd-pcm-compress.c 		ret = stream->compr_ops->stop(stream_id);
stream_id         493 sound/soc/sprd/sprd-pcm-compress.c 		ret = stream->compr_ops->pause(stream_id);
stream_id         505 sound/soc/sprd/sprd-pcm-compress.c 		ret = stream->compr_ops->pause_release(stream_id);
stream_id         128 tools/include/uapi/linux/usbdevice_fs.h 		unsigned int stream_id;	/* Only used with bulk streams */
stream_id          82 tools/perf/lib/include/perf/event.h 	__u64			 stream_id;
stream_id          60 tools/perf/tests/sample-parsing.c 		COMP(stream_id);
stream_id         192 tools/perf/tests/sample-parsing.c 		.stream_id	= 107,
stream_id        1129 tools/perf/util/cs-etm.c 	sample.stream_id = etmq->etm->instructions_id;
stream_id        1190 tools/perf/util/cs-etm.c 	sample.stream_id = etmq->etm->branches_id;
stream_id         629 tools/perf/util/data-convert-bt.c 		ret = value_set_u64(cw, event, "perf_stream_id", sample->stream_id);
stream_id         123 tools/perf/util/event.h 	u64 stream_id;
stream_id        1166 tools/perf/util/evlist.c 		size += sizeof(data->stream_id);
stream_id        1873 tools/perf/util/evsel.c 		sample->stream_id = *array;
stream_id        1951 tools/perf/util/evsel.c 	data->stream_id = data->id = data->time = -1ULL;
stream_id        2009 tools/perf/util/evsel.c 		data->stream_id = *array;
stream_id         290 tools/perf/util/intel-bts.c 	sample.stream_id = btsq->bts->branches_id;
stream_id        1288 tools/perf/util/intel-pt.c 	sample.stream_id = ptq->pt->branches_id;
stream_id        1364 tools/perf/util/intel-pt.c 	sample.stream_id = ptq->pt->instructions_id;
stream_id        1392 tools/perf/util/intel-pt.c 	sample.stream_id = ptq->pt->transactions_id;
stream_id        1426 tools/perf/util/intel-pt.c 	sample.stream_id = ptq->pt->ptwrites_id;
stream_id        1455 tools/perf/util/intel-pt.c 	sample.stream_id = ptq->pt->cbr_id;
stream_id        1482 tools/perf/util/intel-pt.c 	sample.stream_id = ptq->pt->mwait_id;
stream_id        1507 tools/perf/util/intel-pt.c 	sample.stream_id = ptq->pt->pwre_id;
stream_id        1532 tools/perf/util/intel-pt.c 	sample.stream_id = ptq->pt->exstop_id;
stream_id        1557 tools/perf/util/intel-pt.c 	sample.stream_id = ptq->pt->pwrx_id;
stream_id        1717 tools/perf/util/intel-pt.c 	sample.stream_id = id;
stream_id         119 tools/perf/util/python.c 	sample_member_def(sample_stream_id, stream_id, T_ULONGLONG, "event stream id"), \
stream_id         238 tools/perf/util/python.c 	member_def(perf_record_throttle, stream_id, T_ULONGLONG, "event stream id"),
stream_id         249 tools/perf/util/python.c 				   te->time, te->id, te->stream_id);
stream_id         662 tools/perf/util/session.c 	event->throttle.stream_id = bswap_64(event->throttle.stream_id);
stream_id          57 tools/perf/util/synthetic-events.c 		.stream_id = -1,
stream_id        1280 tools/perf/util/synthetic-events.c 		*array = sample->stream_id;