Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_GE_MSG (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c88 KUNIT_ASSERT_GE_MSG(test, plane_state->src.x1, 0, in check_src_eq()
92 KUNIT_ASSERT_GE_MSG(test, plane_state->src.y1, 0, in check_src_eq()
/linux/include/kunit/
H A Dtest.h1556 KUNIT_ASSERT_GE_MSG(test, left, right, NULL)
1558 #define KUNIT_ASSERT_GE_MSG(test, left, right, fmt, ...) \ macro
/linux/sound/soc/codecs/
H A Dcs-amp-lib-test.c245 KUNIT_ASSERT_GE_MSG(test, ksize(buf), priv->cal_blob->size, "Buffer to small"); in cs_amp_lib_test_get_efi_variable()
330 KUNIT_ASSERT_GE_MSG(test, ksize(buf), priv->cal_blob->size, "Buffer to small"); in cs_amp_lib_test_get_hp_cal_efi_variable()