Home
last modified time | relevance | path

Searched refs:EC_VER_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/platform/chrome/
Dcros_ec_debugfs.c338 response->version_mask & EC_VER_MASK(1); in ec_read_version_supported()
Dcros_ec_typec.c1128 if (resp.version_mask & EC_VER_MASK(2)) in cros_typec_get_cmd_version()
1130 else if (resp.version_mask & EC_VER_MASK(1)) in cros_typec_get_cmd_version()
Dcros_ec_proto.c549 ec_dev->host_sleep_v1 = (ret == 0 && (ver_mask & EC_VER_MASK(1))); in cros_ec_query_all()
/linux-6.1.9/include/linux/platform_data/
Dcros_ec_commands.h31 #define EC_VER_MASK(version) BIT(version) macro