| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| D | link_dp_training.c | 679 const struct dc_link_training_overrides *overrides, in override_training_settings() argument 685 if (!link->dp_ss_off && overrides->downspread != NULL) in override_training_settings() 686 lt_settings->link_settings.link_spread = *overrides->downspread ? in override_training_settings() 691 if (overrides->voltage_swing != NULL) in override_training_settings() 692 lt_settings->voltage_swing = overrides->voltage_swing; in override_training_settings() 693 if (overrides->pre_emphasis != NULL) in override_training_settings() 694 lt_settings->pre_emphasis = overrides->pre_emphasis; in override_training_settings() 695 if (overrides->post_cursor2 != NULL) in override_training_settings() 696 lt_settings->post_cursor2 = overrides->post_cursor2; in override_training_settings() 697 if (overrides->ffe_preset != NULL) in override_training_settings() [all …]
|
| D | link_dp_training.h | 130 const struct dc_link_training_overrides *overrides,
|
| /Linux-v6.6/Documentation/devicetree/bindings/usb/ |
| D | gr-udc.txt | 24 each OUT endpoint of the core. Fewer entries overrides the default sizes 30 each IN endpoint of the core. Fewer entries overrides the default sizes
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-class-devfreq | 77 the user does not care. min_freq overrides the 86 the user does not care. max_freq overrides the 88 The max_freq overrides min_freq because max_freq may be
|
| D | sysfs-class-stm | 23 the software or 1 if the stm hardware overrides software
|
| /Linux-v6.6/arch/x86/math-emu/ |
| D | fpu_emu.h | 129 } overrides; typedef 132 overrides override;
|
| D | fpu_entry.c | 100 overrides * override); 547 overrides * override) in valid_prefix() 552 *override = (overrides) { in valid_prefix()
|
| /Linux-v6.6/arch/arm/boot/dts/samsung/ |
| D | exynos4212-tab3-3g8.dts | 19 /* Pin control sleep state overrides */
|
| D | exynos4212-tab3-lte8.dts | 19 /* Pin control sleep state overrides */
|
| /Linux-v6.6/scripts/ |
| D | subarch.include | 3 # line overrides the setting of ARCH below. If a native build is happening,
|
| D | Makefile.extrawarn | 164 KBUILD_CFLAGS += -Winitializer-overrides 177 KBUILD_CFLAGS += -Wno-initializer-overrides
|
| /Linux-v6.6/Documentation/driver-api/firmware/ |
| D | introduction.rst | 11 * Device driver information data (calibration data, EEPROM overrides),
|
| /Linux-v6.6/arch/arm/boot/dts/synaptics/ |
| D | berlin2cd-google-chromecast.dts | 29 * ATAG_MEM. Linux helpfully overrides the "reg" property with
|
| /Linux-v6.6/arch/powerpc/boot/dts/fsl/ |
| D | mpc8572ds.dts | 81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
| D | mpc8572ds_36b.dts | 81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
| D | p2020ds.dts | 80 * p2020ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
| D | mpc8544ds.dts | 98 * mpc8544ds.dtsi must be last to ensure board_pci3 overrides pci3 settings
|
| /Linux-v6.6/Documentation/core-api/ |
| D | memory-allocation.rst | 117 * ``GFP_KERNEL | __GFP_NORETRY`` - overrides the default allocator behavior 122 * ``GFP_KERNEL | __GFP_RETRY_MAYFAIL`` - overrides the default allocator 127 * ``GFP_KERNEL | __GFP_NOFAIL`` - overrides the default allocator behavior
|
| /Linux-v6.6/tools/testing/ktest/ |
| D | ktest.pl | 839 my ($lvalue, $rvalue, $override, $overrides, $name) = @_; 859 if (!$override || defined(${$overrides}{$lvalue})) { 866 ${$overrides}{$lvalue} = $prvalue; 1034 my %overrides; 1109 %overrides = (); 1215 set_value($lvalue, $rvalue, $override, \%overrides, $name); 1218 set_value($val, $rvalue, $override, \%overrides, $name);
|
| /Linux-v6.6/drivers/phy/qualcomm/ |
| D | phy-qcom-qusb2.c | 441 struct override_params overrides; member 509 struct override_params *or = &qphy->overrides; in qusb2_phy_override_phy_params() 971 or = &qphy->overrides; in qusb2_phy_probe()
|
| /Linux-v6.6/Documentation/admin-guide/ |
| D | jfs.rst | 62 The minlen value of discard overrides the minlen value given
|
| /Linux-v6.6/tools/perf/Documentation/ |
| D | tips.txt | 35 Show user configuration overrides: perf config --user --list
|
| /Linux-v6.6/mm/ |
| D | Makefile | 36 CFLAGS_init-mm.o += $(call cc-disable-warning, initializer-overrides)
|
| /Linux-v6.6/Documentation/devicetree/bindings/clock/ti/ |
| D | dpll.txt | 54 - DPLL mode setting - defining any one or more of the following overrides
|
| /Linux-v6.6/lib/zstd/compress/ |
| D | zstd_compress.c | 1321 const ZSTD_compressionParameters* overrides) in ZSTD_overrideCParams() argument 1323 if (overrides->windowLog) cParams->windowLog = overrides->windowLog; in ZSTD_overrideCParams() 1324 if (overrides->hashLog) cParams->hashLog = overrides->hashLog; in ZSTD_overrideCParams() 1325 if (overrides->chainLog) cParams->chainLog = overrides->chainLog; in ZSTD_overrideCParams() 1326 if (overrides->searchLog) cParams->searchLog = overrides->searchLog; in ZSTD_overrideCParams() 1327 if (overrides->minMatch) cParams->minMatch = overrides->minMatch; in ZSTD_overrideCParams() 1328 if (overrides->targetLength) cParams->targetLength = overrides->targetLength; in ZSTD_overrideCParams() 1329 if (overrides->strategy) cParams->strategy = overrides->strategy; in ZSTD_overrideCParams()
|