/linux/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_ttm_pm.c | 41 static int i915_ttm_backup(struct i915_gem_apply_to_region *apply, in i915_ttm_backup() argument 45 container_of(apply, typeof(*pm_apply), base); in i915_ttm_backup() 71 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_backup() 94 static int i915_ttm_recover(struct i915_gem_apply_to_region *apply, in i915_ttm_recover() argument 114 struct i915_gem_apply_to_region apply = {.ops = &recover_ops}; in i915_ttm_recover_region() local 117 ret = i915_gem_process_region(mr, &apply); in i915_ttm_recover_region() 146 static int i915_ttm_restore(struct i915_gem_apply_to_region *apply, in i915_ttm_restore() argument 150 container_of(apply, typeof(*pm_apply), base); in i915_ttm_restore() 162 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_restore()
|
A D | i915_gem_region.c | 99 struct i915_gem_apply_to_region *apply) in i915_gem_process_region() argument 101 const struct i915_gem_apply_to_region_ops *ops = apply->ops; in i915_gem_process_region() 110 GEM_WARN_ON(apply->ww); in i915_gem_process_region() 132 apply->ww = &ww; in i915_gem_process_region() 133 for_i915_gem_ww(&ww, ret, apply->interruptible) { in i915_gem_process_region() 134 ret = i915_gem_object_lock(obj, apply->ww); in i915_gem_process_region() 139 ret = ops->process_obj(apply, obj); in i915_gem_process_region()
|
A D | i915_gem_region.h | 31 int (*process_obj)(struct i915_gem_apply_to_region *apply, 61 struct i915_gem_apply_to_region *apply);
|
/linux/Documentation/process/ |
A D | applying-patches.rst | 19 In addition to explaining how to apply and revert patches, a brief 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. 283 $ patch -p1 < ../patch-5.7 # apply the 5.7 patch 292 $ patch -p1 < ../patch-5.7 # apply new 5.7 patch 330 $ patch -p1 < ../patch-5.7.3 # apply the new 5.7.3 patch 359 Here are 3 examples of how to apply these patches:: [all …]
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | manager-sysfs.c | 102 r = mgr->apply(mgr); 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()
|
A D | overlay-sysfs.c | 79 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()
|
/linux/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/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/fs/btrfs/ |
A D | props.c | 21 int (*apply)(struct inode *inode, const char *value, size_t len); member 92 ret = handler->apply(inode, NULL, 0); in btrfs_set_prop() 102 ret = handler->apply(inode, value, value_len); in btrfs_set_prop() 234 ret = handler->apply(inode, value, len); in inode_prop_iterator() 331 .apply = prop_compression_apply, 389 ret = h->apply(inode, value, strlen(value)); in inherit_props()
|
/linux/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/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/net/ipv4/ |
A D | tcp_bpf.c | 16 bool apply = apply_bytes; in bpf_tcp_ingress() local 31 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress() 46 if (apply) { in bpf_tcp_ingress() 69 bool apply = apply_bytes; in tcp_bpf_push() local 79 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push() 97 if (apply) in tcp_bpf_push() 116 if (apply && !apply_bytes) in tcp_bpf_push()
|
/linux/drivers/of/unittest-data/ |
A D | overlay_bad_add_dup_prop.dts | 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.dts | 5 /* overlay_5 - test overlay apply revert */
|
/linux/arch/mips/generic/ |
A D | init.c | 135 for (; fixups->apply; fixups++) { in apply_mips_fdt_fixups() 136 err = fixups->apply(fdt_out); in apply_mips_fdt_fixups()
|
/linux/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/Documentation/devicetree/bindings/phy/ |
A D | qcom,usb-hsic-phy.txt | 38 Definition: List of pinctrl settings to apply to keep HSIC pins in a glitch 44 Definition: List of pinctrl settings to apply to mux out the HSIC pins
|
/linux/arch/riscv/ |
A D | Kconfig.erratas | 27 This will apply the SiFive CIP-453 errata to add sign extension 38 This will apply the SiFive CIP-1200 errata to repalce all
|
/linux/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/drivers/memory/ |
A D | atmel-ebi.c | 305 bool apply = false; in atmel_ebi_dev_setup() local 343 apply = true; in atmel_ebi_dev_setup() 349 if (apply) { in atmel_ebi_dev_setup() 360 if (ebi->caps->ebi_csa_offs && apply) in atmel_ebi_dev_setup()
|
/linux/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/Documentation/devicetree/bindings/pinctrl/ |
A D | pinmux-node.yaml | 113 The list of pin identifiers that properties in the node apply to. The 120 the group to apply the properties to, if the driver supports 127 node apply to (either this, "pins" or "groups" have to be specified)
|
/linux/LICENSES/dual/ |
A 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: 386 that apply to the Licensor or You, including from the legal 393 licenses. Notwithstanding, Creative Commons may elect to apply one of
|
/linux/Documentation/livepatch/ |
A D | module-elf-format.rst | 42 reject the livepatch module. Furthermore, we cannot apply relocations that 48 belongs to, and then manually apply the dynamic relocations. However this 83 A livepatch module manages its own Elf relocation sections to apply 86 not currently loaded, livepatch will apply the corresponding livepatch 93 text section of a function) to which the relocation(s) apply. It is 101 access the relocation section and apply the relocations.
|
/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
A D | pmc.txt | 15 compatible; all statements below that apply to "fsl,mpc8548-pmc" also 16 apply to "fsl,mpc8641d-pmc".
|