Searched refs:patch (Results 51 - 75 of 150) sorted by relevance

123456

/linux-master/Documentation/
H A Dconf.py32 major, minor, patch = sphinx.version_info[:3]
61 if (major > 3) or (minor > 0 or patch >= 2):
/linux-master/arch/arm/probes/kprobes/
H A Dcore.c28 #include <asm/patch.h>
156 struct patch { struct
163 struct patch *p = data;
170 struct patch p = {
/linux-master/arch/riscv/errata/sifive/
H A Derrata.c11 #include <asm/patch.h>
/linux-master/sound/pci/hda/
H A Dhda_bind.c90 hda_codec_patch_t patch; local
114 patch = (hda_codec_patch_t)codec->preset->driver_data;
115 if (patch) {
116 err = patch(codec);
308 * patch instance.
/linux-master/drivers/mfd/
H A Dlochnagar-i2c.c178 const struct reg_sequence *patch; member in struct:lochnagar_config
188 .patch = lochnagar1_patch,
196 .patch = lochnagar2_patch,
358 ret = regmap_register_patch(lochnagar->regmap, config->patch,
361 dev_err(dev, "Failed to register patch: %d\n", ret);
/linux-master/arch/arm64/kernel/pi/
H A DMakefile49 obj-$(CONFIG_UNWIND_PATCH_PAC_INTO_SCS) += patch-scs.pi.o
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c66 typedef struct patch { struct
67 STAILQ_ENTRY(patch) links;
74 STAILQ_HEAD(patch_list, patch) patches;
81 static void emit_patch(scope_t *scope, int patch);
392 * Output patch information. Patch functions first.
418 "static const struct patch {\n"
465 * Emit the first patch for this scope
482 * Emit the second, closing, patch for this scope
488 emit_patch(scope_t *scope, int patch) argument
493 pinfo = &scope->patches[patch];
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap-kunit.c362 struct reg_sequence patch[2]; local
381 patch[0].reg = 2;
382 patch[0].def = rval[2] + 1;
383 patch[0].delay_us = 0;
384 patch[1].reg = 5;
385 patch[1].def = rval[5] + 1;
386 patch[1].delay_us = 0;
387 KUNIT_EXPECT_EQ(test, 0, regmap_register_patch(map, patch,
388 ARRAY_SIZE(patch)));
767 struct reg_sequence patch[ local
[all...]
/linux-master/sound/drivers/opl3/
H A Dopl3_midi.c299 struct fm_patch *patch; local
340 patch = snd_opl3_find_patch(opl3, prg, bank, 0);
341 if (!patch) {
346 fm = &patch->inst;
347 switch (patch->type) {
363 instr_4op ? 3 : 2, patch->name);
519 * device is whatever was specified in the patch library.
524 * use transpose if defined in patch library
586 /* allocate extra program if specified in patch library */
/linux-master/sound/soc/codecs/
H A Dhdac_hda.c42 module_param_array_named(patch, loadable_patch, charp, NULL, 0444);
43 MODULE_PARM_DESC(patch, "Patch file array for Intel HD audio interface. The array index is the codec address.");
409 hda_codec_patch_t patch; local
440 dev_info(&hdev->dev, "Applying patch firmware '%s'\n",
449 dev_err(&hdev->dev, "failed to load hda patch %d\n", ret);
483 patch = (hda_codec_patch_t)hcodec->preset->driver_data;
484 if (patch) {
485 ret = patch(hcodec);
487 dev_err(&hdev->dev, "patch failed %d\n", ret);
491 dev_dbg(&hdev->dev, "no patch fil
[all...]
H A Dhda.c179 hda_codec_patch_t patch; local
217 patch = (hda_codec_patch_t)codec->preset->driver_data;
218 if (!patch) {
219 dev_err(&hdev->dev, "no patch specified\n");
224 ret = patch(codec);
/linux-master/arch/parisc/kernel/
H A DMakefile13 patch.o toc.o toc_asm.o
H A Dkprobes.c15 #include <asm/patch.h>
H A Dftrace.c23 #include <asm/patch.h>
/linux-master/arch/riscv/kernel/
H A Dftrace.c12 #include <asm/patch.h>
/linux-master/scripts/package/
H A Dkernel.spec18 Source2: diff.patch
52 patch -p1 < %{SOURCE2}
/linux-master/scripts/
H A Dparse-maintainers.pl39 R: Person acting as a patch reviewer
51 K: Keyword - patch content regex
H A Dcoccicheck102 OPTIONS="--patch $srctree $OPTIONS"
118 echo 'Available modes are the following: patch, report, context, org, chain'
128 echo 'All available modes will be tried (in that order): patch, report, context, org'
136 echo 'Please check for false positives in the output before submitting a patch.'
137 echo 'When using "patch" mode, carefully review the patch before submitting it.'
201 echo "Skipping coccinelle SmPL patch: $COCCI"
203 echo "This SmPL patch requires: $REQ"
218 echo 'Message example to submit a patch:'
222 if [ "$MODE" = "patch" ] ; the
[all...]
/linux-master/drivers/bluetooth/
H A Dhci_ag6xx.c200 goto patch;
216 patch:
217 /* If there is no applied patch, fw_patch_num is always 0x00. In other
218 * cases, current firmware is already patched. No need to patch it.
221 bt_dev_info(hdev, "Device is already patched. patch num: %02x",
235 bt_dev_err(hdev, "Failed to open Intel patch file: %s(%d)",
243 /* PBN patch file contains a list of binary patches to be applied on top
244 * of the embedded firmware. Each patch entry header contains the target
245 * address and patch size.
251 * PBN file is terminated by a patch entr
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dbase.c200 bios->version.patch = nvbios_rd08(bios, bit_i.offset + 4);
211 bios->version.minor, bios->version.micro, bios->version.patch);
/linux-master/arch/arm64/kernel/
H A Dpatching.c230 struct aarch64_insn_patch patch = { local
240 return stop_machine_cpuslocked(aarch64_insn_patch_text_cb, &patch,
/linux-master/drivers/scsi/
H A Dscript_asm.pl198 # &patch ($address, $offset, $length, $value) patches $code[$address]
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;
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h131 /* Setup and patch methods for this firmware */
133 void (*patch)(struct Scsi_Host *); member in struct:sym_fw
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.h72 u32 patch; member in struct:intel_uc_fw_ver
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c715 unsigned int r, patch; local
717 if (sscanf(compat, "qcom,adreno-%u.%u", &r, &patch) == 2 ||
718 sscanf(compat, "amd,imageon-%u.%u", &r, &patch) == 2) {
730 patch;

Completed in 192 milliseconds

123456