/linux/drivers/tty/vt/ |
H A D | gen_ucs_fallback_table.py | 58 # 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 D | branch.json | 5 "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 D | branch.json | 5 "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 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/Documentation/ABI/testing/ |
H A D | sysfs-class-devfreq | 80 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 D | sysfs-class-stm | 23 the software or 1 if the stm hardware overrides software
|
/linux/arch/x86/kernel/apic/ |
H A D | init.c | 36 /* The container for function call overrides */ 105 /* Apply any already installed callback overrides */ in apic_install_driver()
|
/linux/Documentation/core-api/ |
H A D | memory-allocation.rst | 118 * ``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 D | rmi.h | 71 * 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 D | sed-opal-key.h | 8 * keys. Specific keystores can provide overrides.
|
H A D | kmsan_string.h | 13 * KMSAN overrides the default memcpy/memset/memmove implementations in the
|
/linux/tools/perf/pmu-events/arch/x86/amdzen1/ |
H A D | branch.json | 21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
|
/linux/arch/mips/include/asm/mach-pic32/ |
H A D | cpu-feature-overrides.h | 13 * CPU feature overrides for PIC32 boards
|
/linux/arch/mips/kernel/ |
H A D | uprobes.c | 57 * 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 D | exynos4212-tab3-3g8.dts | 19 /* Pin control sleep state overrides */
|
/linux/arch/mips/include/asm/mach-lantiq/falcon/ |
H A D | cpu-feature-overrides.h | 3 * Lantiq FALCON specific CPU feature overrides
|
/linux/Documentation/driver-api/firmware/ |
H A D | introduction.rst | 11 * Device driver information data (calibration data, EEPROM overrides),
|
/linux/arch/mips/include/asm/mach-ralink/rt3883/ |
H A D | cpu-feature-overrides.h | 3 * Ralink RT3662/RT3883 specific CPU feature overrides
|
/linux/scripts/ |
H A D | subarch.include | 3 # line overrides the setting of ARCH below. If a native build is happening,
|
/linux/arch/mips/include/asm/mach-ralink/mt7620/ |
H A D | cpu-feature-overrides.h | 3 * Ralink MT7620 specific CPU feature overrides
|
/linux/arch/mips/include/asm/mach-ralink/rt288x/ |
H A D | cpu-feature-overrides.h | 3 * Ralink RT288x specific CPU feature overrides
|
/linux/arch/mips/include/asm/mach-ralink/rt305x/ |
H A D | cpu-feature-overrides.h | 3 * Ralink RT305x specific CPU feature overrides
|
/linux/rust/macros/ |
H A D | kunit.rs | 142 /// 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 D | prctl_thp_disable.c | 81 /* 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 D | cpu-feature-overrides.h | 3 * Atheros AR71XX/AR724X/AR913X specific CPU feature overrides
|