Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dsound_kunit.c286 KUNIT_ASSERT_STREQ(test, snd_pcm_format_name(WRONG_FORMAT_1), "Unknown"); in test_card_add_component()
287 KUNIT_ASSERT_STREQ(test, snd_pcm_format_name(WRONG_FORMAT_2), "Unknown"); in test_card_add_component()
296 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT);
299 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT " " TEST_SECOND_COMPONENT);
/linux/drivers/clk/
H A Dclk-fixed-rate_test.c188 KUNIT_ASSERT_STREQ(test, parent_name, clk_hw_get_name(parent_hw)); in clk_fixed_rate_parent_test()
221 KUNIT_ASSERT_STREQ(test, parent_name, clk_hw_get_name(parent_hw)); in clk_fixed_rate_parent_rate_test()
251 KUNIT_ASSERT_STREQ(test, parent_name, clk_hw_get_name(parent_hw)); in clk_fixed_rate_parent_accuracy_test()
/linux/include/kunit/
H A Dtest.h1507 #define KUNIT_ASSERT_STREQ(test, left, right) \ macro
/linux/drivers/thunderbolt/
H A Dtest.c2786 KUNIT_ASSERT_STREQ(test, &p1->key[0], &p2->key[0]); in compare_dirs()
2809 KUNIT_ASSERT_STREQ(test, p1->value.text, p2->value.text); in compare_dirs()
/linux/Documentation/dev-tools/kunit/
H A Dusage.rst611 KUNIT_ASSERT_STREQ(test, buffer, "");