Searched refs:ipc_header (Results 1 – 2 of 2) sorted by relevance
/sound/soc/intel/skylake/ |
D | skl-sst-ipc.c | 280 u64 ipc_header) in skl_ipc_reply_get_msg() argument 283 struct skl_ipc_header *header = (struct skl_ipc_header *)(&ipc_header); in skl_ipc_reply_get_msg() 335 u64 *ipc_header = (u64 *)(&header); in skl_ipc_process_reply() local 337 msg = skl_ipc_reply_get_msg(ipc, *ipc_header); in skl_ipc_process_reply() 525 u64 *ipc_header = (u64 *)(&header); in skl_ipc_create_pipeline() local 536 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_create_pipeline() 549 u64 *ipc_header = (u64 *)(&header); in skl_ipc_delete_pipeline() local 558 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_delete_pipeline() 572 u64 *ipc_header = (u64 *)(&header); in skl_ipc_set_pipeline_state() local 582 ret = sst_ipc_tx_message_wait(ipc, *ipc_header, NULL, 0, NULL, 0); in skl_ipc_set_pipeline_state() [all …]
|
/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 222 union ipc_header { union 493 union ipc_header header; /* driver specific */
|