Searched refs:cros_kunit_ec_pkt_xfer_mock_called (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/platform/chrome/ |
D | cros_kunit_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_kunit_util.h | 29 extern int cros_kunit_ec_pkt_xfer_mock_called;
|
D | cros_ec_proto_test.c | 1702 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 1); in cros_ec_proto_test_cmd_xfer_protocol_v3_normal() 1739 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 0); in cros_ec_proto_test_cmd_xfer_protocol_v2_normal() 1811 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 2); in cros_ec_proto_test_cmd_xfer_in_progress_normal() 1839 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 51); in cros_ec_proto_test_cmd_xfer_in_progress_retries_eagain() 1878 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 51); in cros_ec_proto_test_cmd_xfer_in_progress_retries_status_processing() 1936 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 2); in cros_ec_proto_test_cmd_xfer_in_progress_return_error() 1966 KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 2); in cros_ec_proto_test_cmd_xfer_in_progress_return0()
|