Lines Matching refs:stream
154 TP_PROTO(struct sst_hsw_stream *stream),
156 TP_ARGS(stream),
168 __entry->id = stream->host_id;
169 __entry->pt_addr = stream->request.ringinfo.ring_pt_address;
170 __entry->num_pages = stream->request.ringinfo.num_pages;
171 __entry->ring_size = stream->request.ringinfo.ring_size;
172 __entry->ring_offset = stream->request.ringinfo.ring_offset;
173 __entry->first_pfn = stream->request.ringinfo.ring_first_pfn;
184 TP_PROTO(struct sst_hsw_stream *stream),
186 TP_ARGS(stream),
199 __entry->id = stream->host_id;
200 __entry->stream_id = stream->reply.stream_hw_id;
201 __entry->mixer_id = stream->reply.mixer_hw_id;
202 __entry->peak0 = stream->reply.peak_meter_register_address[0];
203 __entry->peak1 = stream->reply.peak_meter_register_address[1];
204 __entry->vol0 = stream->reply.volume_register_address[0];
205 __entry->vol1 = stream->reply.volume_register_address[1];
244 TP_PROTO(struct sst_hsw_stream *stream,
247 TP_ARGS(stream, req),
261 __entry->id = stream->host_id;
280 TP_PROTO(struct sst_hsw_stream *stream,
283 TP_ARGS(stream, req),
293 __entry->id = stream->host_id;
306 TP_PROTO(struct sst_hsw_stream *stream,
309 TP_ARGS(stream, req),
317 __entry->id = stream->host_id;
327 TP_PROTO(struct sst_hsw_stream *stream,
330 TP_ARGS(stream, req),
341 __entry->id = stream->host_id;