Searched refs:KUNIT_ASSERT_PTR_NE (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/platform/chrome/ |
| H A D | cros_ec_proto_test.c | 205 KUNIT_ASSERT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal() 218 KUNIT_ASSERT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal() 229 KUNIT_ASSERT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal() 240 KUNIT_ASSERT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal() 251 KUNIT_ASSERT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_normal() 362 KUNIT_ASSERT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return_error() 376 KUNIT_ASSERT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return_error() 427 KUNIT_ASSERT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return0() 441 KUNIT_ASSERT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_no_pd_return0() 487 KUNIT_ASSERT_PTR_NE(test, mock, NULL); in cros_ec_proto_test_query_all_legacy_normal_v3_return_error() [all …]
|
| /linux/kernel/irq/ |
| H A D | irq_test.c | 55 KUNIT_ASSERT_PTR_NE(test, desc, NULL); in irq_test_setup_fake_irq() 71 KUNIT_ASSERT_PTR_NE(test, desc, NULL); in irq_disable_depth_test() 95 KUNIT_ASSERT_PTR_NE(test, desc, NULL); in irq_free_disabled_test() 131 KUNIT_ASSERT_PTR_NE(test, desc, NULL); in irq_shutdown_depth_test() 134 KUNIT_ASSERT_PTR_NE(test, data, NULL); in irq_shutdown_depth_test() 190 KUNIT_ASSERT_PTR_NE(test, desc, NULL); in irq_cpuhotplug_test() 193 KUNIT_ASSERT_PTR_NE(test, data, NULL); in irq_cpuhotplug_test()
|
| /linux/include/kunit/ |
| H A D | test.h | 1473 #define KUNIT_ASSERT_PTR_NE(test, left, right) \ macro
|