Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_trace.c24 TRACE_SYMBOL(EC_CMD_GET_CMD_VERSIONS), \
Dcros_ec_debugfs.c329 msg->command = EC_CMD_GET_CMD_VERSIONS + ec->cmd_offset; in ec_read_version_supported()
Dcros_ec_proto.c388 msg->command = EC_CMD_GET_CMD_VERSIONS; in cros_ec_get_host_command_version_mask()
Dcros_ec_typec.c1000 ret = cros_ec_command(typec->ec, 1, EC_CMD_GET_CMD_VERSIONS, in cros_typec_get_cmd_version()
/linux-5.19.10/drivers/power/supply/
Dcros_peripheral_charger.c95 ret = cros_pchg_ec_command(charger, 1, EC_CMD_GET_CMD_VERSIONS, in cros_pchg_cmd_ver_check()
/linux-5.19.10/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c50 .command = EC_CMD_GET_CMD_VERSIONS + cmd_offset, in cros_ec_get_host_cmd_version_mask()
/linux-5.19.10/include/linux/platform_data/
Dcros_ec_commands.h1065 #define EC_CMD_GET_CMD_VERSIONS 0x0008 macro