Home
last modified time | relevance | path

Searched refs:reply (Results 1 – 3 of 3) sorted by relevance

/sound/soc/intel/
Dsst-haswell-ipc.c213 struct sst_hsw_ipc_stream_alloc_reply reply; member
410 if (stream->reply.stream_hw_id == stream_id) in get_stream_by_id()
626 stream->reply.stream_hw_id); in hsw_notification_work()
636 stream->reply.stream_hw_id); in hsw_notification_work()
694 trace_ipc_notification("stream reset", stream->reply.stream_hw_id); in hsw_stream_update()
699 stream->reply.stream_hw_id); in hsw_stream_update()
704 stream->reply.stream_hw_id); in hsw_stream_update()
712 u32 reply = msg_get_global_reply(header); in hsw_process_reply() local
723 switch (reply) { in hsw_process_reply()
981 stream->reply.stream_hw_id, channel); in sst_hsw_stream_mute()
[all …]
Dsst-baytrail-ipc.c171 struct sst_byt_alloc_response reply; member
652 struct sst_byt_alloc_response *reply = &stream->reply; in sst_byt_stream_commit() local
660 reply, sizeof(*reply)); in sst_byt_stream_commit()
/sound/pci/hda/
Dpatch_ca0132.c1394 void *reply, unsigned int *reply_len) in dspio_scp() argument
1408 if (dir == SCP_GET && reply == NULL) { in dspio_scp()
1413 if (reply != NULL && (reply_len == NULL || (*reply_len == 0))) { in dspio_scp()
1458 memcpy(reply, scp_reply.data, *reply_len); in dspio_scp()