/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/protocols/ |
A D | link_dp_training.c | 668 const struct dc_link_training_overrides *overrides, in override_training_settings() argument 680 if (overrides->voltage_swing != NULL) in override_training_settings() 682 if (overrides->pre_emphasis != NULL) in override_training_settings() 684 if (overrides->post_cursor2 != NULL) in override_training_settings() 686 if (overrides->ffe_preset != NULL) in override_training_settings() 687 lt_settings->ffe_preset = overrides->ffe_preset; in override_training_settings() 715 if (overrides->cr_pattern_time != NULL) in override_training_settings() 717 if (overrides->eq_pattern_time != NULL) in override_training_settings() 719 if (overrides->pattern_for_cr != NULL) in override_training_settings() 721 if (overrides->pattern_for_eq != NULL) in override_training_settings() [all …]
|
A D | link_dp_training.h | 127 const struct dc_link_training_overrides *overrides,
|
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/ |
A 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-6.3-rc2/Documentation/ABI/testing/ |
A 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
|
A D | sysfs-class-stm | 23 the software or 1 if the stm hardware overrides software
|
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | fpu_emu.h | 129 } overrides; typedef 132 overrides override;
|
A D | fpu_entry.c | 99 overrides * override); 546 overrides * override) in valid_prefix() 551 *override = (overrides) { in valid_prefix()
|
/linux-6.3-rc2/scripts/ |
A D | subarch.include | 3 # line overrides the setting of ARCH below. If a native build is happening,
|
A D | Makefile.extrawarn | 50 KBUILD_CFLAGS += -Wno-initializer-overrides
|
/linux-6.3-rc2/Documentation/driver-api/firmware/ |
A D | introduction.rst | 11 * Device driver information data (calibration data, EEPROM overrides),
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | berlin2cd-google-chromecast.dts | 29 * ATAG_MEM. Linux helpfully overrides the "reg" property with
|
/linux-6.3-rc2/arch/powerpc/boot/dts/fsl/ |
A D | mpc8572ds.dts | 81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
A D | p2020ds.dts | 80 * p2020ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
A D | mpc8572ds_36b.dts | 81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
A D | mpc8548cds_32b.dts | 77 * mpc8548cds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
A D | mpc8548cds_36b.dts | 77 * mpc8548cds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
A D | mpc8544ds.dts | 98 * mpc8544ds.dtsi must be last to ensure board_pci3 overrides pci3 settings
|
/linux-6.3-rc2/Documentation/devicetree/bindings/i2c/ |
A D | i2c-mux-pca954x.yaml | 59 description: if present, overrides i2c-mux-idle-disconnect
|
/linux-6.3-rc2/Documentation/core-api/ |
A 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-6.3-rc2/tools/testing/ktest/ |
A 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-6.3-rc2/drivers/phy/qualcomm/ |
A D | phy-qcom-qusb2.c | 442 struct override_params overrides; member 510 struct override_params *or = &qphy->overrides; in qusb2_phy_override_phy_params() 969 or = &qphy->overrides; in qusb2_phy_probe()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/partitions/ |
A D | fixed-partitions.yaml | 41 partition map overrides partition offset and size defined in
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | jfs.rst | 62 The minlen value of discard overrides the minlen value given
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | tips.txt | 35 Show user configuration overrides: perf config --user --list
|
/linux-6.3-rc2/mm/ |
A D | Makefile | 37 CFLAGS_init-mm.o += $(call cc-disable-warning, initializer-overrides)
|