Home
last modified time | relevance | path

Searched refs:overrides (Results 1 – 25 of 65) sorted by relevance

123

/linux/Documentation/devicetree/bindings/usb/
A Dgr-udc.txt24 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/Documentation/ABI/testing/
A Dsysfs-class-devfreq77 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 Dsysfs-class-stm23 the software or 1 if the stm hardware overrides software
/linux/arch/x86/math-emu/
A Dfpu_emu.h129 } overrides; typedef
132 overrides override;
A Dfpu_entry.c99 overrides * override);
546 overrides * override) in valid_prefix()
551 *override = (overrides) { in valid_prefix()
/linux/scripts/
A Dsubarch.include3 # line overrides the setting of ARCH below. If a native build is happening,
A DMakefile.extrawarn48 KBUILD_CFLAGS += -Wno-initializer-overrides
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_dp.c1543 const struct dc_link_training_overrides *overrides, argument
1555 if (overrides->voltage_swing != NULL)
1557 if (overrides->pre_emphasis != NULL)
1559 if (overrides->post_cursor2 != NULL)
1562 if (overrides->ffe_preset != NULL)
1563 lt_settings->ffe_preset = overrides->ffe_preset;
1591 if (overrides->cr_pattern_time != NULL)
1594 if (overrides->eq_pattern_time != NULL)
1597 if (overrides->pattern_for_cr != NULL)
1599 if (overrides->pattern_for_eq != NULL)
[all …]
/linux/Documentation/driver-api/firmware/
A Dintroduction.rst11 * Device driver information data (calibration data, EEPROM overrides),
/linux/arch/arm/boot/dts/
A Dberlin2cd-google-chromecast.dts29 * ATAG_MEM. Linux helpfully overrides the "reg" property with
/linux/Documentation/core-api/
A Dmemory-allocation.rst117 * ``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/arch/powerpc/boot/dts/fsl/
A Dmpc8572ds.dts81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
A Dp2020ds.dts80 * p2020ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
A Dmpc8548cds_32b.dts77 * mpc8548cds.dtsi must be last to ensure board_pci0 overrides pci0 settings
A Dmpc8548cds_36b.dts77 * mpc8548cds.dtsi must be last to ensure board_pci0 overrides pci0 settings
A Dmpc8572ds_36b.dts81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
A Dmpc8544ds.dts98 * mpc8544ds.dtsi must be last to ensure board_pci3 overrides pci3 settings
/linux/Documentation/devicetree/bindings/i2c/
A Di2c-mux-pca954x.yaml59 description: if present, overrides i2c-mux-idle-disconnect
/linux/tools/testing/ktest/
A Dktest.pl830 my ($lvalue, $rvalue, $override, $overrides, $name) = @_;
850 if (!$override || defined(${$overrides}{$lvalue})) {
857 ${$overrides}{$lvalue} = $prvalue;
1025 my %overrides;
1100 %overrides = ();
1206 set_value($lvalue, $rvalue, $override, \%overrides, $name);
1209 set_value($val, $rvalue, $override, \%overrides, $name);
/linux/drivers/phy/qualcomm/
A Dphy-qcom-qusb2.c442 struct override_params overrides; member
510 struct override_params *or = &qphy->overrides; in qusb2_phy_override_phy_params()
966 or = &qphy->overrides; in qusb2_phy_probe()
/linux/lib/zstd/compress/
A Dzstd_compress.c1204 const ZSTD_compressionParameters* overrides) in ZSTD_overrideCParams() argument
1206 if (overrides->windowLog) cParams->windowLog = overrides->windowLog; in ZSTD_overrideCParams()
1207 if (overrides->hashLog) cParams->hashLog = overrides->hashLog; in ZSTD_overrideCParams()
1208 if (overrides->chainLog) cParams->chainLog = overrides->chainLog; in ZSTD_overrideCParams()
1209 if (overrides->searchLog) cParams->searchLog = overrides->searchLog; in ZSTD_overrideCParams()
1210 if (overrides->minMatch) cParams->minMatch = overrides->minMatch; in ZSTD_overrideCParams()
1211 if (overrides->targetLength) cParams->targetLength = overrides->targetLength; in ZSTD_overrideCParams()
1212 if (overrides->strategy) cParams->strategy = overrides->strategy; in ZSTD_overrideCParams()
/linux/Documentation/admin-guide/
A Djfs.rst62 The minlen value of discard overrides the minlen value given
/linux/tools/perf/Documentation/
A Dtips.txt35 Show user configuration overrides: perf config --user --list
/linux/mm/
A DMakefile35 CFLAGS_init-mm.o += $(call cc-disable-warning, initializer-overrides)
/linux/Documentation/devicetree/bindings/clock/ti/
A Ddpll.txt54 - DPLL mode setting - defining any one or more of the following overrides

Completed in 42 milliseconds

123