Home
last modified time | relevance | path

Searched refs:sst_generic_ipc (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/sound/soc/intel/skylake/
Dskl-sst-ipc.h16 struct sst_generic_ipc;
110 int skl_ipc_create_pipeline(struct sst_generic_ipc *sst_ipc,
113 int skl_ipc_delete_pipeline(struct sst_generic_ipc *sst_ipc, u8 instance_id);
115 int skl_ipc_set_pipeline_state(struct sst_generic_ipc *sst_ipc,
118 int skl_ipc_save_pipeline(struct sst_generic_ipc *ipc,
121 int skl_ipc_restore_pipeline(struct sst_generic_ipc *ipc, u8 instance_id);
123 int skl_ipc_init_instance(struct sst_generic_ipc *sst_ipc,
126 int skl_ipc_bind_unbind(struct sst_generic_ipc *sst_ipc,
129 int skl_ipc_load_modules(struct sst_generic_ipc *ipc,
132 int skl_ipc_unload_modules(struct sst_generic_ipc *ipc,
[all …]
Dskl-sst-ipc.c296 static void skl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in skl_ipc_tx_msg()
325 static struct ipc_message *skl_ipc_reply_get_msg(struct sst_generic_ipc *ipc, in skl_ipc_reply_get_msg()
345 int skl_ipc_process_notification(struct sst_generic_ipc *ipc, in skl_ipc_process_notification()
405 static int skl_ipc_set_reply_error_code(struct sst_generic_ipc *ipc, u32 reply) in skl_ipc_set_reply_error_code()
433 void skl_ipc_process_reply(struct sst_generic_ipc *ipc, in skl_ipc_process_reply()
493 struct sst_generic_ipc *ipc = &skl->ipc; in skl_dsp_irq_thread_handler()
601 struct sst_generic_ipc *ipc; in skl_ipc_init()
622 void skl_ipc_free(struct sst_generic_ipc *ipc) in skl_ipc_free()
635 int skl_ipc_create_pipeline(struct sst_generic_ipc *ipc, in skl_ipc_create_pipeline()
663 int skl_ipc_delete_pipeline(struct sst_generic_ipc *ipc, u8 instance_id) in skl_ipc_delete_pipeline()
[all …]
Dcnl-sst-dsp.h13 struct sst_generic_ipc;
95 void cnl_ipc_free(struct sst_generic_ipc *ipc);
Dcnl-sst.c296 struct sst_generic_ipc *ipc = &cnl->ipc; in cnl_dsp_irq_thread_handler()
367 static void cnl_ipc_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in cnl_ipc_tx_msg()
390 struct sst_generic_ipc *ipc; in cnl_ipc_init()
Dskl.h103 struct sst_generic_ipc ipc;
Dcnl-sst-dsp.c262 void cnl_ipc_free(struct sst_generic_ipc *ipc) in cnl_ipc_free()
/Linux-v5.4/sound/soc/intel/common/
Dsst-ipc.h38 struct sst_generic_ipc;
42 void (*tx_msg)(struct sst_generic_ipc *, struct ipc_message *);
43 void (*shim_dbg)(struct sst_generic_ipc *, const char *);
51 struct sst_generic_ipc { struct
70 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, argument
73 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc,
76 int sst_ipc_tx_message_nopm(struct sst_generic_ipc *ipc,
79 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc,
82 void sst_ipc_tx_msg_reply_complete(struct sst_generic_ipc *ipc,
85 void sst_ipc_drop_all(struct sst_generic_ipc *ipc);
[all …]
Dsst-ipc.c32 static struct ipc_message *msg_get_empty(struct sst_generic_ipc *ipc) in msg_get_empty()
45 static int tx_wait_done(struct sst_generic_ipc *ipc, in tx_wait_done()
78 static int ipc_tx_message(struct sst_generic_ipc *ipc, in ipc_tx_message()
115 static int msg_empty_list_init(struct sst_generic_ipc *ipc) in msg_empty_list_init()
154 struct sst_generic_ipc *ipc = in ipc_tx_msgs()
155 container_of(work, struct sst_generic_ipc, kwork); in ipc_tx_msgs()
180 int sst_ipc_tx_message_wait(struct sst_generic_ipc *ipc, in sst_ipc_tx_message_wait()
204 int sst_ipc_tx_message_nowait(struct sst_generic_ipc *ipc, in sst_ipc_tx_message_nowait()
211 int sst_ipc_tx_message_nopm(struct sst_generic_ipc *ipc, in sst_ipc_tx_message_nopm()
218 struct ipc_message *sst_ipc_reply_find_msg(struct sst_generic_ipc *ipc, in sst_ipc_reply_find_msg()
[all …]
/Linux-v5.4/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c173 struct sst_generic_ipc ipc;
300 struct sst_generic_ipc *ipc = &byt->ipc; in sst_byt_irq_thread()
623 static void byt_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in byt_tx_msg()
631 static void byt_shim_dbg(struct sst_generic_ipc *ipc, const char *text) in byt_shim_dbg()
676 struct sst_generic_ipc *ipc; in sst_byt_dsp_init()
/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-ipc.c306 struct sst_generic_ipc ipc;
764 struct sst_generic_ipc *ipc = &hsw->ipc; in hsw_irq_thread()
2053 static void hsw_tx_msg(struct sst_generic_ipc *ipc, struct ipc_message *msg) in hsw_tx_msg()
2060 static void hsw_shim_dbg(struct sst_generic_ipc *ipc, const char *text) in hsw_shim_dbg()
2102 struct sst_generic_ipc *ipc; in sst_hsw_dsp_init()