Home
last modified time | relevance | path

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

12

/linux/drivers/tty/vt/
H A Dgen_ucs_fallback_table.py67 overrides = {}
72 overrides[0x00C6] = ord('E') # Æ LATIN CAPITAL LETTER AE -> E (unidecode: "AE")
73 overrides[0x00E6] = ord('e') # æ LATIN SMALL LETTER AE -> e (unidecode: "ae")
74 overrides[0x0152] = ord('E') # Œ LATIN CAPITAL LIGATURE OE -> E (unidecode: "OE")
75 overrides[0x0153] = ord('e') # œ LATIN SMALL LETTER LIGATURE OE -> e (unidecode: "oe")
76 overrides[0x00DF] = ord('s') # ß LATIN SMALL LETTER SHARP S -> s (unidecode: "ss")
79 overrides[0x2264] = ord('<') # ≤ LESS-THAN OR EQUAL TO -> < (unidecode: "<=")
80 overrides[0x2265] = ord('>') # ≥ GREATER-THAN OR EQUAL TO -> > (unidecode: ">=")
83 overrides[0x2260] = ord('#') # ≠ NOT EQUAL TO -> # (unidecode: empty string)
87 overrides[cp] = ord('#') # ▖ ▗ ▘ ▙ etc. - map to # (unidecode: empty string)
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_utils.c421 if (plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe || in dml2_core_utils_is_phantom_pipe()
422 plane_cfg->overrides.legacy_svp_config == dml2_svp_mode_override_phantom_pipe_no_data_return) { in dml2_core_utils_is_phantom_pipe()
595 phantom->overrides.refresh_from_mall = dml2_refresh_from_mall_mode_override_force_disable; in create_phantom_plane_from_main_plane()
596 phantom->overrides.legacy_svp_config = dml2_svp_mode_override_phantom_pipe_no_data_return; in create_phantom_plane_from_main_plane()
623 if (!display_cfg->display_config.overrides.enable_subvp_implicit_pmo) in dml2_core_utils_expand_implict_subvp()
628 svp_expanded_display_cfg->overrides.hw.force_unbounded_requesting.enable = true; in dml2_core_utils_expand_implict_subvp()
629 svp_expanded_display_cfg->overrides.hw.force_unbounded_requesting.value = false; in dml2_core_utils_expand_implict_subvp()
669 …svp_expanded_display_cfg->plane_descriptors[plane_index].overrides.legacy_svp_config = dml2_svp_mo… in dml2_core_utils_expand_implict_subvp()
/linux/Documentation/devicetree/bindings/usb/
H 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/
H A Dsysfs-class-devfreq80 the user does not care. min_freq overrides the
89 the user does not care. max_freq overrides the
91 The max_freq overrides min_freq because max_freq may be
H A Dsysfs-class-stm23 the software or 1 if the stm hardware overrides software
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4212-tab3-3g8.dts19 /* Pin control sleep state overrides */
H A Dexynos4212-tab3-lte8.dts19 /* Pin control sleep state overrides */
/linux/scripts/
H A Dsubarch.include3 # line overrides the setting of ARCH below. If a native build is happening,
/linux/Documentation/driver-api/firmware/
H A Dintroduction.rst11 * Device driver information data (calibration data, EEPROM overrides),
/linux/arch/arm/boot/dts/synaptics/
H A Dberlin2cd-google-chromecast.dts29 * ATAG_MEM. Linux helpfully overrides the "reg" property with
/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8572ds.dts81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dmpc8572ds_36b.dts81 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dp2020ds.dts80 * p2020ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
H A Dmpc8544ds.dts98 * mpc8544ds.dtsi must be last to ensure board_pci3 overrides pci3 settings
/linux/Documentation/core-api/
H A Dmemory-allocation.rst118 * ``GFP_KERNEL | __GFP_NORETRY`` - overrides the default allocator behavior
123 * ``GFP_KERNEL | __GFP_RETRY_MAYFAIL`` - overrides the default allocator
128 * ``GFP_KERNEL | __GFP_NOFAIL`` - overrides the default allocator behavior
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qusb2.c476 struct override_params overrides; member
544 struct override_params *or = &qphy->overrides; in qusb2_phy_override_phy_params()
1015 or = &qphy->overrides; in qusb2_phy_probe()
/linux/tools/testing/ktest/
H A Dktest.pl860 my ($lvalue, $rvalue, $override, $overrides, $name) = @_;
881 if (!$override || defined(${$overrides}{$lvalue})) {
888 ${$overrides}{$lvalue} = $prvalue;
1072 my %overrides;
1147 %overrides = ();
1253 set_value($lvalue, $rvalue, $override, \%overrides, $name);
1256 set_value($val, $rvalue, $override, \%overrides, $name);
/linux/Documentation/admin-guide/
H A Djfs.rst62 The minlen value of discard overrides the minlen value given
/linux/Documentation/devicetree/bindings/clock/ti/
H A Ddpll.txt52 - DPLL mode setting - defining any one or more of the following overrides
/linux/drivers/gpu/drm/xe/
H A DKconfig109 parameter. Using the module parameter overrides this option.
/linux/lib/zstd/compress/
H A Dzstd_compress.c1562 const ZSTD_compressionParameters* overrides) in ZSTD_overrideCParams() argument
1564 if (overrides->windowLog) cParams->windowLog = overrides->windowLog; in ZSTD_overrideCParams()
1565 if (overrides->hashLog) cParams->hashLog = overrides->hashLog; in ZSTD_overrideCParams()
1566 if (overrides->chainLog) cParams->chainLog = overrides->chainLog; in ZSTD_overrideCParams()
1567 if (overrides->searchLog) cParams->searchLog = overrides->searchLog; in ZSTD_overrideCParams()
1568 if (overrides->minMatch) cParams->minMatch = overrides->minMatch; in ZSTD_overrideCParams()
1569 if (overrides->targetLength) cParams->targetLength = overrides->targetLength; in ZSTD_overrideCParams()
1570 if (overrides->strategy) cParams->strategy = overrides->strategy; in ZSTD_overrideCParams()
/linux/arch/mips/
H A DKconfig.debug64 bool "Built-in command line overrides firmware arguments"
/linux/tools/perf/Documentation/
H A Dtips.txt52 Show user configuration overrides: perf config --user --list
/linux/Documentation/driver-api/gpio/
H A Dintro.rst98 overrides the pullup.
/linux/Documentation/input/devices/
H A Dntrig.rst101 contact immediately overrides the waiting period and leads to activation.

12