Home
last modified time | relevance | path

Searched full:overrides (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/linux/drivers/tty/vt/
H A Dgen_ucs_fallback_table.py58 # Apply manual overrides for special cases
64 """Get special case overrides that need different handling than unidecode
67 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: ">=")
[all …]
/linux/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dbranch.json5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)."
10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)."
21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
/linux/tools/perf/pmu-events/arch/x86/amdzen3/
H A Dbranch.json5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)."
10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)."
22 … "PublicDescription": "The number of times the instruction decoder overrides the predicted target."
/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/x86/kernel/apic/
H A Dinit.c36 /* The container for function call overrides */
105 /* Apply any already installed callback overrides */ in apic_install_driver()
/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/include/linux/
H A Drmi.h71 * struct rmi_2d_sensor_data - overrides defaults for a 2D sensor.
72 * @axis_align - provides axis alignment overrides (see above).
105 * struct rmi_gpio_data - overrides defaults for a single F30/F3A GPIOs/LED
H A Dsed-opal-key.h8 * keys. Specific keystores can provide overrides.
H A Dkmsan_string.h13 * KMSAN overrides the default memcpy/memset/memmove implementations in the
/linux/tools/perf/pmu-events/arch/x86/amdzen1/
H A Dbranch.json21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
/linux/arch/mips/include/asm/mach-pic32/
H A Dcpu-feature-overrides.h13 * CPU feature overrides for PIC32 boards
/linux/arch/mips/kernel/
H A Duprobes.c57 * This definition overrides the weak definition in kernel/events/uprobes.c.
230 * This overrides the weak version in kernel/events/uprobes.c.
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4212-tab3-3g8.dts19 /* Pin control sleep state overrides */
/linux/arch/mips/include/asm/mach-lantiq/falcon/
H A Dcpu-feature-overrides.h3 * Lantiq FALCON specific CPU feature overrides
/linux/Documentation/driver-api/firmware/
H A Dintroduction.rst11 * Device driver information data (calibration data, EEPROM overrides),
/linux/arch/mips/include/asm/mach-ralink/rt3883/
H A Dcpu-feature-overrides.h3 * Ralink RT3662/RT3883 specific CPU feature overrides
/linux/scripts/
H A Dsubarch.include3 # line overrides the setting of ARCH below. If a native build is happening,
/linux/arch/mips/include/asm/mach-ralink/mt7620/
H A Dcpu-feature-overrides.h3 * Ralink MT7620 specific CPU feature overrides
/linux/arch/mips/include/asm/mach-ralink/rt288x/
H A Dcpu-feature-overrides.h3 * Ralink RT288x specific CPU feature overrides
/linux/arch/mips/include/asm/mach-ralink/rt305x/
H A Dcpu-feature-overrides.h3 * Ralink RT305x specific CPU feature overrides
/linux/rust/macros/
H A Dkunit.rs142 /// Overrides the usual [`assert!`] macro with one that calls KUnit instead. in kunit_tests()
150 /// Overrides the usual [`assert_eq!`] macro with one that calls KUnit instead. in kunit_tests()
/linux/tools/testing/selftests/mm/
H A Dprctl_thp_disable.c81 /* tests after prctl overrides global policy */ in prctl_thp_disable_completely_test()
188 /* tests after prctl overrides global policy */ in prctl_thp_disable_except_madvise_test()
/linux/arch/mips/include/asm/mach-ath79/
H A Dcpu-feature-overrides.h3 * Atheros AR71XX/AR724X/AR913X specific CPU feature overrides

12345678910>>...12