Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_cache.c2181 u32 *init_vals, *ctl_vals, *readback; in cs_dsp_ctl_cache_sync_write_while_running() local
2183 init_vals = kunit_kzalloc(test, param->len_bytes, GFP_KERNEL); in cs_dsp_ctl_cache_sync_write_while_running()
2184 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, init_vals); in cs_dsp_ctl_cache_sync_write_while_running()
2425 u32 *init_vals, *readback, *ctl_vals; in cs_dsp_ctl_cache_sync_reapply_every_run() local
2427 init_vals = kunit_kzalloc(test, param->len_bytes, GFP_KERNEL); in cs_dsp_ctl_cache_sync_reapply_every_run()
2428 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, init_vals); in cs_dsp_ctl_cache_sync_reapply_every_run()
2508 u32 *init_vals, *readback, *ctl_vals; in cs_dsp_ctl_cache_sync_reapply_after_fw_reload() local
2510 init_vals = kunit_kzalloc(test, param->len_bytes, GFP_KERNEL); in cs_dsp_ctl_cache_sync_reapply_after_fw_reload()
2511 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, init_vals); in cs_dsp_ctl_cache_sync_reapply_after_fw_reload()
2599 u32 *init_vals, *readback, *ctl_vals; in cs_dsp_ctl_cache_sync_reapply_after_fw_swap() local
[all …]