/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_ttm_pm.c | 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() 169 static int i915_ttm_restore(struct i915_gem_apply_to_region *apply, in i915_ttm_restore() argument 173 container_of(apply, typeof(*pm_apply), base); in i915_ttm_restore() 185 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_restore()
|
A D | i915_gem_region.c | 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() 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()
|
A D | i915_gem_region.h | 33 int (*process_obj)(struct i915_gem_apply_to_region *apply, 68 struct i915_gem_apply_to_region *apply);
|
/linux-6.3-rc2/Documentation/process/ |
A D | applying-patches.rst | 37 How do I apply or revert a patch? 131 usually adjust the line numbers and apply the patch. 190 the patch will in fact apply it. 206 wish to apply. 217 apply the result. 287 $ patch -p1 < ../patch-5.7 # apply the 5.7 patch 296 $ patch -p1 < ../patch-5.7 # apply new 5.7 patch 316 how to apply these patches. 333 $ patch -p1 < ../patch-5.7.3 # apply the new 5.7.3 patch 344 Here's the example to apply these:: [all …]
|
/linux-6.3-rc2/arch/riscv/ |
A D | Kconfig.erratas | 19 This will apply the SiFive CIP-453 errata to add sign extension 30 This will apply the SiFive CIP-1200 errata to repalce all 53 This will apply the memory type errata to handle the non-standard 64 This will apply the cache management errata to handle the 77 This will apply the overflow errata to handle the non-standard
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A 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()
|
A D | manager-sysfs.c | 103 r = mgr->apply(mgr); 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()
|
/linux-6.3-rc2/fs/nls/ |
A D | Kconfig | 463 Mac partitions correctly. This does apply to the filenames 478 Mac partitions correctly. This does apply to the filenames 492 Mac partitions correctly. This does apply to the filenames 506 Mac partitions correctly. This does apply to the filenames 520 Mac partitions correctly. This does apply to the filenames 534 Mac partitions correctly. This does apply to the filenames 548 Mac partitions correctly. This does apply to the filenames 562 Mac partitions correctly. This does apply to the filenames 576 Mac partitions correctly. This does apply to the filenames 590 Mac partitions correctly. This does apply to the filenames [all …]
|
/linux-6.3-rc2/Documentation/doc-guide/ |
A 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.3-rc2/fs/btrfs/ |
A D | props.c | 27 int (*apply)(struct inode *inode, const char *value, size_t len); member 122 ret = handler->apply(inode, NULL, 0); in btrfs_set_prop() 132 ret = handler->apply(inode, value, value_len); in btrfs_set_prop() 264 ret = handler->apply(inode, value, len); in inode_prop_iterator() 378 .apply = prop_compression_apply, 440 ret = h->apply(inode, value, strlen(value)); in btrfs_inode_inherit_props()
|
/linux-6.3-rc2/tools/bootconfig/ |
A D | main.c | 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.3-rc2/sound/soc/ti/ |
A D | ams-delta.c | 344 int apply, ret; in cx81801_receive() local 378 apply = !ams_delta_muted && !cx81801_cmd_pending; 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.3-rc2/arch/x86/kernel/ |
A D | module.c | 138 bool apply) in __write_relocate_add() argument 148 apply ? "Applying" : "Clearing", in __write_relocate_add() 199 if (apply) { in __write_relocate_add() 230 bool apply) in write_relocate_add() argument 242 write, apply); in write_relocate_add()
|
/linux-6.3-rc2/drivers/of/unittest-data/ |
A 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
|
A D | overlay_5.dtso | 5 /* overlay_5 - test overlay apply revert */
|
A D | testcases.dtso | 10 * instead of in testcases_common.dtsi so that the static overlay apply
|
A D | overlay_bad_add_dup_node.dtso | 11 * This will result in an error and the overlay apply
|
/linux-6.3-rc2/arch/mips/generic/ |
A D | init.c | 136 for (; fixups->apply; fixups++) { in apply_mips_fdt_fixups() 137 err = fixups->apply(fdt_out); in apply_mips_fdt_fixups()
|
/linux-6.3-rc2/net/ipv4/ |
A D | tcp_bpf.c | 17 bool apply = apply_bytes; in bpf_tcp_ingress() local 32 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress() 47 if (apply) { in bpf_tcp_ingress() 73 bool apply = apply_bytes; in tcp_bpf_push() local 83 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push() 101 if (apply) in tcp_bpf_push() 120 if (apply && !apply_bytes) in tcp_bpf_push()
|
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ |
A D | sh_mobile_ceu_camera.rst | 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.3-rc2/security/selinux/ss/ |
A D | hashtab.c | 87 int (*apply)(void *k, void *d, void *args), in hashtab_map() 97 ret = apply(cur->key, cur->datum, args); in hashtab_map()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/adc/ |
A D | adi,ad4130.yaml | 84 description: Analog inputs to apply a voltage bias of (AVDD − AVSS) / 2 to. 145 Analog input to apply excitation current to while the channel 154 Analog input to apply excitation current to while this channel
|
/linux-6.3-rc2/drivers/staging/greybus/ |
A D | TODO | 4 * Make pwm.c use the struct pwm_ops::apply instead of ::config, ::set_polarity,
|
/linux-6.3-rc2/drivers/staging/media/atomisp/i2c/ |
A D | Kconfig | 31 tristate "Helper library to load, parse and apply large register lists." 35 and apply large register lists.
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | machine.h | 69 int (*apply)(void *fdt); member
|