Home
last modified time | relevance | path

Searched full:apply (Results 1 – 25 of 3060) sorted by relevance

12345678910>>...123

/kernel/linux/linux-5.10/tools/bootconfig/scripts/
Dbconf2ftrace.sh6 echo "Usage: $0 [--apply|--init] [--debug] BOOTCONFIG-FILE"
7 echo " --apply: Test actual apply to tracefs (need sudo)"
8 echo " --init: Initialize ftrace before applying (imply --apply)"
16 APPLY=
22 "--apply")
23 APPLY=$1;;
25 APPLY=$1
34 if [ x"$APPLY" != x ]; then
37 exec sudo $0 $DEBUG $APPLY $BCONF
43 if [ x"$APPLY" != x ]; then # apply command
/kernel/linux/linux-5.10/Documentation/process/
Dapplying-patches.rst14 A frequently asked question on the Linux Kernel Mailing List is how to apply
19 In addition to explaining how to apply and revert patches, a brief
20 description of the different kernel trees (and examples of how to apply
31 To correctly apply a patch you need to know what base it was generated from
37 How do I apply or revert a patch?
40 You apply a patch with the ``patch`` program. The patch program reads a diff
122 options. It can either refuse to apply the changes and abort or it can try
123 to find a way to make the patch apply with a few minor changes.
131 usually adjust the line numbers and apply the patch.
145 only patches from kernel.org and you apply the patches in the correct order,
[all …]
/kernel/linux/linux-4.19/Documentation/process/
Dapplying-patches.rst14 A frequently asked question on the Linux Kernel Mailing List is how to apply
19 In addition to explaining how to apply and revert patches, a brief
20 description of the different kernel trees (and examples of how to apply
31 To correctly apply a patch you need to know what base it was generated from
37 How do I apply or revert a patch?
40 You apply a patch with the ``patch`` program. The patch program reads a diff
122 options. It can either refuse to apply the changes and abort or it can try
123 to find a way to make the patch apply with a few minor changes.
131 usually adjust the line numbers and apply the patch.
145 only patches from kernel.org and you apply the patches in the correct order,
[all …]
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dmachine.h60 * struct mips_fdt_fixup - Describe a fixup to apply to an FDT
61 * @apply: applies the fixup to @fdt, returns zero on success else -errno
64 * Describes a fixup applied to an FDT blob by the @apply function. The
66 * use in error messages if the @apply function returns non-zero.
69 int (*apply)(void *fdt); member
74 * apply_mips_fdt_fixups() - apply fixups to an FDT blob
80 * Loop through the array of fixups pointed to by @fixups, calling the apply
82 * the list as indicated by an entry with a NULL apply field.
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dmachine.h64 * struct mips_fdt_fixup - Describe a fixup to apply to an FDT
65 * @apply: applies the fixup to @fdt, returns zero on success else -errno
68 * Describes a fixup applied to an FDT blob by the @apply function. The
70 * use in error messages if the @apply function returns non-zero.
73 int (*apply)(void *fdt); member
78 * apply_mips_fdt_fixups() - apply fixups to an FDT blob
84 * Loop through the array of fixups pointed to by @fixups, calling the apply
86 * the list as indicated by an entry with a NULL apply field.
/kernel/linux/linux-4.19/fs/nls/
DKconfig46 DOS/Windows partitions correctly. This does apply to the filenames
58 DOS/Windows partitions correctly. This does apply to the filenames
70 DOS/Windows partitions correctly. This does apply to the filenames
83 DOS/Windows partitions correctly. This does apply to the filenames
99 DOS/Windows partitions correctly. This does apply to the filenames
114 DOS/Windows partitions correctly. This does apply to the filenames
125 DOS/Windows partitions correctly. This does apply to the filenames
136 DOS/Windows partitions correctly. This does apply to the filenames
147 DOS/Windows partitions correctly. This does apply to the filenames
158 DOS/Windows partitions correctly. This does apply to the filenames
[all …]
/kernel/linux/linux-5.10/fs/nls/
DKconfig47 DOS/Windows partitions correctly. This does apply to the filenames
59 DOS/Windows partitions correctly. This does apply to the filenames
71 DOS/Windows partitions correctly. This does apply to the filenames
84 DOS/Windows partitions correctly. This does apply to the filenames
100 DOS/Windows partitions correctly. This does apply to the filenames
115 DOS/Windows partitions correctly. This does apply to the filenames
126 DOS/Windows partitions correctly. This does apply to the filenames
137 DOS/Windows partitions correctly. This does apply to the filenames
148 DOS/Windows partitions correctly. This does apply to the filenames
159 DOS/Windows partitions correctly. This does apply to the filenames
[all …]
/kernel/linux/linux-4.19/Documentation/doc-guide/
Dparse-headers.rst101 The ignore or replace statement will apply to ioctl definitions like:
109 The ignore or replace statement will apply to any other #define found
116 The ignore or replace statement will apply to typedef statements at C_FILE.
122 The ignore or replace statement will apply to the name of struct statements
129 The ignore or replace statement will apply to the name of enum statements
136 The ignore or replace statement will apply to the name of enum value
/kernel/linux/linux-5.10/Documentation/doc-guide/
Dparse-headers.rst101 The ignore or replace statement will apply to ioctl definitions like:
109 The ignore or replace statement will apply to any other #define found
116 The ignore or replace statement will apply to typedef statements at C_FILE.
122 The ignore or replace statement will apply to the name of struct statements
129 The ignore or replace statement will apply to the name of enum statements
136 The ignore or replace statement will apply to the name of enum value
/kernel/linux/linux-5.10/drivers/of/
Doverlay.c65 * @cset: changeset to apply fragments to live device tree
84 * If a changeset apply or revert encounters an error, an attempt will
153 "pre-apply",
154 "post-apply",
401 * to nodes in the live devicetree so that it can apply an overlay to
491 pr_debug("Failed to apply prop @%pOF/%s, err=%d\n", in build_changeset_next_level()
500 pr_debug("Failed to apply node @%pOF/%pOFn, err=%d\n", in build_changeset_next_level()
523 pr_debug("Failed to apply symbols prop @%pOF/%s, err=%d\n", in build_changeset_symbols_node()
659 pr_debug("fragment apply failed '%pOF'\n", in build_changeset()
673 pr_debug("symbols fragment apply failed '%pOF'\n", in build_changeset()
[all …]
/kernel/linux/linux-4.19/drivers/of/
Doverlay.c65 * @cset: changeset to apply fragments to live device tree
84 * If a changeset apply or revert encounters an error, an attempt will
153 "pre-apply",
154 "post-apply",
401 * to nodes in the live devicetree so that it can apply an overlay to
502 pr_debug("Failed to apply prop @%pOF/%s, err=%d\n", in build_changeset_next_level()
511 pr_debug("Failed to apply node @%pOF/%pOFn, err=%d\n", in build_changeset_next_level()
534 pr_debug("Failed to apply prop @%pOF/%s, err=%d\n", in build_changeset_symbols_node()
578 pr_debug("apply failed '%pOF'\n", fragment->target); in build_changeset()
591 pr_debug("apply failed '%pOF'\n", fragment->target); in build_changeset()
[all …]
/kernel/linux/linux-5.10/tools/bootconfig/
Dmain.c375 printf("Apply %s to %s\n", xbc_path, path); in apply_xbc()
392 /* Apply new one */ in apply_xbc()
429 pr_err("Failed to apply a boot config: %d\n", ret); in apply_xbc()
457 " Apply, delete or show boot config to initrd.\n" in usage()
459 " -a <config>: Apply boot config to initrd\n" in usage()
469 char *apply = NULL; in main() local
479 apply = optarg; in main()
490 if ((apply && delete) || (delete && list) || (apply && list)) { in main()
502 if (apply) in main()
503 return apply_xbc(path, apply); in main()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dmanager-sysfs.c102 r = mgr->apply(mgr); in manager_display_store()
104 DSSERR("failed to apply dispc config\n"); in manager_display_store()
145 r = mgr->apply(mgr); in manager_default_color_store()
189 r = mgr->apply(mgr); in manager_trans_key_type_store()
225 r = mgr->apply(mgr); in manager_trans_key_value_store()
261 r = mgr->apply(mgr); in manager_trans_key_enabled_store()
305 r = mgr->apply(mgr); in manager_alpha_blending_enabled_store()
347 r = mgr->apply(mgr); in manager_cpr_enable_store()
408 r = mgr->apply(mgr); in manager_cpr_coef_store()
Doverlay-sysfs.c79 r = old_mgr->apply(old_mgr); in overlay_manager_store()
91 r = mgr->apply(mgr); in overlay_manager_store()
155 r = ovl->manager->apply(ovl->manager); in overlay_position_store()
194 r = ovl->manager->apply(ovl->manager); in overlay_output_size_store()
261 r = ovl->manager->apply(ovl->manager); in overlay_global_alpha_store()
303 r = ovl->manager->apply(ovl->manager); in overlay_pre_mult_alpha_store()
343 r = ovl->manager->apply(ovl->manager); in overlay_zorder_store()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
Dh3xxx.h63 #define H3XXX_EGPIO_OPT_NVRAM_ON (H3XXX_EGPIO_BASE + 4) /* apply power to optionpack nvram, active …
70 #define H3600_EGPIO_IR_ON (H3XXX_EGPIO_BASE + 9) /* apply power to IR module. active high. */
71 #define H3600_EGPIO_AUD_AMP_ON (H3XXX_EGPIO_BASE + 10) /* apply power to audio power amp. active …
72 #define H3600_EGPIO_AUD_PWR_ON (H3XXX_EGPIO_BASE + 11) /* apply power to reset of audio circuit. …
/kernel/linux/linux-4.19/arch/arm/mach-sa1100/include/mach/
Dh3xxx.h67 #define H3XXX_EGPIO_OPT_NVRAM_ON (H3XXX_EGPIO_BASE + 4) /* apply power to optionpack nvram, active …
74 #define H3600_EGPIO_IR_ON (H3XXX_EGPIO_BASE + 9) /* apply power to IR module. active high. */
75 #define H3600_EGPIO_AUD_AMP_ON (H3XXX_EGPIO_BASE + 10) /* apply power to audio power amp. active …
76 #define H3600_EGPIO_AUD_PWR_ON (H3XXX_EGPIO_BASE + 11) /* apply power to reset of audio circuit. …
/kernel/linux/linux-4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dmanager-sysfs.c113 r = mgr->apply(mgr); in manager_display_store()
115 DSSERR("failed to apply dispc config\n"); in manager_display_store()
156 r = mgr->apply(mgr); in manager_default_color_store()
200 r = mgr->apply(mgr); in manager_trans_key_type_store()
236 r = mgr->apply(mgr); in manager_trans_key_value_store()
272 r = mgr->apply(mgr); in manager_trans_key_enabled_store()
316 r = mgr->apply(mgr); in manager_alpha_blending_enabled_store()
358 r = mgr->apply(mgr); in manager_cpr_enable_store()
419 r = mgr->apply(mgr); in manager_cpr_coef_store()
Doverlay-sysfs.c90 r = old_mgr->apply(old_mgr); in overlay_manager_store()
102 r = mgr->apply(mgr); in overlay_manager_store()
166 r = ovl->manager->apply(ovl->manager); in overlay_position_store()
205 r = ovl->manager->apply(ovl->manager); in overlay_output_size_store()
272 r = ovl->manager->apply(ovl->manager); in overlay_global_alpha_store()
314 r = ovl->manager->apply(ovl->manager); in overlay_pre_mult_alpha_store()
354 r = ovl->manager->apply(ovl->manager); in overlay_zorder_store()
/kernel/linux/linux-4.19/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.h27 * Bit 4 RW sw_reset_phyif: PHY interface. 1=Apply reset; 0=Release from reset.
29 * Bit 3 RW sw_reset_intr: interrupt module. 1=Apply reset;
32 * Bit 2 RW sw_reset_mem: KSV/REVOC mem. 1=Apply reset; 0=Release from reset.
34 * Bit 1 RW sw_reset_rnd: random number interface to HDCP. 1=Apply reset;
36 * Bit 0 RW sw_reset_core: connects to IP's ~irstz. 1=Apply reset;
/kernel/linux/linux-5.10/sound/soc/ti/
Dams-delta.c256 /* To actually apply any modem controlled configuration changes to the codec,
345 int apply, ret; in cx81801_receive() local
375 /* Complete modem response received, apply config to codec */ in cx81801_receive()
379 apply = !ams_delta_muted && !cx81801_cmd_pending; in cx81801_receive()
383 /* Apply config pulse by connecting the codec to the modem in cx81801_receive()
385 if (apply) in cx81801_receive()
425 int apply; in ams_delta_mute() local
432 apply = !cx81801_cmd_pending; in ams_delta_mute()
435 if (apply) in ams_delta_mute()
/kernel/linux/linux-4.19/sound/soc/omap/
Dams-delta.c253 /* To actually apply any modem controlled configuration changes to the codec,
342 int apply, ret; in cx81801_receive() local
372 /* Complete modem response received, apply config to codec */ in cx81801_receive()
376 apply = !ams_delta_muted && !cx81801_cmd_pending; in cx81801_receive()
380 /* Apply config pulse by connecting the codec to the modem in cx81801_receive()
382 if (apply) in cx81801_receive()
422 int apply; in ams_delta_digital_mute() local
429 apply = !cx81801_cmd_pending; in ams_delta_digital_mute()
432 if (apply) in ams_delta_digital_mute()
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.h18 * Bit 4 RW sw_reset_phyif: PHY interface. 1=Apply reset; 0=Release from reset.
20 * Bit 3 RW sw_reset_intr: interrupt module. 1=Apply reset;
23 * Bit 2 RW sw_reset_mem: KSV/REVOC mem. 1=Apply reset; 0=Release from reset.
25 * Bit 1 RW sw_reset_rnd: random number interface to HDCP. 1=Apply reset;
27 * Bit 0 RW sw_reset_core: connects to IP's ~irstz. 1=Apply reset;
/kernel/linux/linux-4.19/security/selinux/ss/
Dhashtab.h71 * Applies the specified apply function to (key,datum,args)
77 * If apply returns a non-zero status, then hashtab_map will cease
82 int (*apply)(void *k, void *d, void *args),
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dsh_mobile_ceu_camera.rst91 5. Apply iterative sensor S_FMT for sensor output window.
101 8. Calculate new CEU crop - apply sensor scales to previously calculated
140 5. Calculate and apply host scale = (6' - 6) / (4' - 4)
142 6. Calculate and apply host crop: 6 - 7 = (5 - 2) * (6' - 6) / (5' - 5)
/kernel/linux/linux-4.19/Documentation/media/v4l-drivers/
Dsh_mobile_ceu_camera.rst89 5. Apply iterative sensor S_FMT for sensor output window.
99 8. Calculate new CEU crop - apply sensor scales to previously calculated
138 5. Calculate and apply host scale = (6' - 6) / (4' - 4)
140 6. Calculate and apply host crop: 6 - 7 = (5 - 2) * (6' - 6) / (5' - 5)

12345678910>>...123