Searched refs:sst_generic_ipc (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/soc/intel/common/ |
D | sst-ipc.h | 47 struct sst_generic_ipc; 50 void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *); 51 void (*shim_dbg)(struct sst_generic_ipc *, const char *); 58 struct sst_generic_ipc { struct 78 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, u64 header, argument 81 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, u64 header, 84 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc, 87 void sst_ipc_tx_msg_reply_complete(struct sst_generic_ipc *ipc, 90 void sst_ipc_drop_all(struct sst_generic_ipc *ipc); 91 int sst_ipc_init(struct sst_generic_ipc *ipc); [all …]
|
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() 162 container_of(work, struct sst_generic_ipc, kwork); in ipc_tx_msgs() 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() [all …]
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-sst-ipc.h | 25 struct sst_generic_ipc; 57 struct sst_generic_ipc ipc; 92 int skl_ipc_create_pipeline(struct sst_generic_ipc *sst_ipc, 95 int skl_ipc_delete_pipeline(struct sst_generic_ipc *sst_ipc, u8 instance_id); 97 int skl_ipc_set_pipeline_state(struct sst_generic_ipc *sst_ipc, 100 int skl_ipc_save_pipeline(struct sst_generic_ipc *ipc, 103 int skl_ipc_restore_pipeline(struct sst_generic_ipc *ipc, u8 instance_id); 105 int skl_ipc_init_instance(struct sst_generic_ipc *sst_ipc, 108 int skl_ipc_bind_unbind(struct sst_generic_ipc *sst_ipc, 111 int skl_ipc_set_dx(struct sst_generic_ipc *ipc, [all …]
|
D | skl-sst-ipc.c | 267 static void skl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in skl_ipc_tx_msg() 279 static struct ipc_message *skl_ipc_reply_get_msg(struct sst_generic_ipc *ipc, in skl_ipc_reply_get_msg() 298 static int skl_ipc_process_notification(struct sst_generic_ipc *ipc, in skl_ipc_process_notification() 330 static void skl_ipc_process_reply(struct sst_generic_ipc *ipc, in skl_ipc_process_reply() 379 struct sst_generic_ipc *ipc = &skl->ipc; in skl_dsp_irq_thread_handler() 487 struct sst_generic_ipc *ipc; in skl_ipc_init() 508 void skl_ipc_free(struct sst_generic_ipc *ipc) in skl_ipc_free() 521 int skl_ipc_create_pipeline(struct sst_generic_ipc *ipc, in skl_ipc_create_pipeline() 546 int skl_ipc_delete_pipeline(struct sst_generic_ipc *ipc, u8 instance_id) in skl_ipc_delete_pipeline() 568 int skl_ipc_set_pipeline_state(struct sst_generic_ipc *ipc, in skl_ipc_set_pipeline_state() [all …]
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 182 struct sst_generic_ipc ipc; 315 struct sst_generic_ipc *ipc = &byt->ipc; in sst_byt_irq_thread() 640 static void byt_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in byt_tx_msg() 648 static void byt_shim_dbg(struct sst_generic_ipc *ipc, const char *text) in byt_shim_dbg() 693 struct sst_generic_ipc *ipc; in sst_byt_dsp_init()
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 316 struct sst_generic_ipc ipc; 779 struct sst_generic_ipc *ipc = &hsw->ipc; in hsw_irq_thread() 2068 static void hsw_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in hsw_tx_msg() 2075 static void hsw_shim_dbg(struct sst_generic_ipc *ipc, const char *text) in hsw_shim_dbg() 2117 struct sst_generic_ipc *ipc; in sst_hsw_dsp_init()
|