Searched refs:ec_response_get_comms_status (Results 1 – 3 of 3) sorted by relevance
141 struct ec_response_get_comms_status status; in cros_ec_wait_until_complete()144 struct ec_response_get_comms_status *status = &buf.status; in cros_ec_wait_until_complete()
1778 struct ec_response_get_comms_status *data; in cros_ec_proto_test_cmd_xfer_in_progress_normal()1783 data = (struct ec_response_get_comms_status *)mock->o_data; in cros_ec_proto_test_cmd_xfer_in_progress_normal()1788 KUNIT_EXPECT_EQ(test, ret, sizeof(struct ec_response_get_comms_status)); in cros_ec_proto_test_cmd_xfer_in_progress_normal()1806 sizeof(struct ec_response_get_comms_status)); in cros_ec_proto_test_cmd_xfer_in_progress_normal()1861 struct ec_response_get_comms_status *data; in cros_ec_proto_test_cmd_xfer_in_progress_retries_status_processing()1868 data = (struct ec_response_get_comms_status *)mock->o_data; in cros_ec_proto_test_cmd_xfer_in_progress_retries_status_processing()
1112 struct ec_response_get_comms_status { struct