Searched refs:msg_buf (Results 1 – 9 of 9) sorted by relevance
| /sound/soc/sof/ |
| A D | ipc3.c | 936 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 D | sof-client.c | 306 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 D | sof-client.h | 62 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 D | ipc3-priv.h | 32 void sof_ipc3_do_rx_work(struct snd_sof_dev *sdev, struct sof_ipc_cmd_hdr *hdr, void *msg_buf);
|
| A D | sof-priv.h | 847 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 D | ff.h | 82 __le32 msg_buf[SND_FF_OUT_MIDI_PORTS][SND_FF_MAXIMIM_MIDI_QUADS]; member
|
| A D | ff-protocol-former.c | 268 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 D | ff-transaction.c | 110 addr, &ff->msg_buf[port], quad_count * 4, in transmit_midi_msg()
|
| A D | ff-protocol-latter.c | 525 ff->msg_buf[port][0] = cpu_to_le32(data); in latter_fill_midi_msg()
|
Completed in 31 milliseconds