Home
last modified time | relevance | path

Searched refs:cs_dsp_remove (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/firmware/cirrus/test/ !
H A Dcs_dsp_test_callbacks.c26 KUNIT_DEFINE_ACTION_WRAPPER(_cs_dsp_remove_wrapper, cs_dsp_remove, struct cs_dsp *)
243 * Call cs_dsp_remove() and there should be a remove callback in cs_dsp_test_ctl_v1_callbacks()
247 cs_dsp_remove(priv->dsp); in cs_dsp_test_ctl_v1_callbacks()
298 * Call cs_dsp_remove() and there should be a remove callback in cs_dsp_test_ctl_v2_callbacks()
302 cs_dsp_remove(priv->dsp); in cs_dsp_test_ctl_v2_callbacks()
338 cs_dsp_remove(priv->dsp); in cs_dsp_test_no_callbacks()
515 /* Automatically call cs_dsp_remove() when test case ends */ in cs_dsp_callbacks_test_common_init()
H A Dcs_dsp_test_bin_error.c22 KUNIT_DEFINE_ACTION_WRAPPER(_cs_dsp_remove_wrapper, cs_dsp_remove, struct cs_dsp *);
476 /* Automatically call cs_dsp_remove() when test case ends */ in cs_dsp_bin_err_test_common_init()
H A Dcs_dsp_test_wmfw_error.c22 KUNIT_DEFINE_ACTION_WRAPPER(_cs_dsp_remove_wrapper, cs_dsp_remove, struct cs_dsp *);
1074 /* Automatically call cs_dsp_remove() when test case ends */ in cs_dsp_wmfw_err_test_common_init()
H A Dcs_dsp_test_wmfw.c36 KUNIT_DEFINE_ACTION_WRAPPER(_cs_dsp_remove_wrapper, cs_dsp_remove, struct cs_dsp *)
1855 /* Automatically call cs_dsp_remove() when test case ends */ in cs_dsp_wmfw_test_common_init()
H A Dcs_dsp_test_control_parse.c20 KUNIT_DEFINE_ACTION_WRAPPER(_cs_dsp_remove_wrapper, cs_dsp_remove, struct cs_dsp *);
1441 /* Automatically call cs_dsp_remove() when test case ends */ in cs_dsp_ctl_parse_test_common_init()
H A Dcs_dsp_test_bin.c59 KUNIT_DEFINE_ACTION_WRAPPER(_cs_dsp_remove_wrapper, cs_dsp_remove, struct cs_dsp *)
2226 /* Automatically call cs_dsp_remove() when test case ends */ in cs_dsp_bin_test_common_init()
H A Dcs_dsp_test_control_rw.c21 KUNIT_DEFINE_ACTION_WRAPPER(_cs_dsp_remove_wrapper, cs_dsp_remove, struct cs_dsp *);
2122 /* Automatically call cs_dsp_remove() when test case ends */ in cs_dsp_ctl_rw_test_common_init()
H A Dcs_dsp_test_control_cache.c21 KUNIT_DEFINE_ACTION_WRAPPER(_cs_dsp_remove_wrapper, cs_dsp_remove, struct cs_dsp *);
2754 /* Automatically call cs_dsp_remove() when test case ends */ in cs_dsp_ctl_cache_test_common_init()
/linux/include/linux/firmware/cirrus/ !
H A Dcs_dsp.h236 void cs_dsp_remove(struct cs_dsp *dsp);
/linux/sound/hda/codecs/side-codecs/ !
H A Dcs35l56_hda.c1133 cs_dsp_remove(&cs35l56->cs_dsp); in cs35l56_hda_common_probe()
1151 cs_dsp_remove(&cs35l56->cs_dsp); in cs35l56_hda_remove()
H A Dcs35l41_hda.c629 cs_dsp_remove(dsp); in cs35l41_remove_dsp()
/linux/drivers/mfd/ !
H A Dcs40l50-core.c201 cs_dsp_remove(data); in cs40l50_dsp_remove()
/linux/drivers/firmware/cirrus/ !
H A Dcs_dsp.c3009 * cs_dsp_remove() - Clean a cs_dsp before deletion
3012 void cs_dsp_remove(struct cs_dsp *dsp) in cs_dsp_remove() function
3026 EXPORT_SYMBOL_NS_GPL(cs_dsp_remove, "FW_CS_DSP");
/linux/sound/soc/codecs/ !
H A Dwm_adsp.c1183 cs_dsp_remove(&dsp->cs_dsp); in wm_adsp2_remove()