Searched refs:ec_xfer_mock (Results 1 – 3 of 3) sorted by relevance
26 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()
11 struct ec_xfer_mock { struct34 struct ec_xfer_mock *cros_kunit_ec_xfer_mock_add(struct kunit *test, size_t size); argument35 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);
196 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 …]