Home
last modified time | relevance | path

Searched refs:rver (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/chrome/
Dcros_ec_proto.c376 struct ec_response_get_cmd_versions *rver; in cros_ec_get_host_command_version_mask() local
380 msg = kmalloc(sizeof(*msg) + max(sizeof(*rver), sizeof(*pver)), in cros_ec_get_host_command_version_mask()
387 msg->insize = sizeof(*rver); in cros_ec_get_host_command_version_mask()
395 rver = (struct ec_response_get_cmd_versions *)msg->data; in cros_ec_get_host_command_version_mask()
396 *mask = rver->version_mask; in cros_ec_get_host_command_version_mask()
/kernel/linux/linux-5.10/drivers/bluetooth/
Dbtusb.c3626 struct qca_rampatch_version *rver; in btusb_setup_qca_load_rampatch() local
3647 rver = (struct qca_rampatch_version *)(fw->data + info->ver_offset); in btusb_setup_qca_load_rampatch()
3648 rver_rom_low = le16_to_cpu(rver->rom_version_low); in btusb_setup_qca_load_rampatch()
3649 rver_patch = le16_to_cpu(rver->patch_version); in btusb_setup_qca_load_rampatch()
3652 rver_rom_high = le16_to_cpu(rver->rom_version_high); in btusb_setup_qca_load_rampatch()