Searched refs:rver (Results 1 – 2 of 2) sorted by relevance
449 struct ec_response_get_cmd_versions *rver; in cros_ec_get_host_command_version_mask() local453 msg = kmalloc(sizeof(*msg) + max(sizeof(*rver), sizeof(*pver)), in cros_ec_get_host_command_version_mask()460 msg->insize = sizeof(*rver); in cros_ec_get_host_command_version_mask()481 rver = (struct ec_response_get_cmd_versions *)msg->data; in cros_ec_get_host_command_version_mask()482 *mask = rver->version_mask; in cros_ec_get_host_command_version_mask()
3232 struct qca_rampatch_version *rver; in btusb_setup_qca_load_rampatch() local3253 rver = (struct qca_rampatch_version *)(fw->data + info->ver_offset); in btusb_setup_qca_load_rampatch()3254 rver_rom_low = le16_to_cpu(rver->rom_version_low); in btusb_setup_qca_load_rampatch()3255 rver_patch = le16_to_cpu(rver->patch_version); in btusb_setup_qca_load_rampatch()3258 rver_rom_high = le16_to_cpu(rver->rom_version_high); in btusb_setup_qca_load_rampatch()