Home
last modified time | relevance | path

Searched refs:msg_buf (Results 1 – 9 of 9) sorted by relevance

/sound/soc/sof/
A Dipc3.c936 struct sof_ipc_cmd_hdr *hdr = msg_buf; in ipc3_stream_message()
958 struct sof_ipc_cmd_hdr *hdr = msg_buf; in ipc3_comp_notification()
976 struct sof_ipc_cmd_hdr *hdr = msg_buf; in ipc3_trace_message()
981 ipc3_dtrace_posn_update(sdev, msg_buf); in ipc3_trace_message()
1043 rx_callback(sdev, msg_buf); in sof_ipc3_do_rx_work()
1056 void *msg_buf; in sof_ipc3_rx_msg() local
1072 msg_buf = kmalloc(hdr.size, GFP_KERNEL); in sof_ipc3_rx_msg()
1073 if (!msg_buf) in sof_ipc3_rx_msg()
1079 kfree(msg_buf); in sof_ipc3_rx_msg()
1083 sof_ipc3_do_rx_work(sdev, &hdr, msg_buf); in sof_ipc3_rx_msg()
[all …]
A Dsof-client.c306 int sof_client_ipc_rx_message(struct sof_client_dev *cdev, void *ipc_msg, void *msg_buf) in sof_client_ipc_rx_message() argument
317 sof_ipc3_do_rx_work(cdev->sdev, ipc_msg, msg_buf); in sof_client_ipc_rx_message()
462 void sof_client_ipc_rx_dispatcher(struct snd_sof_dev *sdev, void *msg_buf) in sof_client_ipc_rx_dispatcher() argument
468 struct sof_ipc_cmd_hdr *hdr = msg_buf; in sof_client_ipc_rx_dispatcher()
472 struct sof_ipc4_msg *msg = msg_buf; in sof_client_ipc_rx_dispatcher()
485 event->callback(event->cdev, msg_buf); in sof_client_ipc_rx_dispatcher()
A Dsof-client.h62 typedef void (*sof_client_event_callback)(struct sof_client_dev *cdev, void *msg_buf);
78 int sof_client_ipc_rx_message(struct sof_client_dev *cdev, void *ipc_msg, void *msg_buf);
A Dipc3-priv.h32 void sof_ipc3_do_rx_work(struct snd_sof_dev *sdev, struct sof_ipc_cmd_hdr *hdr, void *msg_buf);
A Dsof-priv.h847 void sof_client_ipc_rx_dispatcher(struct snd_sof_dev *sdev, void *msg_buf);
872 static inline void sof_client_ipc_rx_dispatcher(struct snd_sof_dev *sdev, void *msg_buf) in sof_client_ipc_rx_dispatcher() argument
/sound/firewire/fireface/
A Dff.h82 __le32 msg_buf[SND_FF_OUT_MIDI_PORTS][SND_FF_MAXIMIM_MIDI_QUADS]; member
A Dff-protocol-former.c268 u8 *buf = (u8 *)ff->msg_buf[port]; in former_fill_midi_msg()
279 ff->msg_buf[port][i] = cpu_to_le32(buf[i]); in former_fill_midi_msg()
A Dff-transaction.c110 addr, &ff->msg_buf[port], quad_count * 4, in transmit_midi_msg()
A Dff-protocol-latter.c525 ff->msg_buf[port][0] = cpu_to_le32(data); in latter_fill_midi_msg()

Completed in 37 milliseconds