Lines Matching refs:reply
221 struct sst_hsw_ipc_stream_alloc_reply reply; member
428 if (stream->reply.stream_hw_id == stream_id) in get_stream_by_id()
491 stream->reply.stream_hw_id); in hsw_notification_work()
501 stream->reply.stream_hw_id); in hsw_notification_work()
538 trace_ipc_notification("stream reset", stream->reply.stream_hw_id); in hsw_stream_update()
543 stream->reply.stream_hw_id); in hsw_stream_update()
548 stream->reply.stream_hw_id); in hsw_stream_update()
556 u32 reply = msg_get_global_reply(header); in hsw_process_reply() local
567 switch (reply) { in hsw_process_reply()
849 stream->reply.volume_register_address[channel], in sst_hsw_stream_get_volume()
863 trace_ipc_request("set stream volume", stream->reply.stream_hw_id); in sst_hsw_stream_set_volume()
870 header |= (stream->reply.stream_hw_id << IPC_STR_ID_SHIFT); in sst_hsw_stream_set_volume()
987 stream->reply.stream_hw_id = INVALID_STREAM_HW_ID; in sst_hsw_stream_new()
1019 stream->free_req.stream_id = stream->reply.stream_hw_id; in sst_hsw_stream_free()
1196 struct sst_hsw_ipc_stream_alloc_reply *reply = &stream->reply; in sst_hsw_stream_commit() local
1215 sizeof(*str_req), reply, sizeof(*reply)); in sst_hsw_stream_commit()
1255 struct sst_hsw_ipc_stream_info_reply *reply; in sst_hsw_mixer_get_info() local
1259 reply = &hsw->mixer_info; in sst_hsw_mixer_get_info()
1265 reply, sizeof(*reply)); in sst_hsw_mixer_get_info()
1271 trace_hsw_mixer_info_reply(reply); in sst_hsw_mixer_get_info()
1303 trace_ipc_request("stream pause", stream->reply.stream_hw_id); in sst_hsw_stream_pause()
1306 stream->reply.stream_hw_id, wait); in sst_hsw_stream_pause()
1309 stream->reply.stream_hw_id); in sst_hsw_stream_pause()
1324 trace_ipc_request("stream resume", stream->reply.stream_hw_id); in sst_hsw_stream_resume()
1327 stream->reply.stream_hw_id, wait); in sst_hsw_stream_resume()
1330 stream->reply.stream_hw_id); in sst_hsw_stream_resume()
1353 stream->reply.stream_hw_id); in sst_hsw_stream_reset()
1357 trace_ipc_request("stream reset", stream->reply.stream_hw_id); in sst_hsw_stream_reset()
1360 stream->reply.stream_hw_id, 1); in sst_hsw_stream_reset()
1363 stream->reply.stream_hw_id); in sst_hsw_stream_reset()
1374 stream->reply.read_position_register_address, sizeof(rpos)); in sst_hsw_get_dsp_position()
1386 stream->reply.presentation_position_register_address, in sst_hsw_get_dsp_presentation_position()