Searched refs:cros_kunit_ec_pkt_xfer_mock_called (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/platform/chrome/ |
D | cros_ec_proto_test_util.c | 19 int cros_kunit_ec_pkt_xfer_mock_called; variable 60 ++cros_kunit_ec_pkt_xfer_mock_called; in cros_kunit_ec_pkt_xfer_mock() 121 cros_kunit_ec_pkt_xfer_mock_called = 0; in cros_kunit_mock_reset()
|
D | cros_ec_proto_test_util.h | 29 extern int cros_kunit_ec_pkt_xfer_mock_called;
|
D | cros_ec_proto_test.c | 1690 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 1); in cros_ec_proto_test_cmd_xfer_protocol_v3_normal() 1727 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 0); in cros_ec_proto_test_cmd_xfer_protocol_v2_normal() 1799 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 2); in cros_ec_proto_test_cmd_xfer_in_progress_normal() 1827 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 51); in cros_ec_proto_test_cmd_xfer_in_progress_retries_eagain() 1866 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 51); in cros_ec_proto_test_cmd_xfer_in_progress_retries_status_processing() 1924 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 2); in cros_ec_proto_test_cmd_xfer_in_progress_return_error() 1954 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 2); in cros_ec_proto_test_cmd_xfer_in_progress_return0()
|