Searched refs:KUNIT_ASSERT_STREQ (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/sound/core/ |
| H A D | sound_kunit.c | 286 KUNIT_ASSERT_STREQ(test, snd_pcm_format_name(WRONG_FORMAT_1), "Unknown"); in test_pcm_format_name() 287 KUNIT_ASSERT_STREQ(test, snd_pcm_format_name(WRONG_FORMAT_2), "Unknown"); in test_pcm_format_name() 296 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT); in test_card_add_component() 299 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT " " TEST_SECOND_COMPONENT); in test_card_add_component()
|
| /linux-6.15/drivers/clk/ |
| H A D | clk-fixed-rate_test.c | 188 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-6.15/drivers/gpu/drm/tests/ |
| H A D | drm_connector_test.c | 340 KUNIT_ASSERT_STREQ(test, connector->name, expected_name); in drm_test_drm_connector_dynamic_init_name() 603 KUNIT_ASSERT_STREQ(test, dev_name(connector->kdev), expected_name); in drm_test_drm_connector_dynamic_register_sysfs_name()
|
| /linux-6.15/include/kunit/ |
| H A D | test.h | 1509 #define KUNIT_ASSERT_STREQ(test, left, right) \ macro
|
| /linux-6.15/drivers/thunderbolt/ |
| H A D | test.c | 2786 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-6.15/Documentation/dev-tools/kunit/ |
| H A D | usage.rst | 611 KUNIT_ASSERT_STREQ(test, buffer, "");
|