Searched refs:apply (Results 1 - 25 of 116) sorted by path

12345

/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S100 and r5, r5, r6 @ apply mask to clear bits
195 and r8, r8, r7 @ apply mask to clear bits
H A Dsram243x.S100 and r5, r5, r6 @ apply mask to clear bits
195 and r8, r8, r7 @ apply mask to clear bits
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A DMakefile8 omapdss-y += manager.o manager-sysfs.o overlay.o overlay-sysfs.o apply.o \
/linux-master/include/video/
H A Domapfb_dss.h387 * apply
402 int (*apply)(struct omap_overlay_manager *mgr); member in struct:omap_overlay_manager
/linux-master/Documentation/sphinx/
H A Dtranslations.py37 def apply(self): member in class:TranslationsTransform
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S15 # file. (The General Public License restrictions do apply in other
/linux-master/arch/arm/boot/compressed/
H A Dhead.S304 add sp, sp, r1 @ apply relocation
/linux-master/arch/arm/kernel/
H A Dentry-armv.S272 mov r1, #4 @ PC correction to apply
/linux-master/arch/arm64/
H A DMakefile16 # Pass --no-apply-dynamic-relocs to restore pre-binutils-2.27 behaviour
20 $(call ld-option, --no-apply-dynamic-relocs)
/linux-master/arch/loongarch/
H A DMakefile110 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-relocs)
/linux-master/arch/mips/generic/
H A Dinit.c136 for (; fixups->apply; fixups++) {
137 err = fixups->apply(fdt_out);
139 pr_err("Failed to apply FDT fixup \"%s\"\n",
/linux-master/arch/mips/include/asm/
H A 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 in struct:mips_fdt_fixup
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.
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S779 * encrypt the initial num_initial_blocks blocks and apply ghash on
845 # apply GHASH on num_initial_blocks blocks
H A Daesni-intel_avx-x86_64.S965 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
1043 GHASH_MUL_AVX reg_j, \T2, \T1, \T3, \T4, \T5, \T6 # apply GHASH on num_initial_blocks blocks
1913 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext
1993 GHASH_MUL_AVX2 reg_j, \T2, \T1, \T3, \T4, \T5, \T6 # apply GHASH on num_initial_blocks blocks
/linux-master/arch/x86/kernel/
H A Dmodule.c138 bool apply)
148 apply ? "Applying" : "Clearing",
199 if (apply) {
230 bool apply)
242 write, apply);
132 __write_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me, void *(*write)(void *dest, const void *src, size_t len), bool apply) argument
225 write_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me, bool apply) argument
/linux-master/drivers/gpio/
H A Dgpio-mvebu.c758 .apply = mvebu_pwm_apply,
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2285 * is safe to apply - retain the legacy behavior for DCE.
3613 // Once we apply the new subvp context to hardware it won't be in the
3614 // dc->current_state anymore, so we have to cache it before we apply
4944 static void blank_and_force_memclk(struct dc *dc, bool apply, unsigned int memclk_mhz) argument
4990 * so DC can apply/unapply the limit. This interface may be disruptive to
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c1581 .apply = ti_sn_pwm_apply,
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh7 rm -rf .git/rebase-apply
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.c1556 enum pipe pipe, bool apply)
1561 if (apply)
1555 glk_pipe_scaler_clock_gating_wa(struct drm_i915_private *dev_priv, enum pipe pipe, bool apply) argument
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_region.c144 * @apply: ops and private data
155 struct i915_gem_apply_to_region *apply)
157 const struct i915_gem_apply_to_region_ops *ops = apply->ops;
163 * In the future, a non-NULL apply->ww could mean the caller is
166 GEM_WARN_ON(apply->ww);
188 apply->ww = &ww;
189 for_i915_gem_ww(&ww, ret, apply->interruptible) {
190 ret = i915_gem_object_lock(obj, apply->ww);
195 ret = ops->process_obj(apply, obj);
154 i915_gem_process_region(struct intel_memory_region *mr, struct i915_gem_apply_to_region *apply) argument
H A Di915_gem_region.h31 int (*process_obj)(struct i915_gem_apply_to_region *apply,
66 struct i915_gem_apply_to_region *apply);
H A Di915_gem_ttm_pm.c42 static int i915_ttm_backup(struct i915_gem_apply_to_region *apply, argument
46 container_of(apply, typeof(*pm_apply), base);
88 err = i915_gem_object_lock(backup, apply->ww);
117 static int i915_ttm_recover(struct i915_gem_apply_to_region *apply, argument
137 struct i915_gem_apply_to_region apply = {.ops = &recover_ops}; local
140 ret = i915_gem_process_region(mr, &apply);
168 static int i915_ttm_restore(struct i915_gem_apply_to_region *apply, argument
172 container_of(apply, typeof(*pm_apply), base);
184 err = i915_gem_object_lock(backup, apply->ww);
/linux-master/drivers/hwmon/
H A Daspeed-g6-pwm-tach.c24 * and duty and the value will apply when CLK_ENABLE be set again.
269 .apply = aspeed_pwm_apply,
/linux-master/drivers/leds/rgb/
H A Dleds-qcom-lpg.c1311 .apply = lpg_pwm_apply,

Completed in 408 milliseconds

12345