Searched refs:patch (Results 76 - 100 of 150) sorted by relevance

123456

/linux-master/drivers/base/regmap/
H A Dregcache.c379 /* Apply any patch first */
382 ret = _regmap_write(map, map->patch[i].reg, map->patch[i].def);
385 map->patch[i].reg, map->patch[i].def, ret);
H A Dinternal.h160 struct reg_sequence *patch; member in struct:regmap
/linux-master/arch/riscv/kernel/
H A Dalternative.c21 #include <asm/patch.h>
85 /* patch the call place again */
100 /* patch the call place again */
H A DMakefile60 obj-y += patch.o
/linux-master/arch/riscv/errata/thead/
H A Derrata.c19 #include <asm/patch.h>
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h312 u8 patch; member in struct:mib_fw_version
338 u8 patch; /* firmware patch level */ member in struct:at76_fw_header
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfi.h233 u8 patch; member in struct:bfi_ioc_fwver
244 u8 patch;
/linux-master/arch/mips/include/asm/
H A Dcpu.h271 * the patch number. *ARGH*
275 #define PRID_REV_ENCODE_332(ver, rev, patch) \
276 ((ver) << 5 | (rev) << 2 | (patch))
/linux-master/sound/soc/codecs/
H A Dwm8997.c87 const struct reg_default *patch = NULL; local
92 patch = wm8997_sysclk_reva_patch;
101 if (patch)
103 regmap_write_async(regmap, patch[i].reg,
104 patch[i].def);
H A Dwm5102.c586 const struct reg_default *patch = NULL; local
591 patch = wm5102_sysclk_reva_patch;
595 patch = wm5102_sysclk_revb_patch;
602 if (patch)
604 regmap_write_async(regmap, patch[i].reg,
605 patch[i].def);
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c459 u16 build = 0, major = 0, patch = 0; local
606 patch = eeprom_cfg_blkh & 0x00ff;
610 patch);
/linux-master/drivers/gpu/drm/i915/
H A Di915_query.c572 if (ver.branch || ver.major || ver.minor || ver.patch)
578 ver.patch = guc->submission_version.patch;
/linux-master/arch/arm/kernel/
H A Dkgdb.c18 #include <asm/patch.h>
H A Dftrace.c26 #include <asm/patch.h>
/linux-master/arch/parisc/kernel/
H A Dkgdb.c19 #include <asm/patch.h>
/linux-master/arch/riscv/kernel/probes/
H A Dkprobes.c14 #include <asm/patch.h>
/linux-master/arch/arm/probes/kprobes/
H A Dopt-arm.c17 #include <asm/patch.h>
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc.c341 gsc->release.patch, gsc->release.build);
/linux-master/Documentation/sphinx/
H A Dcdomain.py49 major, minor, patch = sphinx.version_info[:3]
/linux-master/arch/riscv/net/
H A Dbpf_jit_core.c12 #include <asm/patch.h>
/linux-master/drivers/clk/ti/
H A Dclock.h101 struct ti_clk *patch; member in struct:ti_clk
/linux-master/scripts/
H A DMakefile.package61 $(Q)$(srctree)/scripts/package/gen-diff-patch rpmbuild/SOURCES/diff.patch
/linux-master/drivers/media/i2c/
H A Dst-vgxy61.c1539 u64 patch; local
1549 cci_read(sensor->regmap, VGXY61_REG_FWPATCH_REVISION, &patch, &ret);
1553 if (patch != (VGXY61_FWPATCH_REVISION_MAJOR << 12) +
1557 "bad patch version expected %d.%d.%d got %u.%u.%u\n",
1561 (u16)patch >> 12, ((u16)patch >> 8) & 0x0f, (u16)patch & 0xff);
1564 dev_dbg(&client->dev, "patch %u.%u.%u applied\n",
1565 (u16)patch >> 12, ((u16)patch >>
[all...]
/linux-master/arch/powerpc/platforms/8xx/
H A Dmicropatch.c32 * I2C/SPI relocation patch arrays.
90 * I2C/SPI/SMC1 relocation patch arrays.
212 * USB SOF patch arrays.
237 * SMC relocation patch arrays.
324 static void __init cpm_write_patch(cpm8xx_t *cp, int offset, uint *patch, int len) argument
328 memcpy_toio(cp->cp_dpmem + offset, patch, len);
387 pr_info("%s microcode patch installed\n", patch_name);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dinit.c55 .patch = AR6003_HW_2_0_PATCH_FILE,
78 .patch = AR6003_HW_2_1_1_PATCH_FILE,
621 * It is difficult to patch the firmware boot code,
885 if (ar->hw.fw.patch == NULL)
889 ar->hw.fw.dir, ar->hw.fw.patch);
894 ath6kl_err("Failed to get patch file %s: %d\n",
1058 ath6kl_dbg(ATH6KL_DBG_BOOT, "found patch image ie (%zd B)\n",
1107 "found patch address ie 0x%x\n",
1394 ath6kl_dbg(ATH6KL_DBG_BOOT, "writing patch to 0x%x (%zd B)\n",
1399 ath6kl_err("Failed to write patch fil
[all...]

Completed in 252 milliseconds

123456