Home
last modified time | relevance | path

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

/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_bin_error.c24 struct cs_dsp_test_local { struct
50 struct cs_dsp_test_local *local = priv->local; in bin_load_with_unknown_blocks() argument
106 struct cs_dsp_test_local *local = priv->local; in bin_err_wrong_magic()
152 struct cs_dsp_test_local *local = priv->local; in bin_err_too_short_for_header()
175 struct cs_dsp_test_local *local = priv->local; in bin_err_bad_header_length()
224 struct cs_dsp_test_local *local = priv->local; in bin_err_bad_core_type()
263 struct cs_dsp_test_local *local = priv->local; in bin_too_short_for_block_header()
298 struct cs_dsp_test_local *local = priv->local; in bin_too_short_for_block_payload()
329 struct cs_dsp_test_local *local = priv->local; in bin_block_payload_len_garbage()
394 struct cs_dsp_test_local *local; in cs_dsp_bin_err_test_common_init()
[all …]
H A Dcs_dsp_test_control_cache.c23 struct cs_dsp_test_local { struct
125 struct cs_dsp_test_local *local = priv->local; in _create_dummy_wmfw()
148 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_v2_cache_alloc()
202 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_cache_init()
261 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_cache_init_write_only()
532 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_cache_init_multiple_mems()
653 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_cache_init_multiple_algs()
754 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_cache_init_multiple_offsets()
864 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_cache_read_not_started()
925 struct cs_dsp_test_local *local = priv->local; in cs_dsp_ctl_cache_read_stopped()
[all …]
H A Dcs_dsp_test_bin.c61 struct cs_dsp_test_local { struct
2163 priv->local = kunit_kzalloc(test, sizeof(struct cs_dsp_test_local), GFP_KERNEL); in cs_dsp_bin_test_common_init()