Lines Matching defs:header
240 static int sof_ipc_tx_message_unlocked(struct snd_sof_ipc *ipc, u32 header,
260 msg->header = header;
285 ipc_log_header(sdev->dev, "ipc tx", msg->header);
295 int sof_ipc_tx_message(struct snd_sof_ipc *ipc, u32 header,
311 return sof_ipc_tx_message_no_pm(ipc, header, msg_data, msg_bytes,
321 int sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, u32 header,
334 ret = sof_ipc_tx_message_unlocked(ipc, header, msg_data, msg_bytes,
368 /* read back header */
610 /* copy the header data */
669 /* write/read value header via mmaped region */
690 /* calculate header and data size */