Searched refs:get_efi_variable (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/sound/soc/codecs/ |
D | cs-amp-lib-test.c | 99 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 …]
|
D | cs-amp-lib.c | 276 .get_efi_variable = cs_amp_get_efi_variable,
|
/linux-6.14.4/include/sound/ |
D | cs-amp-lib.h | 54 efi_status_t (*get_efi_variable)(efi_char16_t *name, member
|