Searched refs:cs_amp_test_hooks (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/sound/soc/codecs/ |
| H A D | cs-amp-lib-test.c | 99 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() 169 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() 257 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_by_index_unchecked_test() 291 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_by_index_checked_test() 329 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_by_index_uid_mismatch_test() 363 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_by_index_fallback_test() 405 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_uid_not_found_noindex_test() 436 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_uid_not_found_index_not_found_test() [all …]
|
| H A D | cs-amp-lib.c | 275 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-6.15/include/sound/ |
| H A D | cs-amp-lib.h | 53 struct cs_amp_test_hooks { struct 64 extern const struct cs_amp_test_hooks * const cs_amp_test_hooks; argument
|