Home
last modified time | relevance | path

Searched refs:KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/
H A Dsoc-card-test.c46 KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, kc, "Failed to find '%s'\n", in test_snd_soc_card_get_kcontrol()
/linux/include/kunit/
H A Dtest.h1339 KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL)
1341 #define KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, fmt, ...) \ macro