| /Linux-v5.4/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-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
| 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()
|
| 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()
|
| /Linux-v5.4/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-v5.4/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-v5.4/fs/btrfs/ |
| 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() 317 .apply = prop_compression_apply, 375 ret = h->apply(inode, value, strlen(value)); in inherit_props()
|
| /Linux-v5.4/sound/soc/ti/ |
| D | ams-delta.c | 345 int apply, ret; in cx81801_receive() local 379 apply = !ams_delta_muted && !cx81801_cmd_pending; in cx81801_receive() 385 if (apply) in cx81801_receive() 425 int apply; in ams_delta_digital_mute() local 432 apply = !cx81801_cmd_pending; in ams_delta_digital_mute() 435 if (apply) in ams_delta_digital_mute()
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-class-backlight | 11 controls like sliders need to apply a logarithmic mapping for 21 controls should apply a logarithmic mapping for a linear
|
| /Linux-v5.4/arch/mips/generic/ |
| D | init.c | 137 for (; fixups->apply; fixups++) { in apply_mips_fdt_fixups() 138 err = fixups->apply(fdt_out); in apply_mips_fdt_fixups()
|
| /Linux-v5.4/Documentation/devicetree/bindings/phy/ |
| 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-v5.4/Documentation/media/v4l-drivers/ |
| 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-v5.4/net/ipv4/ |
| D | tcp_bpf.c | 164 bool apply = apply_bytes; in bpf_tcp_ingress() local 179 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress() 194 if (apply) { in bpf_tcp_ingress() 218 bool apply = apply_bytes; in tcp_bpf_push() local 228 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push() 246 if (apply) in tcp_bpf_push() 265 if (apply && !apply_bytes) in tcp_bpf_push()
|
| /Linux-v5.4/drivers/of/unittest-data/ |
| D | overlay_5.dts | 5 /* overlay_5 - test overlay apply revert */
|
| D | overlay_bad_add_dup_prop.dts | 11 * This will result in an error and the overlay apply
|
| D | overlay_bad_add_dup_node.dts | 11 * This will result in an error and the overlay apply
|
| /Linux-v5.4/fs/iomap/ |
| D | Makefile | 9 apply.o \
|
| /Linux-v5.4/security/selinux/ss/ |
| D | hashtab.c | 124 int (*apply)(void *k, void *d, void *args), in hashtab_map() 137 ret = apply(cur->key, cur->datum, args); in hashtab_map()
|
| D | hashtab.h | 82 int (*apply)(void *k, void *d, void *args),
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/dac/ |
| D | ti,dac7512.txt | 8 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
|
| /Linux-v5.4/Documentation/devicetree/bindings/net/dsa/ |
| D | sja1105.txt | 39 designated to apply the delay/clock skew necessary for RGMII 40 is the PHY. The SJA1105 MAC does not apply any internal delays. 42 of the above, the designated entity to apply the internal delays
|
| /Linux-v5.4/ |
| D | COPYING | 14 In addition, other licenses may also apply. Please see:
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | machine.h | 69 int (*apply)(void *fdt); member
|
| /Linux-v5.4/Documentation/devicetree/bindings/pci/ |
| D | plda,xpressrich3-axi.txt | 5 scenarios, the host-generic-pci.txt bindings apply with the following additions
|
| /Linux-v5.4/drivers/memory/ |
| D | atmel-ebi.c | 306 bool apply = false; in atmel_ebi_dev_setup() local 344 apply = true; in atmel_ebi_dev_setup() 350 if (apply) { in atmel_ebi_dev_setup() 361 if (ebi->caps->ebi_csa_offs && apply) in atmel_ebi_dev_setup()
|
| /Linux-v5.4/Documentation/livepatch/ |
| D | module-elf-format.rst | 49 reject the livepatch module. Furthermore, we cannot apply relocations that 55 belongs to, and then manually apply the dynamic relocations. However this 90 A livepatch module manages its own Elf relocation sections to apply 93 not currently loaded, livepatch will apply the corresponding livepatch 100 text section of a function) to which the relocation(s) apply. It is 108 access the relocation section and apply the relocations. 305 arch-specific sections. On x86 for example, we must apply per-object
|