Lines Matching refs:req
245 struct sst_hsw_audio_data_format_ipc *req),
247 TP_ARGS(stream, req),
262 __entry->frequency = req->frequency;
263 __entry->bitdepth = req->bitdepth;
264 __entry->map = req->map;
265 __entry->config = req->config;
266 __entry->style = req->style;
267 __entry->ch_num = req->ch_num;
268 __entry->valid_bit = req->valid_bit;
281 struct sst_hsw_ipc_stream_alloc_req *req),
283 TP_ARGS(stream, req),
294 __entry->path_id = req->path_id;
295 __entry->stream_type = req->stream_type;
296 __entry->format_id = req->format_id;
307 struct sst_hsw_ipc_stream_free_req *req),
309 TP_ARGS(stream, req),
318 __entry->stream_id = req->stream_id;
328 struct sst_hsw_ipc_volume_req *req),
330 TP_ARGS(stream, req),
342 __entry->channel = req->channel;
343 __entry->target_volume = req->target_volume;
344 __entry->curve_duration = req->curve_duration;
345 __entry->curve_type = req->curve_type;
357 TP_PROTO(struct sst_hsw_ipc_device_config_req *req),
359 TP_ARGS(req),
369 __entry->ssp = req->ssp_interface;
370 __entry->clock_freq = req->clock_frequency;
371 __entry->mode = req->mode;
372 __entry->clock_divider = req->clock_divider;