Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_NOT_NULL (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/tests/
Ddrm_format_test.c25 KUNIT_ASSERT_NOT_NULL(test, info); in drm_test_format_block_width_one_plane()
36 KUNIT_ASSERT_NOT_NULL(test, info); in drm_test_format_block_width_two_plane()
48 KUNIT_ASSERT_NOT_NULL(test, info); in drm_test_format_block_width_three_plane()
61 KUNIT_ASSERT_NOT_NULL(test, info); in drm_test_format_block_width_tiled()
81 KUNIT_ASSERT_NOT_NULL(test, info); in drm_test_format_block_height_one_plane()
92 KUNIT_ASSERT_NOT_NULL(test, info); in drm_test_format_block_height_two_plane()
104 KUNIT_ASSERT_NOT_NULL(test, info); in drm_test_format_block_height_three_plane()
117 KUNIT_ASSERT_NOT_NULL(test, info); in drm_test_format_block_height_tiled()
137 KUNIT_ASSERT_NOT_NULL(test, info); in drm_test_format_min_pitch_one_plane_8bpp()
160 KUNIT_ASSERT_NOT_NULL(test, info); in drm_test_format_min_pitch_one_plane_16bpp()
[all …]
/linux-6.1.9/drivers/thunderbolt/
Dtest.c891 KUNIT_ASSERT_NOT_NULL(test, path); in tb_test_path_not_bonded_lane0()
953 KUNIT_ASSERT_NOT_NULL(test, path); in tb_test_path_not_bonded_lane1()
1033 KUNIT_ASSERT_NOT_NULL(test, path); in tb_test_path_not_bonded_lane1_chain()
1113 KUNIT_ASSERT_NOT_NULL(test, path); in tb_test_path_not_bonded_lane1_chain_reverse()
1205 KUNIT_ASSERT_NOT_NULL(test, path); in tb_test_path_mixed_chain()
1297 KUNIT_ASSERT_NOT_NULL(test, path); in tb_test_path_mixed_chain_reverse()
1341 KUNIT_ASSERT_NOT_NULL(test, tunnel1); in tb_test_tunnel_pcie()
1356 KUNIT_ASSERT_NOT_NULL(test, tunnel2); in tb_test_tunnel_pcie()
1393 KUNIT_ASSERT_NOT_NULL(test, tunnel); in tb_test_tunnel_dp()
1439 KUNIT_ASSERT_NOT_NULL(test, tunnel); in tb_test_tunnel_dp_chain()
[all …]
/linux-6.1.9/kernel/events/
Dhw_breakpoint_test.c69 KUNIT_ASSERT_NOT_NULL(test, bp); in fill_one_bp_slot()
/linux-6.1.9/include/kunit/
Dtest.h1270 #define KUNIT_ASSERT_NOT_NULL(test, ptr) \ macro