Home
last modified time | relevance | path

Searched refs:EC_CMD_GET_CMD_VERSIONS (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_trace.c19 TRACE_SYMBOL(EC_CMD_GET_CMD_VERSIONS), \
Dcros_ec_debugfs.c310 msg->command = EC_CMD_GET_CMD_VERSIONS + ec->cmd_offset; in ec_read_version_supported()
Dcros_ec_proto.c311 msg->command = EC_CMD_GET_CMD_VERSIONS; in cros_ec_get_host_command_version_mask()
/Linux-v5.4/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c41 .command = EC_CMD_GET_CMD_VERSIONS + cmd_offset, in cros_ec_get_host_cmd_version_mask()
/Linux-v5.4/include/linux/platform_data/
Dcros_ec_commands.h1058 #define EC_CMD_GET_CMD_VERSIONS 0x0008 macro