Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs-amp-lib-test.c99 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_cal_data_too_short_test()
105 kunit_deactivate_static_stub(test, cs_amp_test_hooks->get_efi_variable); in cs_amp_lib_test_cal_data_too_short_test()
142 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_cal_count_too_big_test()
148 kunit_deactivate_static_stub(test, cs_amp_test_hooks->get_efi_variable); in cs_amp_lib_test_cal_count_too_big_test()
169 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_no_cal_data_test()
175 kunit_deactivate_static_stub(test, cs_amp_test_hooks->get_efi_variable); in cs_amp_lib_test_no_cal_data_test()
222 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_by_uid_test()
229 kunit_deactivate_static_stub(test, cs_amp_test_hooks->get_efi_variable); in cs_amp_lib_test_get_efi_cal_by_uid_test()
257 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_by_index_unchecked_test()
264 kunit_deactivate_static_stub(test, cs_amp_test_hooks->get_efi_variable); in cs_amp_lib_test_get_efi_cal_by_index_unchecked_test()
[all …]
H A Dcs-amp-lib.c275 static const struct cs_amp_test_hooks cs_amp_test_hook_ptrs = {
280 const struct cs_amp_test_hooks * const cs_amp_test_hooks = variable
282 EXPORT_SYMBOL_NS_GPL(cs_amp_test_hooks, "SND_SOC_CS_AMP_LIB");
/linux/include/sound/
H A Dcs-amp-lib.h53 struct cs_amp_test_hooks { struct
64 extern const struct cs_amp_test_hooks * const cs_amp_test_hooks; argument