Searched refs:KUNIT_ASSERT_GE_MSG (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_plane_helper_test.c | 88 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 D | test.h | 1556 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 D | cs-amp-lib-test.c | 245 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()
|