/linux/drivers/gpu/drm/i915/gem/ |
H 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()
|
H A D | i915_gem_region.h | 31 int (*process_obj)(struct i915_gem_apply_to_region *apply, 66 struct i915_gem_apply_to_region *apply);
|
/linux/Documentation/process/ |
H A 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/drivers/video/fbdev/omap2/omapfb/dss/ |
H 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()
|
H 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()
|
/linux/arch/riscv/ |
H A D | Kconfig.errata | 19 This will apply the cache management errata to handle the 39 This will apply the SiFive CIP-453 errata to add sign extension 50 This will apply the SiFive CIP-1200 errata to repalce all 91 This will apply the memory attribute extension errata to handle the 104 This will apply the cache management errata to handle the 117 This will apply the overflow errata to handle the non-standard
|
/linux/fs/nls/ |
H A 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/Documentation/doc-guide/ |
H 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/Documentation/admin-guide/device-mapper/ |
H A D | delay.rst | 15 3: apply offset and delay to read, write and flush operations on device 17 6: apply offset and delay to device, also apply write_offset and write_delay
|
/linux/tools/bootconfig/ |
H 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/fs/btrfs/ |
H A D | props.c | 29 int (*apply)(struct inode *inode, const char *value, size_t len); member 124 ret = handler->apply(&inode->vfs_inode, NULL, 0); in btrfs_set_prop() 134 ret = handler->apply(&inode->vfs_inode, value, value_len); in btrfs_set_prop() 266 ret = handler->apply(inode, value, len); in inode_prop_iterator() 380 .apply = prop_compression_apply, 442 ret = h->apply(inode, value, strlen(value)); in btrfs_inode_inherit_props()
|
/linux/sound/soc/ti/ |
H 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/Documentation/userspace-api/gpio/ |
H A D | gpio-v2-line-set-config-ioctl.rst | 29 The new :c:type:`configuration<gpio_v2_line_config>` to apply to the 41 :ref:`gpio-v2-get-line-config-support` that apply when requesting the lines 42 also apply when updating the line configuration, with the additional
|
H A D | gpio-handle-set-config-ioctl.rst | 33 The new :c:type:`configuration<gpiohandle_config>` to apply to the 45 :ref:`gpio-get-linehandle-config-support` that apply when requesting the 46 lines also apply when updating the line configuration, with the additional
|
/linux/drivers/gpu/drm/xe/ |
H A 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/net/ipv4/ |
H A D | tcp_bpf.c | 35 bool apply = apply_bytes; in bpf_tcp_ingress() local 50 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress() 66 if (apply) { in bpf_tcp_ingress() 94 bool apply = apply_bytes; in tcp_bpf_push() local 105 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push() 126 if (apply) in tcp_bpf_push() 145 if (apply && !apply_bytes) in tcp_bpf_push()
|
/linux/drivers/of/unittest-data/ |
H 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
|
H A D | overlay_5.dtso | 5 /* overlay_5 - test overlay apply revert */
|
H A D | testcases.dtso | 10 * instead of in testcases_common.dtsi so that the static overlay apply
|
/linux/arch/mips/generic/ |
H 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/Documentation/driver-api/media/drivers/ |
H 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/security/selinux/ss/ |
H A D | hashtab.c | 87 int hashtab_map(struct hashtab *h, 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/ |
H A D | atmel-ebi.c | 309 bool apply = false; in atmel_ebi_dev_setup() local 347 apply = true; in atmel_ebi_dev_setup() 353 if (apply) { in atmel_ebi_dev_setup() 364 if (ebi->caps->ebi_csa_offs && apply) in atmel_ebi_dev_setup()
|
/linux/drivers/staging/greybus/ |
H A D | TODO | 4 * Make pwm.c use the struct pwm_ops::apply instead of ::config, ::set_polarity,
|
/linux/LICENSES/dual/ |
H 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
|