Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_PTR_NE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_proto_test.c205 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(tes in cros_ec_proto_test_query_all_legacy_normal_v3_return_error()
[all...]
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk_test.c1061 KUNIT_ASSERT_PTR_NE(test, parent, NULL); in clk_test_single_parent_mux_set_range_disjoint_child_last()
1093 KUNIT_ASSERT_PTR_NE(test, parent, NULL); in clk_test_single_parent_mux_set_range_disjoint_parent_last()
1121 KUNIT_ASSERT_PTR_NE(test, parent, NULL); in clk_test_single_parent_mux_set_range_round_rate_parent_only()
1151 KUNIT_ASSERT_PTR_NE(test, parent, NULL); in clk_test_single_parent_mux_set_range_round_rate_child_smaller()
1189 KUNIT_ASSERT_PTR_NE(test, parent, NULL); in clk_test_single_parent_mux_set_range_round_rate_parent_smaller()
2486 KUNIT_ASSERT_PTR_NE(test, parent, NULL); in clk_mux_no_reparent_round_rate()
2523 KUNIT_ASSERT_PTR_NE(test, parent, NULL); in clk_mux_no_reparent_set_rate()
/kernel/linux/linux-5.10/include/kunit/
H A Dtest.h1575 * KUNIT_ASSERT_PTR_NE() - Asserts that pointers @left and @right are not equal.
1585 #define KUNIT_ASSERT_PTR_NE(test, left, right) \ macro
/kernel/linux/linux-6.6/include/kunit/
H A Dtest.h1293 * KUNIT_ASSERT_PTR_NE() - Asserts that pointers @left and @right are not equal.
1303 #define KUNIT_ASSERT_PTR_NE(test, left, right) \ macro

Completed in 9 milliseconds