Home
last modified time | relevance | path

Searched refs:ec_xfer_mock (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/platform/chrome/
Dcros_kunit_util.c26 struct ec_xfer_mock *mock; in cros_kunit_ec_xfer_mock()
28 mock = list_first_entry_or_null(&cros_kunit_ec_xfer_mock_in, struct ec_xfer_mock, list); in cros_kunit_ec_xfer_mock()
64 struct ec_xfer_mock *cros_kunit_ec_xfer_mock_add(struct kunit *test, size_t size) in cros_kunit_ec_xfer_mock_add()
69 struct ec_xfer_mock *cros_kunit_ec_xfer_mock_addx(struct kunit *test, in cros_kunit_ec_xfer_mock_addx()
72 struct ec_xfer_mock *mock; in cros_kunit_ec_xfer_mock_addx()
91 struct ec_xfer_mock *cros_kunit_ec_xfer_mock_next(void) in cros_kunit_ec_xfer_mock_next()
93 struct ec_xfer_mock *mock; in cros_kunit_ec_xfer_mock_next()
95 mock = list_first_entry_or_null(&cros_kunit_ec_xfer_mock_out, struct ec_xfer_mock, list); in cros_kunit_ec_xfer_mock_next()
Dcros_kunit_util.h11 struct ec_xfer_mock { struct
34 struct ec_xfer_mock *cros_kunit_ec_xfer_mock_add(struct kunit *test, size_t size); argument
35 struct ec_xfer_mock *cros_kunit_ec_xfer_mock_addx(struct kunit *test,
37 struct ec_xfer_mock *cros_kunit_ec_xfer_mock_next(void);
Dcros_ec_proto_test.c196 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_normal()
350 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_no_pd_return_error()
415 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_no_pd_return0()
480 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_normal_v3_return_error()
545 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_normal_v3_return0()
610 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_xfer_error()
658 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_return_error()
706 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_data_error()
759 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_return0()
807 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_no_mkbp()
[all …]