Lines Matching refs:cs_amp_test_hooks
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()
291 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_by_index_checked_test()
299 kunit_deactivate_static_stub(test, 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()
338 kunit_deactivate_static_stub(test, 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()
370 kunit_deactivate_static_stub(test, 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()
412 kunit_deactivate_static_stub(test, 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()
443 kunit_deactivate_static_stub(test, cs_amp_test_hooks->get_efi_variable); in cs_amp_lib_test_get_efi_cal_uid_not_found_index_not_found_test()
460 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_no_uid_index_not_found_test()
466 kunit_deactivate_static_stub(test, cs_amp_test_hooks->get_efi_variable); in cs_amp_lib_test_get_efi_cal_no_uid_index_not_found_test()
480 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_no_uid_no_index_test()
486 kunit_deactivate_static_stub(test, cs_amp_test_hooks->get_efi_variable); in cs_amp_lib_test_get_efi_cal_no_uid_no_index_test()
509 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_zero_not_matched_test()
515 kunit_deactivate_static_stub(test, cs_amp_test_hooks->get_efi_variable); in cs_amp_lib_test_get_efi_cal_zero_not_matched_test()
541 cs_amp_test_hooks->get_efi_variable, in cs_amp_lib_test_get_efi_cal_empty_entry_test()
558 kunit_deactivate_static_stub(test, cs_amp_test_hooks->get_efi_variable); in cs_amp_lib_test_get_efi_cal_empty_entry_test()
609 cs_amp_test_hooks->write_cal_coeff, in cs_amp_lib_test_write_cal_data_test()
615 kunit_deactivate_static_stub(test, cs_amp_test_hooks->write_cal_coeff); in cs_amp_lib_test_write_cal_data_test()
649 KUNIT_ASSERT_NOT_NULL(test, cs_amp_test_hooks); in cs_amp_lib_test_case_init()