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);
197 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 …]
Completed in 10 milliseconds