Searched refs:ipc_header (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-sst-ipc.c | 332 u64 ipc_header) in skl_ipc_reply_get_msg() argument 335 struct skl_ipc_header *header = (struct skl_ipc_header *)(&ipc_header); in skl_ipc_reply_get_msg() 414 u64 *ipc_header = (u64 *)(&header); in skl_ipc_process_reply() local 419 msg = skl_ipc_reply_get_msg(ipc, *ipc_header); in skl_ipc_process_reply() 618 u64 *ipc_header = (u64 *)(&header); in skl_ipc_create_pipeline() local 631 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_create_pipeline() 644 u64 *ipc_header = (u64 *)(&header); in skl_ipc_delete_pipeline() local 653 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_delete_pipeline() 667 u64 *ipc_header = (u64 *)(&header); in skl_ipc_set_pipeline_state() local 677 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_set_pipeline_state() [all …]
|
/Linux-v4.19/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 222 union ipc_header { union 493 union ipc_header header; /* driver specific */
|