Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_typec.c651 if (resp.version_mask & EC_VER_MASK(2)) in cros_typec_get_cmd_version()
653 else if (resp.version_mask & EC_VER_MASK(1)) in cros_typec_get_cmd_version()
H A Dcros_ec_debugfs.c338 response->version_mask & EC_VER_MASK(1); in ec_read_version_supported()
H A Dcros_ec_proto.c396 *mask = rver->version_mask; in cros_ec_get_host_command_version_mask()
/OK3568_Linux_fs/u-boot/include/
H A Dec_commands.h504 uint32_t version_mask; member
/OK3568_Linux_fs/kernel/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_core.c58 *mask = buf.resp.version_mask; in cros_ec_get_host_cmd_version_mask()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwcd934x.c1336 u32 version_mask = 0; in wcd934x_get_version() local
1350 version_mask |= (!!((u8)val1 & 0x80)) << DSD_DISABLED_MASK; in wcd934x_get_version()
1351 version_mask |= (!!((u8)val2 & 0x01)) << SLNQ_DISABLED_MASK; in wcd934x_get_version()
1353 switch (version_mask) { in wcd934x_get_version()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h1086 uint32_t version_mask; member