Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/platform/chrome/
Dcros_ec_proto.c378 struct ec_response_get_cmd_versions *rver; in cros_ec_get_host_command_version_mask() local
382 msg = kmalloc(sizeof(*msg) + max(sizeof(*rver), sizeof(*pver)), in cros_ec_get_host_command_version_mask()
389 msg->insize = sizeof(*rver); in cros_ec_get_host_command_version_mask()
397 rver = (struct ec_response_get_cmd_versions *)msg->data; in cros_ec_get_host_command_version_mask()
398 *mask = rver->version_mask; in cros_ec_get_host_command_version_mask()
/linux-5.19.10/drivers/bluetooth/
Dbtusb.c3172 struct qca_rampatch_version *rver; in btusb_setup_qca_load_rampatch() local
3193 rver = (struct qca_rampatch_version *)(fw->data + info->ver_offset); in btusb_setup_qca_load_rampatch()
3194 rver_rom_low = le16_to_cpu(rver->rom_version_low); in btusb_setup_qca_load_rampatch()
3195 rver_patch = le16_to_cpu(rver->patch_version); in btusb_setup_qca_load_rampatch()
3198 rver_rom_high = le16_to_cpu(rver->rom_version_high); in btusb_setup_qca_load_rampatch()