Searched refs:patch (Results 101 - 125 of 150) sorted by relevance

123456

/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h324 #define MAKE_GUC_VER_STRUCT(ver) MAKE_GUC_VER((ver).major, (ver).minor, (ver).patch)
H A Dintel_gsc_fw.c472 gsc->release.patch, gsc->release.build,
H A Dintel_uc.c453 fw->file_selected.ver.patch);
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c111 u8 patch; member in struct:version_format
743 CCG_VERSION_PATCH(uc->version[FW2].app.patch);
1093 cur_version = le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) |
1097 CCG_VERSION_PATCH(fw_cfg.app.patch) |
/linux-master/drivers/scsi/
H A Dwd33c93.c740 struct scsi_cmnd *patch, *cmd; local
1387 patch = NULL;
1391 patch = cmd;
1407 if (patch)
1408 patch->host_scribble = cmd->host_scribble;
H A Dncr53c8xx.c1530 ncrcmd patch[8]; member in struct:ccb
2074 ** We patch the address part of a
2590 ** We patch the address part of a
2815 ** We patch the address part of a
5318 ** Set actual values, sync status and patch all ccbs of
5338 ** patch ALL ccbs of this target.
5397 ** patch ALL ccbs of this target.
5445 ** patch ALL ccbs of this target.
6170 if (dsp == CCB_PHYS (cp, patch[2])) {
6171 vdsp = &cp->patch[
[all...]
/linux-master/sound/soc/codecs/
H A Dmadera.c4219 const struct reg_sequence *patch; member in struct:madera_fllao_patch
4227 .patch = madera_fll_ao_32K_49M_patch,
4234 .patch = madera_fll_ao_32K_45M_patch,
4240 const struct reg_sequence *patch,
4266 val = patch[i].def;
4268 /* modify the patch to apply fll->ref_src as input clock */
4269 if (patch[i].reg == MADERA_FLLAO_CONTROL_6) {
4275 regmap_write(madera->regmap, patch[i].reg, val);
4335 const struct reg_sequence *patch = NULL; local
4359 patch
4239 madera_enable_fll_ao(struct madera_fll *fll, const struct reg_sequence *patch, unsigned int patch_size) argument
[all...]
H A Dwm5110.c164 const struct reg_default *patch = NULL; local
169 patch = wm5110_sysclk_revd_patch;
173 patch = wm5110_sysclk_reve_patch;
180 if (patch)
182 regmap_write_async(regmap, patch[i].reg,
183 patch[i].def);
/linux-master/sound/pci/hda/
H A Dhda_intel.c116 static char *patch[SNDRV_CARDS]; variable
150 module_param_array(patch, charp, NULL, 0444);
151 MODULE_PARM_DESC(patch, "Patch file for Intel HD audio interface.");
2183 if (patch[dev] && *patch[dev]) {
2184 dev_info(card->dev, "Applying patch firmware '%s'\n",
2185 patch[dev]);
2186 err = request_firmware_nowait(THIS_MODULE, true, patch[dev],
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c1316 * If patch version are same, check for MD5 Checksum to be same.
1330 if (drv_fwhdr->fwver.patch == fwhdr_to_cmp->fwver.patch &&
1357 /* Returns TRUE if both are compatible and patch of fwhdr_to_cmp is better. */
1365 if (fwhdr_to_cmp->fwver.patch > base_fwhdr->fwver.patch)
1367 else if (fwhdr_to_cmp->fwver.patch < base_fwhdr->fwver.patch)
1370 /* GA takes priority over internal builds of the same patch stream.
1371 * At this point major minor maint and patch number
[all...]
/linux-master/scripts/
H A Dget_maintainer.pl8 # the files modified in a patch or for a file
10 # usage: perl scripts/get_maintainer.pl [OPTIONS] <patch>
76 my @fixes = (); # If a patch description includes Fixes: lines
570 open(my $patch, "< $file")
573 # We can check arbitrary information before the patch
576 # of a git format-patch generated file (subject tags, etc...)
580 while (<$patch>) {
601 $patch_prefix = "^[+-].*"; #Now parsing the actual patch
614 close($patch);
617 warn "$P: file '${file}' doesn't appear to be a patch
[all...]
/linux-master/kernel/bpf/
H A Dcore.c440 /* Adjust offset of jmps if we cross patch boundaries. */
478 const struct bpf_insn *patch, u32 len)
487 memcpy(prog->insnsi + off, patch, sizeof(*patch));
516 * so we can patch the single target insn with one or more
524 sizeof(*patch) * insn_rest);
525 memcpy(prog_adj->insnsi + off, patch, sizeof(*patch) * len);
477 bpf_patch_insn_single(struct bpf_prog *prog, u32 off, const struct bpf_insn *patch, u32 len) argument
H A Dverifier.c18513 const struct bpf_insn *patch, u32 len)
18525 new_prog = bpf_patch_insn_single(env->prog, off, patch, len);
18802 struct bpf_insn *patch, zext_patch[2], rnd_hi32_patch[4]; local
18853 patch = rnd_hi32_patch;
18883 patch = zext_patch;
18886 new_prog = bpf_patch_insn_data(env, adj_idx, patch, patch_len);
18966 struct bpf_insn patch[] = { local
18971 cnt = ARRAY_SIZE(patch);
18972 new_prog = bpf_patch_insn_data(env, i + delta, patch, cnt);
19324 * patch i
18512 bpf_patch_insn_data(struct bpf_verifier_env *env, u32 off, const struct bpf_insn *patch, u32 len) argument
19555 add_hidden_subprog(struct bpf_verifier_env *env, struct bpf_insn *patch, int len) argument
19603 struct bpf_insn patch[] = { local
19682 struct bpf_insn *patch = &insn_buf[0]; local
19733 struct bpf_insn *patch = &insn_buf[0]; local
[all...]
/linux-master/arch/riscv/kernel/
H A Dcpufeature.c23 #include <asm/patch.h>
729 * Alternative patch sites consider 48 bits when determining when to patch
731 * 16-bit vendor ID and a 32-bit patch ID. A non-zero vendor ID means the
732 * patch site is for an erratum, identified by the 32-bit patch ID. When
733 * the vendor ID is zero, the patch site is for a cpufeature. cpufeatures
734 * further break down patch ID into two 16-bit numbers. The lower 16 bits
736 * to the cpufeature and patch site. If the upper 16 bits are zero, then it
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh37 a test for the patch "Allow compaction of unevictable pages"
/linux-master/drivers/scsi/bfa/
H A Dbfi.h326 uint8_t patch; member in struct:bfi_ioc_fwver_s
337 uint8_t patch;
/linux-master/include/uapi/linux/
H A Dsoundcard.h457 * route the patch to the corresponding device.
1195 #define SEQ_PGM_CHANGE(dev, chn, patch) \
1196 _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0)
1277 perror("Write patch: /dev/sequencer");}
/linux-master/drivers/net/phy/
H A Dbcm7xxx.c146 u8 patch = PHY_BRCM_7XXX_PATCH(phydev->dev_flags); local
156 pr_info_once("%s: %s PHY revision: 0x%02x, patch: %d\n",
157 phydev_name(phydev), phydev->drv->name, rev, patch);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc.c175 if (GUC_VER(version->major, version->minor, version->patch) >= GUC_VER(70, 7, 0))
179 version->major, version->minor, version->patch);
H A Dxe_query.c554 resp.patch_ver = version->patch;
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1647 fwe->fw_version.patch = fwh->patch;
1660 fwe->fwname, fwh->major, fwh->minor, fwh->patch, fwh->build);
2375 priv->fw_version.patch, priv->fw_version.build);
2393 priv->fw_version.patch, priv->fw_version.build);
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h654 u16 patch; member in struct:b43legacy_firmware
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c2246 int patch; local
2273 patch = jit->prg;
2299 *(u32 *)&jit->prg_buf[patch + 2] = (jit->prg - patch) >> 1;
/linux-master/sound/pci/ac97/
H A Dac97_codec.c49 int (*patch)(struct snd_ac97 *ac97); member in struct:ac97_codec_id
185 { 0x83847650, 0xffffffff, "STAC9750,51", NULL, NULL }, // patch?
186 { 0x83847652, 0xffffffff, "STAC9752,53", NULL, NULL }, // patch?
189 { 0x83847666, 0xffffffff, "STAC9766,67", NULL, NULL }, // patch?
1856 if (ac97 && pid->patch) {
1859 pid->patch(ac97);
1868 if (ac97 && pid->patch) {
1871 pid->patch(ac97);
2279 /* codec specific code (patch) should override these values */
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c661 unsigned int patch; local
688 patch = amdgpu_ring_init_cond_exec(ring,
737 amdgpu_ring_patch_cond_exec(ring, patch);

Completed in 424 milliseconds

123456