Searched refs:cs_dsp_remove (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/firmware/cirrus/test/ ! |
H A D | cs_dsp_test_callbacks.c | 26 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 D | cs_dsp_test_bin_error.c | 22 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 D | cs_dsp_test_wmfw_error.c | 22 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 D | cs_dsp_test_wmfw.c | 36 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 D | cs_dsp_test_control_parse.c | 20 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 D | cs_dsp_test_bin.c | 59 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 D | cs_dsp_test_control_rw.c | 21 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 D | cs_dsp_test_control_cache.c | 21 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 D | cs_dsp.h | 236 void cs_dsp_remove(struct cs_dsp *dsp);
|
/linux/sound/hda/codecs/side-codecs/ ! |
H A D | cs35l56_hda.c | 1133 cs_dsp_remove(&cs35l56->cs_dsp); in cs35l56_hda_common_probe() 1151 cs_dsp_remove(&cs35l56->cs_dsp); in cs35l56_hda_remove()
|
H A D | cs35l41_hda.c | 629 cs_dsp_remove(dsp); in cs35l41_remove_dsp()
|
/linux/drivers/mfd/ ! |
H A D | cs40l50-core.c | 201 cs_dsp_remove(data); in cs40l50_dsp_remove()
|
/linux/drivers/firmware/cirrus/ ! |
H A D | cs_dsp.c | 3009 * 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 D | wm_adsp.c | 1183 cs_dsp_remove(&dsp->cs_dsp); in wm_adsp2_remove()
|