Home
last modified time | relevance | path

Searched refs:cs_dsp_stop (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_callbacks.c176 cs_dsp_stop(priv->dsp); in cs_dsp_test_run_stop_callbacks()
192 cs_dsp_stop(priv->dsp); in cs_dsp_test_run_stop_callbacks()
337 cs_dsp_stop(priv->dsp); in cs_dsp_test_no_callbacks()
H A Dcs_dsp_test_control_rw.c20 KUNIT_DEFINE_ACTION_WRAPPER(_cs_dsp_stop_wrapper, cs_dsp_stop, struct cs_dsp *);
372 cs_dsp_stop(dsp); in cs_dsp_ctl_read_volatile_stopped()
426 cs_dsp_stop(dsp); in cs_dsp_ctl_read_volatile_stopped_powered_down()
658 cs_dsp_stop(dsp); in cs_dsp_ctl_write_volatile_stopped()
719 cs_dsp_stop(dsp); in cs_dsp_ctl_write_volatile_stopped_powered_down()
990 cs_dsp_stop(dsp); in cs_dsp_ctl_read_cache_with_seek()
1125 cs_dsp_stop(dsp); in cs_dsp_ctl_read_cache_truncated()
1274 cs_dsp_stop(dsp); in cs_dsp_ctl_write_cache_with_seek()
1437 cs_dsp_stop(dsp); in cs_dsp_ctl_write_cache_truncated()
H A Dcs_dsp_test_control_cache.c20 KUNIT_DEFINE_ACTION_WRAPPER(_cs_dsp_stop_wrapper, cs_dsp_stop, struct cs_dsp *);
367 cs_dsp_stop(dsp); in cs_dsp_ctl_cache_init_multiple_fw_same_controls()
476 cs_dsp_stop(dsp); in cs_dsp_ctl_cache_init_multiple_fwalgid_same_controls()
594 cs_dsp_stop(dsp); in cs_dsp_ctl_cache_init_multiple_mems()
695 cs_dsp_stop(dsp); in cs_dsp_ctl_cache_init_multiple_algs()
809 cs_dsp_stop(dsp); in cs_dsp_ctl_cache_init_multiple_offsets()
966 cs_dsp_stop(dsp); in cs_dsp_ctl_cache_read_stopped()
1095 cs_dsp_stop(dsp); in cs_dsp_ctl_cache_read_stopped_powered_down()
1747 cs_dsp_stop(dsp); in cs_dsp_ctl_cache_write_stopped()
1894 cs_dsp_stop(ds in cs_dsp_ctl_cache_write_stopped_powered_down()
[all...]
/linux/drivers/mfd/
H A Dcs40l50-core.c234 cs_dsp_stop(&cs40l50->dsp); in cs40l50_reset_dsp()
270 cs_dsp_stop(data); in cs40l50_dsp_stop()
/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h202 * @pre_stop: Called under the pwr_lock by cs_dsp_stop() before the core is stopped
203 * @post_stop: Called under the pwr_lock by cs_dsp_stop() after the core is stopped
234 void cs_dsp_stop(struct cs_dsp *dsp);
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l56_hda.c130 cs_dsp_stop(&cs35l56->cs_dsp); in cs35l56_hda_runtime_suspend()
675 cs_dsp_stop(&cs35l56->cs_dsp); in cs35l56_hda_fw_load()
H A Dcs35l41_hda.c616 cs_dsp_stop(dsp); in cs35l41_shutdown_dsp()
/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c2774 * cs_dsp_stop() must have been called before this function. The core will be
2891 * cs_dsp_stop() - Stops the firmware
2896 void cs_dsp_stop(struct cs_dsp *dsp) in cs_dsp_stop() function
2927 EXPORT_SYMBOL_NS_GPL(cs_dsp_stop, "FW_CS_DSP");
/linux/sound/soc/codecs/
H A Dwm_adsp.c1099 cs_dsp_stop(&dsp->cs_dsp); in wm_adsp_stop()