Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/Linux-v6.1/drivers/gpu/drm/i915/gem/
Di915_gem_ttm_pm.c42 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()
72 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_backup()
101 static int i915_ttm_recover(struct i915_gem_apply_to_region *apply, in i915_ttm_recover() argument
121 struct i915_gem_apply_to_region apply = {.ops = &recover_ops}; in i915_ttm_recover_region() local
124 ret = i915_gem_process_region(mr, &apply); in i915_ttm_recover_region()
153 static int i915_ttm_restore(struct i915_gem_apply_to_region *apply, in i915_ttm_restore() argument
157 container_of(apply, typeof(*pm_apply), base); in i915_ttm_restore()
169 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_restore()
Di915_gem_region.c155 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()
Di915_gem_region.h33 int (*process_obj)(struct i915_gem_apply_to_region *apply,
68 struct i915_gem_apply_to_region *apply);
/Linux-v6.1/Documentation/process/
Dapplying-patches.rst14 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-v6.1/arch/riscv/
DKconfig.erratas19 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
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay-sysfs.c79 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()
Dmanager-sysfs.c102 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()
/Linux-v6.1/fs/nls/
DKconfig47 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-v6.1/Documentation/doc-guide/
Dparse-headers.rst101 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-v6.1/fs/btrfs/
Dprops.c22 int (*apply)(struct inode *inode, const char *value, size_t len); member
117 ret = handler->apply(inode, NULL, 0); in btrfs_set_prop()
127 ret = handler->apply(inode, value, value_len); in btrfs_set_prop()
259 ret = handler->apply(inode, value, len); in inode_prop_iterator()
373 .apply = prop_compression_apply,
435 ret = h->apply(inode, value, strlen(value)); in btrfs_inode_inherit_props()
/Linux-v6.1/tools/bootconfig/
Dmain.c489 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-v6.1/sound/soc/ti/
Dams-delta.c344 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-v6.1/drivers/of/unittest-data/
Doverlay_bad_add_dup_prop.dts11 * This will result in an error and the overlay apply
18 * will occur if the overlay is removed. Since the overlay apply
Doverlay_5.dts5 /* overlay_5 - test overlay apply revert */
Dtestcases.dts10 * instead of in testcases_common.dtsi so that the static overlay apply
Doverlay_bad_add_dup_node.dts11 * This will result in an error and the overlay apply
/Linux-v6.1/arch/mips/generic/
Dinit.c136 for (; fixups->apply; fixups++) { in apply_mips_fdt_fixups()
137 err = fixups->apply(fdt_out); in apply_mips_fdt_fixups()
/Linux-v6.1/net/ipv4/
Dtcp_bpf.c16 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-v6.1/Documentation/devicetree/bindings/phy/
Dqcom,usb-hsic-phy.txt38 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-v6.1/Documentation/driver-api/media/drivers/
Dsh_mobile_ceu_camera.rst101 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-v6.1/security/selinux/ss/
Dhashtab.c87 int (*apply)(void *k, void *d, void *args), in hashtab_map()
97 ret = apply(cur->key, cur->datum, args); in hashtab_map()
/Linux-v6.1/drivers/staging/greybus/
DTODO4 * Make pwm.c use the struct pwm_ops::apply instead of ::config, ::set_polarity,
/Linux-v6.1/drivers/staging/media/atomisp/i2c/
DKconfig31 tristate "Helper library to load, parse and apply large register lists."
35 and apply large register lists.
/Linux-v6.1/drivers/memory/
Datmel-ebi.c305 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-v6.1/arch/mips/include/asm/
Dmachine.h69 int (*apply)(void *fdt); member

12345678910>>...16