Searched defs:ipc (Results 1 – 6 of 6) sorted by relevance
/sound/soc/intel/common/ |
D | sst-ipc.c | 42 static struct ipc_message *msg_get_empty(struct sst_generic_ipc *ipc) in msg_get_empty() 55 static int tx_wait_done(struct sst_generic_ipc *ipc, in tx_wait_done() 85 static int ipc_tx_message(struct sst_generic_ipc *ipc, u64 header, in ipc_tx_message() 122 static int msg_empty_list_init(struct sst_generic_ipc *ipc) in msg_empty_list_init() 161 struct sst_generic_ipc *ipc = in ipc_tx_msgs() local 190 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, u64 header, in sst_ipc_tx_message_wait() 198 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header, in sst_ipc_tx_message_nowait() 206 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc, in sst_ipc_reply_find_msg() 231 void sst_ipc_tx_msg_reply_complete(struct sst_generic_ipc *ipc, in sst_ipc_tx_msg_reply_complete() 243 void sst_ipc_drop_all(struct sst_generic_ipc *ipc) in sst_ipc_drop_all() [all …]
|
/sound/soc/intel/skylake/ |
D | skl-sst-ipc.c | 280 static void skl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in skl_ipc_tx_msg() 292 static struct ipc_message *skl_ipc_reply_get_msg(struct sst_generic_ipc *ipc, in skl_ipc_reply_get_msg() 311 static int skl_ipc_process_notification(struct sst_generic_ipc *ipc, in skl_ipc_process_notification() 356 static void skl_ipc_process_reply(struct sst_generic_ipc *ipc, in skl_ipc_process_reply() 407 struct sst_generic_ipc *ipc = &skl->ipc; in skl_dsp_irq_thread_handler() local 515 struct sst_generic_ipc *ipc; in skl_ipc_init() local 536 void skl_ipc_free(struct sst_generic_ipc *ipc) in skl_ipc_free() 549 int skl_ipc_create_pipeline(struct sst_generic_ipc *ipc, in skl_ipc_create_pipeline() 574 int skl_ipc_delete_pipeline(struct sst_generic_ipc *ipc, u8 instance_id) in skl_ipc_delete_pipeline() 596 int skl_ipc_set_pipeline_state(struct sst_generic_ipc *ipc, in skl_ipc_set_pipeline_state() [all …]
|
D | skl-sst-ipc.h | 65 struct sst_generic_ipc ipc; member
|
/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 182 struct sst_generic_ipc ipc; member 309 struct sst_generic_ipc *ipc = &byt->ipc; in sst_byt_irq_thread() local 634 static void byt_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in byt_tx_msg() 642 static void byt_shim_dbg(struct sst_generic_ipc *ipc, const char *text) in byt_shim_dbg() 687 struct sst_generic_ipc *ipc; in sst_byt_dsp_init() local
|
/sound/soc/intel/atom/sst/ |
D | sst_ipc.c | 73 u32 drv_id, u32 ipc, void *data, u32 size) in sst_wake_up_block()
|
/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 316 struct sst_generic_ipc ipc; member 779 struct sst_generic_ipc *ipc = &hsw->ipc; in hsw_irq_thread() local 2063 static void hsw_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in hsw_tx_msg() 2070 static void hsw_shim_dbg(struct sst_generic_ipc *ipc, const char *text) in hsw_shim_dbg() 2112 struct sst_generic_ipc *ipc; in sst_hsw_dsp_init() local
|