Searched refs:EC_CMD_GET_CMD_VERSIONS (Results 1 – 7 of 7) sorted by relevance
24 TRACE_SYMBOL(EC_CMD_GET_CMD_VERSIONS), \
328 msg->command = EC_CMD_GET_CMD_VERSIONS + ec->cmd_offset; in ec_read_version_supported()
386 msg->command = EC_CMD_GET_CMD_VERSIONS; in cros_ec_get_host_command_version_mask()
1038 ret = cros_typec_ec_command(typec, 1, EC_CMD_GET_CMD_VERSIONS, in cros_typec_get_cmd_version()
94 ret = cros_pchg_ec_command(charger, 1, EC_CMD_GET_CMD_VERSIONS, in cros_pchg_cmd_ver_check()
50 .command = EC_CMD_GET_CMD_VERSIONS + cmd_offset, in cros_ec_get_host_cmd_version_mask()
1061 #define EC_CMD_GET_CMD_VERSIONS 0x0008 macro