Lines Matching refs:reply
221 struct sst_hsw_ipc_stream_alloc_reply reply; member
432 if (stream->reply.stream_hw_id == stream_id) in get_stream_by_id()
495 stream->reply.stream_hw_id); in hsw_notification_work()
505 stream->reply.stream_hw_id); in hsw_notification_work()
542 trace_ipc_notification("stream reset", stream->reply.stream_hw_id); in hsw_stream_update()
547 stream->reply.stream_hw_id); in hsw_stream_update()
552 stream->reply.stream_hw_id); in hsw_stream_update()
560 u32 reply = msg_get_global_reply(header); in hsw_process_reply() local
571 switch (reply) { in hsw_process_reply()
853 stream->reply.volume_register_address[channel], in sst_hsw_stream_get_volume()
867 trace_ipc_request("set stream volume", stream->reply.stream_hw_id); in sst_hsw_stream_set_volume()
874 header |= (stream->reply.stream_hw_id << IPC_STR_ID_SHIFT); in sst_hsw_stream_set_volume()
991 stream->reply.stream_hw_id = INVALID_STREAM_HW_ID; in sst_hsw_stream_new()
1023 stream->free_req.stream_id = stream->reply.stream_hw_id; in sst_hsw_stream_free()
1200 struct sst_hsw_ipc_stream_alloc_reply *reply = &stream->reply; in sst_hsw_stream_commit() local
1219 sizeof(*str_req), reply, sizeof(*reply)); in sst_hsw_stream_commit()
1259 struct sst_hsw_ipc_stream_info_reply *reply; in sst_hsw_mixer_get_info() local
1263 reply = &hsw->mixer_info; in sst_hsw_mixer_get_info()
1269 reply, sizeof(*reply)); in sst_hsw_mixer_get_info()
1275 trace_hsw_mixer_info_reply(reply); in sst_hsw_mixer_get_info()
1307 trace_ipc_request("stream pause", stream->reply.stream_hw_id); in sst_hsw_stream_pause()
1310 stream->reply.stream_hw_id, wait); in sst_hsw_stream_pause()
1313 stream->reply.stream_hw_id); in sst_hsw_stream_pause()
1328 trace_ipc_request("stream resume", stream->reply.stream_hw_id); in sst_hsw_stream_resume()
1331 stream->reply.stream_hw_id, wait); in sst_hsw_stream_resume()
1334 stream->reply.stream_hw_id); in sst_hsw_stream_resume()
1357 stream->reply.stream_hw_id); in sst_hsw_stream_reset()
1361 trace_ipc_request("stream reset", stream->reply.stream_hw_id); in sst_hsw_stream_reset()
1364 stream->reply.stream_hw_id, 1); in sst_hsw_stream_reset()
1367 stream->reply.stream_hw_id); in sst_hsw_stream_reset()
1378 stream->reply.read_position_register_address, sizeof(rpos)); in sst_hsw_get_dsp_position()
1390 stream->reply.presentation_position_register_address, in sst_hsw_get_dsp_presentation_position()