/linux-6.8/arch/riscv/ |
D | Kconfig.errata | 14 bool "Apply Andes cache management errata" 19 This will apply the cache management errata to handle the 35 bool "Apply SiFive errata CIP-453" 39 This will apply the SiFive CIP-453 errata to add sign extension 46 bool "Apply SiFive errata CIP-1200" 50 This will apply the SiFive CIP-1200 errata to repalce all 86 bool "Apply T-Head memory type errata" 91 This will apply the memory type errata to handle the non-standard 97 bool "Apply T-Head cache management errata" 104 This will apply the cache management errata to handle the [all …]
|
/linux-6.8/Documentation/process/ |
D | applying-patches.rst | 14 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 …]
|
/linux-6.8/fs/nls/ |
D | Kconfig | 47 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 …]
|
/linux-6.8/arch/mips/include/asm/ |
D | machine.h | 60 * 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.
|
/linux-6.8/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm_pm.c | 31 * struct i915_gem_ttm_pm_apply - Apply-to-region subclass for restore 42 static int i915_ttm_backup(struct i915_gem_apply_to_region *apply, in i915_ttm_backup() argument 46 container_of(apply, typeof(*pm_apply), base); in i915_ttm_backup() 88 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_backup() 117 static int i915_ttm_recover(struct i915_gem_apply_to_region *apply, in i915_ttm_recover() argument 137 struct i915_gem_apply_to_region apply = {.ops = &recover_ops}; in i915_ttm_recover_region() local 140 ret = i915_gem_process_region(mr, &apply); in i915_ttm_recover_region() 168 static int i915_ttm_restore(struct i915_gem_apply_to_region *apply, in i915_ttm_restore() argument 172 container_of(apply, typeof(*pm_apply), base); in i915_ttm_restore() 184 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_restore()
|
D | i915_gem_region.c | 144 * @apply: ops and private data 155 struct i915_gem_apply_to_region *apply) in i915_gem_process_region() argument 157 const struct i915_gem_apply_to_region_ops *ops = apply->ops; in i915_gem_process_region() 163 * In the future, a non-NULL apply->ww could mean the caller is in i915_gem_process_region() 166 GEM_WARN_ON(apply->ww); in i915_gem_process_region() 188 apply->ww = &ww; in i915_gem_process_region() 189 for_i915_gem_ww(&ww, ret, apply->interruptible) { in i915_gem_process_region() 190 ret = i915_gem_object_lock(obj, apply->ww); in i915_gem_process_region() 195 ret = ops->process_obj(apply, obj); in i915_gem_process_region()
|
/linux-6.8/tools/bootconfig/scripts/ |
D | bconf2ftrace.sh | 6 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
|
/linux-6.8/drivers/accel/habanalabs/common/ |
D | security.c | 280 * @num_dcores: number of decores to apply configuration to 281 * set to HL_PB_SHARED if need to apply only once 283 * @num_instances: number of instances to apply configuration to 332 * @num_dcores: number of decores to apply configuration to 333 * set to HL_PB_SHARED if need to apply only once 335 * @num_instances: number of instances to apply configuration to 360 * @num_dcores: number of decores to apply configuration to 361 * set to HL_PB_SHARED if need to apply only once 363 * @num_instances: number of instances to apply configuration to 418 * @num_dcores: number of decores to apply configuration to [all …]
|
/linux-6.8/Documentation/doc-guide/ |
D | parse-headers.rst | 101 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
|
/linux-6.8/drivers/of/ |
D | overlay.c | 67 * @cset: changeset to apply fragments to live device tree 88 * If a changeset apply or revert encounters an error, an attempt will 397 * to nodes in the live devicetree so that it can apply an overlay to 487 pr_debug("Failed to apply prop @%pOF/%s, err=%d\n", in build_changeset_next_level() 496 pr_debug("Failed to apply node @%pOF/%pOFn, err=%d\n", in build_changeset_next_level() 519 pr_debug("Failed to apply symbols prop @%pOF/%s, err=%d\n", in build_changeset_symbols_node() 655 pr_debug("fragment apply failed '%pOF'\n", in build_changeset() 669 pr_debug("symbols fragment apply failed '%pOF'\n", in build_changeset() 733 * @target_base: Point to the target node to apply overlay 893 * of_overlay_apply() - Create and apply an overlay changeset [all …]
|
/linux-6.8/drivers/video/fbdev/omap2/omapfb/dss/ |
D | manager-sysfs.c | 103 r = mgr->apply(mgr); in manager_display_store() 105 DSSERR("failed to apply dispc config\n"); in manager_display_store() 146 r = mgr->apply(mgr); in manager_default_color_store() 190 r = mgr->apply(mgr); in manager_trans_key_type_store() 226 r = mgr->apply(mgr); in manager_trans_key_value_store() 262 r = mgr->apply(mgr); in manager_trans_key_enabled_store() 306 r = mgr->apply(mgr); in manager_alpha_blending_enabled_store() 348 r = mgr->apply(mgr); in manager_cpr_enable_store() 409 r = mgr->apply(mgr); in manager_cpr_coef_store()
|
D | overlay-sysfs.c | 80 r = old_mgr->apply(old_mgr); in overlay_manager_store() 92 r = mgr->apply(mgr); in overlay_manager_store() 156 r = ovl->manager->apply(ovl->manager); in overlay_position_store() 195 r = ovl->manager->apply(ovl->manager); in overlay_output_size_store() 262 r = ovl->manager->apply(ovl->manager); in overlay_global_alpha_store() 304 r = ovl->manager->apply(ovl->manager); in overlay_pre_mult_alpha_store() 344 r = ovl->manager->apply(ovl->manager); in overlay_zorder_store()
|
/linux-6.8/tools/bootconfig/ |
D | main.c | 394 printf("Apply %s to %s\n", xbc_path, path); in apply_xbc() 412 /* Apply new one */ in apply_xbc() 449 pr_err("Failed to apply a boot config: %d\n", ret); in apply_xbc() 477 " Apply, delete or show boot config to initrd.\n" in usage() 479 " -a <config>: Apply boot config to initrd\n" in usage() 489 char *apply = NULL; in main() local 499 apply = optarg; in main() 510 if ((apply && delete) || (delete && list) || (apply && list)) { in main() 522 if (apply) in main() 523 return apply_xbc(path, apply); in main()
|
/linux-6.8/arch/arm/mach-sa1100/include/mach/ |
D | h3xxx.h | 63 #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. …
|
/linux-6.8/LICENSES/dual/ |
D | CC-BY-4.0 | 95 b. Adapter's License means the license You apply to Your Copyright 123 all Copyright and Similar Rights that apply to Your use of the 162 Exceptions and Limitations apply to Your use, this Public 163 License does not apply, and You do not need to comply with 191 apply any Effective Technological Measures to, the 272 License You apply must not prevent recipients of the Adapted 279 apply to Your use of the Licensed Material: 309 ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 319 IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 386 that apply to the Licensor or You, including from the legal [all …]
|
/linux-6.8/drivers/gpu/drm/xe/ |
D | Kconfig.profile | 52 to apply to applicable user. For elevated user, all above MIN 53 and MAX values will apply when this configuration is enable to 54 apply limitation. By default limitation is applied.
|
/linux-6.8/sound/soc/ti/ |
D | ams-delta.c | 254 /* To actually apply any modem controlled configuration changes to the codec, 344 int apply, ret; in cx81801_receive() local 374 /* Complete modem response received, apply config to codec */ in cx81801_receive() 378 apply = !ams_delta_muted && !cx81801_cmd_pending; in cx81801_receive() 382 /* Apply config pulse by connecting the codec to the modem in cx81801_receive() 384 if (apply) in cx81801_receive() 424 int apply; in ams_delta_mute() local 431 apply = !cx81801_cmd_pending; in ams_delta_mute() 434 if (apply) in ams_delta_mute()
|
/linux-6.8/include/linux/ |
D | unicode.h | 37 * - Apply unicode normalization form NFD. 40 * - Apply unicode normalization form NFD. 42 * - Apply a full casefold (C + F).
|
/linux-6.8/drivers/gpu/drm/meson/ |
D | meson_dw_hdmi.h | 18 * 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;
|
/linux-6.8/drivers/pwm/ |
D | core.c | 191 if (!ops->apply) in pwm_ops_check() 373 dev_warn(chip->dev, ".apply ignored .polarity\n"); in pwm_apply_debug() 380 … ".apply didn't pick the best available period (requested: %llu, applied: %llu, possible: %llu)\n", in pwm_apply_debug() 385 ".apply is supposed to round down period (requested: %llu, applied: %llu)\n", in pwm_apply_debug() 394 …".apply didn't pick the best available duty cycle (requested: %llu/%llu, applied: %llu/%llu, possi… in pwm_apply_debug() 401 ".apply is supposed to round down duty_cycle (requested: %llu/%llu, applied: %llu/%llu)\n", in pwm_apply_debug() 410 err = chip->ops->apply(chip, pwm, &s1); in pwm_apply_debug() 430 ".apply is not idempotent (ena=%d pol=%d %llu/%llu) -> (ena=%d pol=%d %llu/%llu)\n", in pwm_apply_debug() 438 * __pwm_apply() - atomically apply a new state to a PWM device 440 * @state: new state to apply [all …]
|
/linux-6.8/Documentation/driver-api/media/drivers/ |
D | sh_mobile_ceu_camera.rst | 91 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)
|
/linux-6.8/scripts/dtc/ |
D | fdtoverlay.c | 25 "apply a number of overlays to a base blob\n" 53 * We take a copies first, because a a failed apply can trash in apply_one() 77 fprintf(stderr, "\nFailed to apply '%s': %s\n", in apply_one() 137 /* apply the overlays in sequence */ in do_fdtoverlay()
|
/linux-6.8/include/uapi/linux/ |
D | kfd_ioctl.h | 745 * only apply to the specified address range. 1009 * below. Otherwise, generic error returns apply: 1061 * Generic errors apply (see kfd_dbg_trap_operations). 1088 * Generic errors apply (see kfd_dbg_trap_operations). 1110 * Generic errors apply (see kfd_dbg_trap_operations). 1131 * Generic errors apply (see kfd_dbg_trap_operations). 1155 * Generic errors apply (see kfd_dbg_trap_operations). 1176 * Generic errors apply (see kfd_dbg_trap_operations). 1210 * Generic errors apply (see kfd_dbg_trap_operations). 1236 * Generic errors apply (see kfd_dbg_trap_operations). [all …]
|
/linux-6.8/fs/btrfs/ |
D | props.c | 28 int (*apply)(struct inode *inode, const char *value, size_t len); member 123 ret = handler->apply(inode, NULL, 0); in btrfs_set_prop() 133 ret = handler->apply(inode, value, value_len); in btrfs_set_prop() 265 ret = handler->apply(inode, value, len); in inode_prop_iterator() 379 .apply = prop_compression_apply, 441 ret = h->apply(inode, value, strlen(value)); in btrfs_inode_inherit_props()
|
/linux-6.8/drivers/of/unittest-data/ |
D | overlay_bad_add_dup_prop.dtso | 11 * This will result in an error and the overlay apply 18 * will occur if the overlay is removed. Since the overlay apply
|