Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_proto.c141 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()
Dcros_ec_proto_test.c1778 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()
/Linux-v6.1/include/linux/platform_data/
Dcros_ec_commands.h1112 struct ec_response_get_comms_status { struct