/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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_mute() local 432 apply = !cx81801_cmd_pending; in ams_delta_mute() 435 if (apply) in ams_delta_mute()
|
/kernel/linux/linux-5.10/tools/bootconfig/ |
D | main.c | 469 char *apply = NULL; in main() local 479 apply = optarg; in main() 490 if ((apply && delete) || (delete && list) || (apply && list)) { in main() 502 if (apply) in main() 503 return apply_xbc(path, apply); in main()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/of/unittest-data/ |
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
|
D | overlay_5.dts | 5 /* overlay_5 - test overlay apply revert */
|
D | overlay_bad_add_dup_node.dts | 11 * This will result in an error and the overlay apply
|
/kernel/linux/linux-5.10/arch/mips/generic/ |
D | init.c | 136 for (; fixups->apply; fixups++) { in apply_mips_fdt_fixups() 137 err = fixups->apply(fdt_out); in apply_mips_fdt_fixups()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_bpf.c | 97 bool apply = apply_bytes; in bpf_tcp_ingress() local 112 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress() 127 if (apply) { in bpf_tcp_ingress() 153 bool apply = apply_bytes; in tcp_bpf_push() local 163 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push() 181 if (apply) in tcp_bpf_push() 200 if (apply && !apply_bytes) in tcp_bpf_push()
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/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)
|
/kernel/linux/linux-5.10/fs/iomap/ |
D | Makefile | 12 apply.o \
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
D | hashtab.c | 86 int (*apply)(void *k, void *d, void *args), in hashtab_map() 96 ret = apply(cur->key, cur->datum, args); in hashtab_map()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/ |
D | ti,dac7512.txt | 8 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | machine.h | 69 int (*apply)(void *fdt); member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
D | Kconfig | 31 tristate "Helper library to load, parse and apply large register lists." 35 and apply large register lists.
|
/kernel/linux/linux-5.10/drivers/memory/ |
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()
|
/kernel/linux/linux-5.10/ |
D | COPYING | 14 In addition, other licenses may also apply. Please see:
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 15 compatible; all statements below that apply to "fsl,mpc8548-pmc" also 16 apply to "fsl,mpc8641d-pmc".
|