Home
last modified time | relevance | path

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

/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_cache.c187 KUNIT_EXPECT_EQ(test, list_count_nodes(&dsp->ctl_list), num_ctls); in cs_dsp_ctl_v2_cache_alloc()
190 list_for_each_entry(ctl, &dsp->ctl_list, list) in cs_dsp_ctl_v2_cache_alloc()
240 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_init()
290 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_init_write_only()
372 KUNIT_ASSERT_EQ(test, list_count_nodes(&dsp->ctl_list), 3); in cs_dsp_ctl_cache_init_multiple_fw_same_controls()
381 list_for_each_entry(walkctl, &dsp->ctl_list, list) { in cs_dsp_ctl_cache_init_multiple_fw_same_controls()
481 KUNIT_ASSERT_EQ(test, list_count_nodes(&dsp->ctl_list), 3); in cs_dsp_ctl_cache_init_multiple_fwalgid_same_controls()
490 list_for_each_entry(walkctl, &dsp->ctl_list, list) { in cs_dsp_ctl_cache_init_multiple_fwalgid_same_controls()
598 KUNIT_ASSERT_EQ(test, list_count_nodes(&dsp->ctl_list), in cs_dsp_ctl_cache_init_multiple_mems()
608 list_for_each_entry(walkctl, &dsp->ctl_list, list) { in cs_dsp_ctl_cache_init_multiple_mems()
[all …]
/linux/tools/testing/selftests/alsa/
H A Dmixer-test.c59 struct ctl_data *ctl_list; variable
169 ctl_data->next = ctl_list; in find_controls()
170 ctl_list = ctl_data; in find_controls()
1128 for (ctl = ctl_list; ctl != NULL; ctl = ctl->next) { in main()
/linux/drivers/staging/greybus/
H A Daudio_codec.h162 struct list_head ctl_list; member
H A Daudio_module.c259 INIT_LIST_HEAD(&gbmodule->ctl_list); in gb_audio_probe()
/linux/sound/soc/codecs/
H A Dcs-amp-lib.c134 if (list_empty(&dsp->ctl_list)) { in _cs_amp_write_cal_coeffs()
166 if (list_empty(&dsp->ctl_list)) { in _cs_amp_read_cal_coeffs()