Lines Matching defs:hsw

229 	struct sst_hsw *hsw;  member
276 struct sst_hsw *hsw; member
422 static struct sst_hsw_stream *get_stream_by_id(struct sst_hsw *hsw, in get_stream_by_id()
435 static void hsw_fw_ready(struct sst_hsw *hsw, u32 header) in hsw_fw_ready()
483 struct sst_hsw *hsw = stream->hsw; in hsw_notification_work() local
522 static void hsw_stream_update(struct sst_hsw *hsw, struct ipc_message *msg) in hsw_stream_update()
553 static int hsw_process_reply(struct sst_hsw *hsw, u32 header) in hsw_process_reply()
639 static int hsw_module_message(struct sst_hsw *hsw, u32 header) in hsw_module_message()
664 static int hsw_stream_message(struct sst_hsw *hsw, u32 header) in hsw_stream_message()
697 static int hsw_log_message(struct sst_hsw *hsw, u32 header) in hsw_log_message()
720 static int hsw_process_notification(struct sst_hsw *hsw) in hsw_process_notification()
774 struct sst_hsw *hsw = sst_dsp_get_thread_context(sst); in hsw_irq_thread() local
827 int sst_hsw_fw_get_version(struct sst_hsw *hsw, in sst_hsw_fw_get_version()
842 int sst_hsw_stream_get_volume(struct sst_hsw *hsw, struct sst_hsw_stream *stream, in sst_hsw_stream_get_volume()
856 int sst_hsw_stream_set_volume(struct sst_hsw *hsw, in sst_hsw_stream_set_volume()
907 int sst_hsw_mixer_get_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel, in sst_hsw_mixer_get_volume()
921 int sst_hsw_mixer_set_volume(struct sst_hsw *hsw, u32 stage_id, u32 channel, in sst_hsw_mixer_set_volume()
974 struct sst_hsw_stream *sst_hsw_stream_new(struct sst_hsw *hsw, int id, in sst_hsw_stream_new()
1001 int sst_hsw_stream_free(struct sst_hsw *hsw, struct sst_hsw_stream *stream) in sst_hsw_stream_free()
1042 int sst_hsw_stream_set_bits(struct sst_hsw *hsw, in sst_hsw_stream_set_bits()
1054 int sst_hsw_stream_set_channels(struct sst_hsw *hsw, in sst_hsw_stream_set_channels()
1066 int sst_hsw_stream_set_rate(struct sst_hsw *hsw, in sst_hsw_stream_set_rate()
1078 int sst_hsw_stream_set_map_config(struct sst_hsw *hsw, in sst_hsw_stream_set_map_config()
1092 int sst_hsw_stream_set_style(struct sst_hsw *hsw, in sst_hsw_stream_set_style()
1104 int sst_hsw_stream_set_valid(struct sst_hsw *hsw, in sst_hsw_stream_set_valid()
1117 int sst_hsw_stream_format(struct sst_hsw *hsw, struct sst_hsw_stream *stream, in sst_hsw_stream_format()
1136 int sst_hsw_stream_buffer(struct sst_hsw *hsw, struct sst_hsw_stream *stream, in sst_hsw_stream_buffer()
1156 int sst_hsw_stream_set_module_info(struct sst_hsw *hsw, in sst_hsw_stream_set_module_info()
1193 int sst_hsw_stream_commit(struct sst_hsw *hsw, struct sst_hsw_stream *stream) in sst_hsw_stream_commit()
1227 snd_pcm_uframes_t sst_hsw_stream_get_old_position(struct sst_hsw *hsw, in sst_hsw_stream_get_old_position()
1233 void sst_hsw_stream_set_old_position(struct sst_hsw *hsw, in sst_hsw_stream_set_old_position()
1239 bool sst_hsw_stream_get_silence_start(struct sst_hsw *hsw, in sst_hsw_stream_get_silence_start()
1245 void sst_hsw_stream_set_silence_start(struct sst_hsw *hsw, in sst_hsw_stream_set_silence_start()
1253 int sst_hsw_mixer_get_info(struct sst_hsw *hsw) in sst_hsw_mixer_get_info()
1277 static int sst_hsw_stream_operations(struct sst_hsw *hsw, int type, in sst_hsw_stream_operations()
1293 int sst_hsw_stream_pause(struct sst_hsw *hsw, struct sst_hsw_stream *stream, in sst_hsw_stream_pause()
1314 int sst_hsw_stream_resume(struct sst_hsw *hsw, struct sst_hsw_stream *stream, in sst_hsw_stream_resume()
1335 int sst_hsw_stream_reset(struct sst_hsw *hsw, struct sst_hsw_stream *stream) in sst_hsw_stream_reset()
1368 u32 sst_hsw_get_dsp_position(struct sst_hsw *hsw, in sst_hsw_get_dsp_position()
1380 u64 sst_hsw_get_dsp_presentation_position(struct sst_hsw *hsw, in sst_hsw_get_dsp_presentation_position()
1393 int sst_hsw_device_set_config(struct sst_hsw *hsw, in sst_hsw_device_set_config()
1426 int sst_hsw_dx_set_state(struct sst_hsw *hsw, in sst_hsw_dx_set_state()
1457 struct sst_module_runtime *sst_hsw_runtime_module_create(struct sst_hsw *hsw, in sst_hsw_runtime_module_create()
1499 static int sst_hsw_dx_state_dump(struct sst_hsw *hsw) in sst_hsw_dx_state_dump()
1552 static int sst_hsw_dx_state_restore(struct sst_hsw *hsw) in sst_hsw_dx_state_restore()
1581 int sst_hsw_dsp_load(struct sst_hsw *hsw) in sst_hsw_dsp_load()
1617 static int sst_hsw_dsp_restore(struct sst_hsw *hsw) in sst_hsw_dsp_restore()
1644 int sst_hsw_dsp_runtime_suspend(struct sst_hsw *hsw) in sst_hsw_dsp_runtime_suspend()
1665 int sst_hsw_dsp_runtime_sleep(struct sst_hsw *hsw) in sst_hsw_dsp_runtime_sleep()
1682 int sst_hsw_dsp_runtime_resume(struct sst_hsw *hsw) in sst_hsw_dsp_runtime_resume()
1718 struct sst_dsp *sst_hsw_get_dsp(struct sst_hsw *hsw) in sst_hsw_get_dsp()
1723 void sst_hsw_init_module_state(struct sst_hsw *hsw) in sst_hsw_init_module_state()
1741 bool sst_hsw_is_module_loaded(struct sst_hsw *hsw, u32 module_id) in sst_hsw_is_module_loaded()
1752 bool sst_hsw_is_module_active(struct sst_hsw *hsw, u32 module_id) in sst_hsw_is_module_active()
1763 void sst_hsw_set_module_enabled_rtd3(struct sst_hsw *hsw, u32 module_id) in sst_hsw_set_module_enabled_rtd3()
1768 void sst_hsw_set_module_disabled_rtd3(struct sst_hsw *hsw, u32 module_id) in sst_hsw_set_module_disabled_rtd3()
1773 bool sst_hsw_is_module_enabled_rtd3(struct sst_hsw *hsw, u32 module_id) in sst_hsw_is_module_enabled_rtd3()
1778 void sst_hsw_reset_param_buf(struct sst_hsw *hsw) in sst_hsw_reset_param_buf()
1785 int sst_hsw_store_param_line(struct sst_hsw *hsw, u8 *buf) in sst_hsw_store_param_line()
1797 int sst_hsw_load_param_line(struct sst_hsw *hsw, u8 *buf) in sst_hsw_load_param_line()
1819 int sst_hsw_launch_param_buf(struct sst_hsw *hsw) in sst_hsw_launch_param_buf()
1839 int sst_hsw_module_load(struct sst_hsw *hsw, in sst_hsw_module_load()
1894 int sst_hsw_module_enable(struct sst_hsw *hsw, in sst_hsw_module_enable()
1962 int sst_hsw_module_disable(struct sst_hsw *hsw, in sst_hsw_module_disable()
2000 int sst_hsw_module_set_param(struct sst_hsw *hsw, in sst_hsw_module_set_param()
2104 struct sst_hsw *hsw; in sst_hsw_dsp_init() local
2210 struct sst_hsw *hsw = pdata->dsp; in sst_hsw_dsp_free() local