Home
last modified time | relevance | path

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

/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_callbacks.c40 struct cs_dsp *passed_dsp; member
94 local->passed_dsp = dsp; in cs_dsp_test_pre_run_callback()
106 local->passed_dsp = dsp; in cs_dsp_test_post_run_callback()
118 local->passed_dsp = dsp; in cs_dsp_test_pre_stop_callback()
128 local->passed_dsp = dsp; in cs_dsp_test_post_stop_callback()
138 local->passed_dsp = dsp; in cs_dsp_test_watchdog_expired_callback()
173 KUNIT_EXPECT_PTR_EQ(test, local->passed_dsp, priv->dsp); in cs_dsp_test_run_stop_callbacks()
174 local->passed_dsp = NULL; in cs_dsp_test_run_stop_callbacks()
181 KUNIT_EXPECT_PTR_EQ(test, local->passed_dsp, priv->dsp); in cs_dsp_test_run_stop_callbacks()
182 local->passed_dsp = NULL; in cs_dsp_test_run_stop_callbacks()
[all …]