Searched refs:EC_VER_MASK (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c421 if (response.version_mask & EC_VER_MASK(1)) {
/linux-master/drivers/platform/chrome/
H A Dcros_ec_debugfs.c341 response->version_mask & EC_VER_MASK(1);
H A Dcros_ec_typec.c1160 if (resp.version_mask & EC_VER_MASK(2))
1162 else if (resp.version_mask & EC_VER_MASK(1))
H A Dcros_ec_proto.c549 ec_dev->host_sleep_v1 = (ret == 0 && (ver_mask & EC_VER_MASK(1)));
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h31 #define EC_VER_MASK(version) BIT(version) macro
1086 * @version_mask: Mask of supported versions; use EC_VER_MASK() to compare with
6393 * EC_VER_MASK(0);
6396 * EC_VER_MASK(0);
6399 * EC_VER_MASK(0);

Completed in 139 milliseconds