Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A 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()
H A 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);
H A Dcros_ec_proto_test.c197 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_normal()
351 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_no_pd_return_error()
416 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_no_pd_return0()
481 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_normal_v3_return_error()
546 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_normal_v3_return0()
611 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_xfer_error()
659 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_return_error()
707 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_data_error()
760 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_legacy_return0()
808 struct ec_xfer_mock *mock; in cros_ec_proto_test_query_all_no_mkbp()
[all …]