Searched refs:EC_RES_IN_PROGRESS (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/platform/chrome/ |
H A D | cros_ec_proto.c | 29 [EC_RES_IN_PROGRESS] = -EINPROGRESS, 186 if (msg->result == EC_RES_IN_PROGRESS) in cros_ec_send_command() 218 * EC_RES_IN_PROGRESS and to warn about them. 223 * Return: -EAGAIN if ec_msg->result == EC_RES_IN_PROGRESS. Otherwise, 0. 231 case EC_RES_IN_PROGRESS: in cros_ec_check_result()
|
H A D | cros_ec_trace.c | 210 TRACE_SYMBOL(EC_RES_IN_PROGRESS), \
|
H A D | cros_ec_proto_test.c | 173 msg->result = EC_RES_IN_PROGRESS; in cros_ec_proto_test_check_result() 1759 /* For the first host command to return EC_RES_IN_PROGRESS. */ in cros_ec_proto_test_cmd_xfer_in_progress_normal() 1761 mock = cros_kunit_ec_xfer_mock_addx(test, 0, EC_RES_IN_PROGRESS, 0); in cros_ec_proto_test_cmd_xfer_in_progress_normal() 1781 /* For the first host command to return EC_RES_IN_PROGRESS. */ in cros_ec_proto_test_cmd_xfer_in_progress_normal() 1814 /* For the first host command to return EC_RES_IN_PROGRESS. */ in cros_ec_proto_test_cmd_xfer_in_progress_retries_eagain() 1816 mock = cros_kunit_ec_xfer_mock_addx(test, 0, EC_RES_IN_PROGRESS, 0); in cros_ec_proto_test_cmd_xfer_in_progress_retries_eagain() 1842 /* For the first host command to return EC_RES_IN_PROGRESS. */ in cros_ec_proto_test_cmd_xfer_in_progress_retries_status_processing() 1844 mock = cros_kunit_ec_xfer_mock_addx(test, 0, EC_RES_IN_PROGRESS, 0); in cros_ec_proto_test_cmd_xfer_in_progress_retries_status_processing() 1879 /* For the first host command to return EC_RES_IN_PROGRESS. */ in cros_ec_proto_test_cmd_xfer_in_progress_xfer_error() 1881 mock = cros_kunit_ec_xfer_mock_addx(test, 0, EC_RES_IN_PROGRESS, in cros_ec_proto_test_cmd_xfer_in_progress_xfer_error() [all...] |
H A D | cros_ec_i2c.c | 120 case EC_RES_IN_PROGRESS: in cros_ec_pkt_xfer_i2c()
|
/linux/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 475 EC_RES_IN_PROGRESS = 8, /* Accepted, command in progress */ enumerator 1135 /* EC_RES_IN_PROGRESS may be returned if a command is slow */
|