| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_uc_fw.c | 207 u8 patch; member 214 .patch = patch_, \ 332 uc_fw->file_wanted.ver.patch = blob->patch; in __uc_fw_auto_select() 427 if (fw_blobs[i].blob.patch < fw_blobs[i - 1].blob.patch) in validate_fw_table_type() 437 fw_blobs[i - 1].blob.patch, in validate_fw_table_type() 442 fw_blobs[i].blob.patch); in validate_fw_table_type() 756 uc_fw->file_selected.ver.patch); in guc_check_version_range() 765 guc->submission_version.patch); in guc_check_version_range() 880 (selected->ver.patch < wanted->ver.patch)) in intel_uc_check_file_version() 967 uc_fw->file_wanted.ver.patch, in intel_uc_fw_fetch() [all …]
|
| A D | intel_gsc_fw.c | 232 gsc->release.patch, gsc->release.build); in intel_gsc_fw_get_binary_info() 242 if (gsc->release.patch < min_ver.patch) { in intel_gsc_fw_get_binary_info() 244 } else if (gsc->release.patch == min_ver.patch) { in intel_gsc_fw_get_binary_info() 253 gsc->release.patch, gsc->release.build, in intel_gsc_fw_get_binary_info() 255 min_ver.patch, min_ver.build); in intel_gsc_fw_get_binary_info() 517 gsc->release.patch, gsc->release.build, in intel_gsc_uc_fw_upload()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_uc_fw.c | 102 u16 patch; member 259 uc_fw->versions.wanted.patch = entries[i].patch; in uc_fw_auto_select() 372 (wanted->patch != found->patch)))) { in xe_uc_fw_check_version_requirements() 375 found->major, found->minor, found->patch, in xe_uc_fw_check_version_requirements() 376 wanted->major, wanted->minor, wanted->patch); in xe_uc_fw_check_version_requirements() 381 (wanted->minor == found->minor && wanted->patch > found->patch)) { in xe_uc_fw_check_version_requirements() 384 wanted->major, wanted->minor, wanted->patch, in xe_uc_fw_check_version_requirements() 385 found->major, found->minor, found->patch, in xe_uc_fw_check_version_requirements() 524 release->patch = manifest->fw_version.hotfix; in parse_cpd_header() 662 ver_->patch, ver_->build); \ [all …]
|
| A D | xe_gt_sriov_vf.c | 113 found->patch = FIELD_GET(VF2GUC_MATCH_VERSION_RESPONSE_MSG_1_PATCH, response[1]); in guc_action_match_version() 125 .patch = 0 in guc_action_match_version_any() 190 guc_version->minor, guc_version->patch); in vf_handshake_with_guc() 193 wanted.minor, wanted.patch); in vf_handshake_with_guc() 224 guc_version->minor, guc_version->patch); in vf_handshake_with_guc() 231 guc_version->minor, guc_version->patch, in vf_handshake_with_guc() 240 wanted.branch, wanted.major, wanted.minor, wanted.patch); in vf_handshake_with_guc() 1096 guc_version->minor, guc_version->patch); in xe_gt_sriov_vf_print_version()
|
| A D | xe_guc_engine_activity.c | 127 struct xe_uc_fw_version required = { .major = 1, .minor = 14, .patch = 1 }; in is_engine_activity_supported() 139 version->major, version->minor, version->patch, required.major, in is_engine_activity_supported() 140 required.minor, required.patch); in is_engine_activity_supported()
|
| A D | xe_uc_fw_types.h | 75 u16 patch; member
|
| A D | xe_guc_log.c | 201 snapshot->ver_found.major, snapshot->ver_found.minor, snapshot->ver_found.patch, in xe_guc_log_snapshot_print() 202 snapshot->ver_want.major, snapshot->ver_want.minor, snapshot->ver_want.patch); in xe_guc_log_snapshot_print()
|
| /drivers/gpu/drm/ci/ |
| A D | static-checks.yml | 1 check-patch: 6 - drivers/gpu/drm/ci/check-patch.py
|
| /drivers/scsi/aic7xxx/aicasm/ |
| A D | aicasm.c | 66 typedef struct patch { struct 67 STAILQ_ENTRY(patch) links; 74 STAILQ_HEAD(patch_list, patch) patches; argument 81 static void emit_patch(scope_t *scope, int patch); 488 emit_patch(scope_t *scope, int patch) in emit_patch() argument 493 pinfo = &scope->patches[patch]; in emit_patch() 506 if (patch == 0) { in emit_patch()
|
| /drivers/mfd/ |
| A D | lochnagar-i2c.c | 178 const struct reg_sequence *patch; member 188 .patch = lochnagar1_patch, 196 .patch = lochnagar2_patch, 358 ret = regmap_register_patch(lochnagar->regmap, config->patch, in lochnagar_i2c_probe()
|
| /drivers/gpu/drm/msm/adreno/ |
| A D | adreno_device.c | 144 unsigned int r, patch; in find_chipid() local 146 if (sscanf(compat, "qcom,adreno-%u.%u", &r, &patch) == 2 || in find_chipid() 147 sscanf(compat, "amd,imageon-%u.%u", &r, &patch) == 2) { in find_chipid() 159 patch; in find_chipid()
|
| /drivers/base/regmap/ |
| A D | regmap-kunit.c | 650 struct reg_sequence patch[2]; in register_patch() local 668 patch[0].reg = 2; in register_patch() 669 patch[0].def = rval[2] + 1; in register_patch() 670 patch[0].delay_us = 0; in register_patch() 671 patch[1].reg = 5; in register_patch() 672 patch[1].def = rval[5] + 1; in register_patch() 673 patch[1].delay_us = 0; in register_patch() 1165 patch[0].def = rval[2] + 1; in cache_sync_patch() 1166 patch[0].delay_us = 0; in cache_sync_patch() 1168 patch[1].def = rval[5] + 1; in cache_sync_patch() [all …]
|
| A D | regcache.c | 406 ret = _regmap_write(map, map->patch[i].reg, map->patch[i].def); in regcache_sync() 409 map->patch[i].reg, map->patch[i].def, ret); in regcache_sync()
|
| /drivers/scsi/ |
| A D | script_asm.pl | 205 sub patch { subroutine 264 &patch ($address + $word, $offset, $length, $value); 807 &patch ($address / 4, $address % 4, $length, $symbol_values{$i}); 949 for $patch (sort {$a <=> $b} @label_patches) { 950 printf OUTPUT "\t0x%08x,\n", $patch;
|
| /drivers/staging/media/ipu7/abi/ |
| A D | ipu7_fw_common_abi.h | 17 u8 patch; member 25 (subminor_val), .patch = (patch_val)}
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| A D | base.c | 200 bios->version.patch = nvbios_rd08(bios, bit_i.offset + 4); in nvkm_bios_new() 211 bios->version.minor, bios->version.micro, bios->version.patch); in nvkm_bios_new()
|
| /drivers/media/i2c/ |
| A D | vgxy61.c | 1539 u64 patch; in vgxy61_patch() local 1549 cci_read(sensor->regmap, VGXY61_REG_FWPATCH_REVISION, &patch, &ret); in vgxy61_patch() 1553 if (patch != (VGXY61_FWPATCH_REVISION_MAJOR << 12) + in vgxy61_patch() 1561 (u16)patch >> 12, ((u16)patch >> 8) & 0x0f, (u16)patch & 0xff); in vgxy61_patch() 1565 (u16)patch >> 12, ((u16)patch >> 8) & 0x0f, (u16)patch & 0xff); in vgxy61_patch()
|
| A D | vd55g1.c | 1115 u64 patch; in vd55g1_patch() local 1127 vd55g1_read(sensor, VD55G1_REG_FWPATCH_REVISION, &patch, &ret); in vd55g1_patch() 1128 if (patch != (VD55G1_FWPATCH_REVISION_MAJOR << 8) + in vd55g1_patch() 1133 (u8)(patch >> 8), (u8)(patch & 0xff)); in vd55g1_patch() 1137 (u8)(patch >> 8), (u8)(patch & 0xff)); in vd55g1_patch()
|
| /drivers/bluetooth/ |
| A D | hci_ag6xx.c | 200 goto patch; in ag6xx_setup() 216 patch: in ag6xx_setup()
|
| /drivers/hid/bpf/ |
| A D | Kconfig | 12 kernel patch and allow a lot more flexibility.
|
| /drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| A D | bios.h | 22 u8 patch; member
|
| /drivers/gpu/drm/i915/ |
| A D | i915_query.c | 572 if (ver.branch || ver.major || ver.minor || ver.patch) in query_guc_submission_version() 578 ver.patch = guc->submission_version.patch; in query_guc_submission_version()
|
| /drivers/net/wireless/atmel/ |
| A D | at76c50x-usb.h | 312 u8 patch; member 338 u8 patch; /* firmware patch level */ member
|
| /drivers/net/ethernet/brocade/bna/ |
| A D | bfi.h | 233 u8 patch; member 244 u8 patch;
|
| /drivers/parisc/ |
| A D | README.dino | 25 ** patch PHSS_12295"
|