/linux-6.14.4/tools/testing/selftests/hid/tests/ |
D | test_multitouch.py | 5 # Copyright (c) 2017 Benjamin Tissoires <[email protected]> 6 # Copyright (c) 2017 Red Hat, Inc. 492 …25 01 95 03 75 01 81 02 95 05 81 03 05 01 15 00 26 ff 0f 55 0e 65 11 75 10 95 01 35 00 46 c8 37 09… 1112 …25 01 81 02 95 07 75 01 81 03 95 01 75 08 81 03 05 01 09 30 09 31 15 00 26 ff 7f 35 00 46 00 00 95… 1123 …25 01 81 02 95 07 75 01 81 03 95 01 75 08 81 03 05 01 09 30 09 31 15 00 26 ff 7f 35 00 46 00 00 95… 1134 …25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 09 51 75 08 95 01 81 02 05 01 35 00 55… 1171 …25 01 95 01 75 01 81 02 09 32 81 02 09 47 81 02 75 05 81 03 09 30 26 ff 00 75 08 81 02 09 51 25 02… 1181 …25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 09 51 75 08 95 01 81 02 05 01 35 00 55… 1190 …25 01 75 01 95 01 81 02 09 32 81 02 09 37 81 02 25 1f 75 05 09 51 81 02 05 01 55 0e 65 11 35 00 75… 1199 …25 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 08 09 51 95 01 81 02 05 01 26 ff 0f 75 10 55 0e… [all …]
|
D | test_tablet.py | 5 # Copyright (c) 2021 Benjamin Tissoires <[email protected]> 6 # Copyright (c) 2021 Red Hat, Inc. 1302 …25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75… 1310 …25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75… 1318 …25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75… 1326 …25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75… 1334 …25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75… 1342 …25 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75… 1350 …25 01 95 02 75 01 81 02 95 06 81 03 05 01 09 30 09 31 15 00 26 ff 7f 75 10 95 02 81 02 c0 c0 05 0d… 1358 …25 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 08 09 51 95 01 81 02 05 01 26 ff 3f 75 10 55 0e… [all …]
|
/linux-6.14.4/drivers/hid/ |
D | hid-appleir.c | 10 * Copyright (C) 2006 James McKenzie 11 * Copyright (C) 2008 Greg Kroah-Hartman <[email protected]> 12 * Copyright (C) 2008 Novell Inc. 13 * Copyright (C) 2010, 2012 Bastien Nocera <[email protected]> 14 * Copyright (C) 2013 Benjamin Tissoires <[email protected]> 15 * Copyright (C) 2013 Red Hat Inc. All Rights Reserved 33 * 25 87 ee 83 0a + 34 * 25 87 ee 83 0c - 35 * 25 87 ee 83 09 << 36 * 25 87 ee 83 06 >> [all …]
|
/linux-6.14.4/arch/x86/crypto/ |
D | sha256-avx-asm.S | 4 # Copyright (C) 2013 Intel Corporation. 9 # Tim Chen <tim.c[email protected]> 103 c = %ecx define 148 d = c 149 c = b define 159 MY_ROR (25-11), y0 # y0 = e >> (25-11) 163 xor e, y0 # y0 = e ^ (e >> (25-11)) 165 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6)) 169 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6)) 175 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) [all …]
|
D | sha256-ssse3-asm.S | 4 # Copyright (C) 2013 Intel Corporation. 9 # Tim Chen <tim.c[email protected]> 96 c = %ecx define 142 d = c 143 c = b define 153 ror $(25-11), y0 # y0 = e >> (25-11) 157 xor e, y0 # y0 = e ^ (e >> (25-11)) 159 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6)) 164 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6)) 170 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) [all …]
|
D | sha256-avx2-asm.S | 4 # Copyright (C) 2013 Intel Corporation. 9 # Tim Chen <tim.c[email protected]> 96 c = %ecx define 148 d = c 149 c = b define 158 rorx $25, e, y0 # y0 = e >> 25 # S1A 162 or c, y3 # y3 = a|c # MAJA 167 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1 173 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1 177 and b, y3 # y3 = (a|c)&b # MAJA [all …]
|
/linux-6.14.4/arch/powerpc/crypto/ |
D | chacha-p10le-8x.S | 15 # 2. c += d; b ^= c; b <<<= 12; 17 # 4. c += d; b ^= c; b <<<= 7 24 # 4 blocks (a b c d) 94 SAVE_GPR 25, 200, 1 108 SAVE_VRS 25, 80, 9 127 SAVE_VSX 25, 368, 9 143 RESTORE_VRS 25, 80, 9 162 RESTORE_VSX 25, 368, 9 181 RESTORE_GPR 25, 200, 1 196 xxlor 0, 32+25, 32+25 [all …]
|
/linux-6.14.4/drivers/tty/vt/ |
D | cp437.uni | 20 0x04 U+2666 U+25c6 24 0x08 U+25d8 25 0x09 U+25cb 26 0x0a U+25d9 31 0x0f U+263c U+00a4 32 0x10 U+25b6 U+25ba 33 0x11 U+25c0 U+25c4 35 0x13 U+203c 38 0x16 U+25ac 46 0x1e U+25b2 [all …]
|
/linux-6.14.4/include/net/ |
D | ax25.h | 3 * Declarations of AX.25 type objects. 31 /* AX.25 Protocol IDs */ 48 /* AX.25 Segment control values */ 56 #define AX25_SSSID_SPARE 0x60 /* Unused bits in SSID for standard AX.25 */ 57 #define AX25_ESSID_SPARE 0x20 /* Unused bits in SSID for extended AX.25 */ 89 #define AX25_PF 0x10 /* Poll/final bit for standard AX.25 */ 90 #define AX25_EPF 0x01 /* Poll/final bit for extended AX.25 */ 97 /* AX25 L2 C-bit */ 111 #define AX25_MODULUS 8 /* Standard AX.25 modulus */ 112 #define AX25_EMODULUS 128 /* Extended AX.25 modulus */ [all …]
|
/linux-6.14.4/Documentation/driver-api/thermal/ |
D | exynos_thermal.rst | 27 Tc = (T - 25) * (TI2 - TI1) / (85 - 25) + TI1 31 Tc = T + TI1 - 25 40 Trimming info for 25 degree Celsius (stored at TRIMINFO register) 41 Temperature code measured at 25 degree Celsius which is unchanged 70 (thermal_core.c, step_wise.c, cpufreq_cooling.c) 75 (exynos_tmu_data.c) (exynos_tmu.c) (exynos_thermal_common.c) 87 c) Exynos Core thermal wrapper:
|
/linux-6.14.4/arch/alpha/lib/ |
D | divide.S | 5 * (C) 1995 Linus Torvalds 20 * These are not normal C functions: instead of the normal 22 * $24 and $25, and return the result in $27. Register $28 may 43 * $25 - divisor 67 #define GETSIGN(x) xor $24,$25,x 104 bis $25,$25,divisor 175 bis $24,$25,$28 180 stq $25,8($30) 183 subq $31,$25,$28 185 cmovlt $25,$28,$25 /* abs($25) */ [all …]
|
/linux-6.14.4/arch/mips/include/asm/ |
D | regdef.h | 6 * Copyright (C) 1985 MIPS Computer Systems, Inc. 7 * Copyright (C) 1994, 95, 99, 2003 by Ralf Baechle 8 * Copyright (C) 1990 - 1992, 1999 Silicon Graphics, Inc. 9 * Copyright (C) 2011 Wind River Systems, 51 #define GPR_T9 25 52 #define GPR_JP 25 /* PIC jump register */ 94 #define GPR_T9 25 /* callee address for PIC/temp */ 95 #define GPR_JP 25 /* PIC jump register */ 141 #define t9 $25 142 #define jp $25 /* PIC jump register */ [all …]
|
/linux-6.14.4/drivers/hwmon/ |
D | hwmon-vid.c | 3 * hwmon-vid.c - VID/VRM/VRD voltage conversions 5 * Copyright (c) 2004 Rudolf Marek <[email protected]> 8 * Copyright (c) 2002 Mark D. Studebaker <[email protected]> 40 * This corresponds to an arbitrary VRM code of 25 in the functions below. 100 case 25: /* AMD NPT 0Fh */ in vid_from_reg() 102 return (val < 32) ? 1550 - 25 * val in vid_from_reg() 103 : 775 - (25 * (val - 31)) / 2; in vid_from_reg() 115 1850 - val * 25; in vid_from_reg() 119 return (val & 0x10 ? 25 : 0) + in vid_from_reg() 133 return val & 0x10 ? 975 - (val & 0xF) * 25 : in vid_from_reg() [all …]
|
/linux-6.14.4/arch/arm64/kvm/hyp/ |
D | aarch32.c | 5 * Copyright (C) 2012,2013 - ARM Ltd 8 * based on arch/arm/kvm/emulate.c 9 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 10 * Author: Christoffer Dall <c[email protected]> 18 * stolen from arch/arm/kernel/opcodes.c 28 0xCCCC, /* CS == C set */ 34 0x0C0C, /* HI == C set && Z clear */ 35 0xF3F3, /* LS == C clear || Z set */ 82 it = ((cpsr >> 8) & 0xFC) | ((cpsr >> 25) & 0x3); in kvm_condition_valid32() 108 * IT[7:0] -> CPSR[26:25],CPSR[15:10] [all …]
|
/linux-6.14.4/tools/perf/scripts/python/ |
D | net_dropmonitor.py | 55 print("%25s %25s %25s" % ("LOCATION", "OFFSET", "COUNT")) 60 print("%25s %25s %25s" % (sym, off, drop_log[i])) 64 print("Starting trace (Ctrl-C to dump results)")
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
D | selection.svg | 44 …<path d="M179.64 267.36c-22.41 39.703-60.616 115.78-69.286 149.64-8.647 33.775-8.772 66.417-.357 8… 54 …<path d="M352.25 211.99c-3.804-25.264-16.81-50.638-17.157-75.525-.186-13.356 3.273-26.571 13.756-3… 57 …<path d="M352.25 211.99c-3.804-25.264-16.81-50.638-17.157-75.525-.186-13.356 3.273-26.571 13.756-3… 60 …<path d="M352.25 211.99c-3.804-25.264-16.81-50.638-17.157-75.525-.186-13.356 3.273-26.571 13.756-3… 63 …<path d="M352.25 211.99c-3.804-25.264-16.81-50.638-17.157-75.525-.186-13.356 3.273-26.571 13.756-3… 66 …7s1.698 99.252-6.176 143.35-28.265 106.11-45 140-49.798 77.495-60.569 89.876c-11.364 13.062-56.206… 69 …<path d="m366.89 504.13s-29.554 40.573-47.857 74.286-58.621 126.36-70.357 171.07c-11.759 44.803-62… 72 …<path d="M569.03 1018.8c-4.286.714-27.628 3.618-57.857 10s-99.775 25.962-142.86 35.714-117.26 34.8… 108 …<path d="M352.25 211.99c-3.804-25.264-16.81-50.638-17.157-75.525-.186-13.356 3.273-26.571 13.756-3… 133 …7s1.698 99.252-6.176 143.35-28.265 106.11-45 140-49.798 77.495-60.569 89.876c-11.364 13.062-56.206… [all …]
|
/linux-6.14.4/drivers/clk/ti/ |
D | clk-7xx.c | 5 * Copyright (C) 2013 Texas Instruments, Inc. 351 { 25, TI_CLK_DIVIDER, dra7_mmc1_fclk_div_parents, &dra7_mmc1_fclk_div_data }, 368 { 25, TI_CLK_DIVIDER, dra7_mmc2_fclk_div_parents, &dra7_mmc2_fclk_div_data }, 398 { DRA7_L3INIT_MMC1_CLKCTRL, dra7_mmc1_bit_data, CLKF_SW_SUP, "l3init-clkctrl:0008:25" }, 399 { DRA7_L3INIT_MMC2_CLKCTRL, dra7_mmc2_bit_data, CLKF_SW_SUP, "l3init-clkctrl:0010:25" }, 457 { 25, TI_CLK_MUX, dra7_gmac_rft_clk_mux_parents, NULL }, 559 { 25, TI_CLK_DIVIDER, dra7_mmc3_gfclk_div_parents, &dra7_mmc3_gfclk_div_data }, 576 { 25, TI_CLK_DIVIDER, dra7_mmc4_gfclk_div_parents, &dra7_mmc4_gfclk_div_data }, 630 { DRA7_L4PER_MMC3_CLKCTRL, dra7_mmc3_bit_data, CLKF_SW_SUP, "l4per-clkctrl:00f8:25" }, 631 { DRA7_L4PER_MMC4_CLKCTRL, dra7_mmc4_bit_data, CLKF_SW_SUP, "l4per-clkctrl:0100:25" }, [all …]
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/ |
D | gdc_v2_defs.h | 4 * Copyright (c) 2015, Intel Corporation. 32 // 31 30 29 25 24 0 34 // | CMD | C | Reg_ID | Value | 40 // C - Reserved bit 41 // Used in protocol to indicate whether it is C-run or other type of runs 42 // In case of C-run, this bit has a value of 1, for all the other runs, it is 0. 64 #define HRT_GDC_REG_ID_POS 25 67 #define HRT_GDC_DATA_BITS 25 107 // 31 26 25 16 15 10 9 0 150 #define HRT_GDC_SCAN_IDX 25 // 0 = STB (Slide To Bottom) ; 1 = STR (Slide To Right)
|
/linux-6.14.4/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool.h | 2 /* Copyright (C) 2023 Intel Corporation */ 90 [19] = ICE_PHY_TYPE(25GB, 25000baseCR_Full), 91 [20] = ICE_PHY_TYPE(25GB, 25000baseCR_Full), 92 [21] = ICE_PHY_TYPE(25GB, 25000baseCR_Full), 93 [22] = ICE_PHY_TYPE(25GB, 25000baseCR_Full), 94 [23] = ICE_PHY_TYPE(25GB, 25000baseSR_Full), 95 [24] = ICE_PHY_TYPE(25GB, 25000baseSR_Full), 96 [25] = ICE_PHY_TYPE(25GB, 25000baseKR_Full), 97 [26] = ICE_PHY_TYPE(25GB, 25000baseKR_Full), 98 [27] = ICE_PHY_TYPE(25GB, 25000baseKR_Full), [all …]
|
/linux-6.14.4/Documentation/hid/ |
D | hidintro.rst | 73 $ hexdump -C /sys/bus/hid/devices/0003\:093A\:2510.0002/report_descriptor 75 00000010 15 00 25 01 75 01 95 03 81 02 75 05 95 01 81 01 |..%.u.....u.....| 76 00000020 05 01 09 30 09 31 09 38 15 81 25 7f 75 08 95 03 |...0.1.8..%.u...| 194 …01 09 01 a1 00 05 09 19 01 29 03 15 00 25 01 75 01 95 03 81 02 75 05 95 01 81 01 05 01 09 30 09 31… 281 25 01 95 05 75 01 81 02 95 01 75 03 81 01 05 01 282 09 30 09 31 16 00 F8 26 FF 07 75 0C 95 02 81 06 283 09 38 15 80 25 7F 75 08 95 01 81 06 05 0C 0A 38 284 02 15 80 25 7F 75 08 95 01 81 06 C0 05 01 09 02 285 A1 01 85 02 05 09 19 01 29 05 15 00 25 01 95 05 287 16 00 F8 26 FF 07 75 0C 95 02 81 06 09 38 15 80 [all …]
|
/linux-6.14.4/Documentation/admin-guide/thermal/ |
D | intel_powerclamp.rst | 43 On Intel CPUs, C-states provide effective power reduction, but so far 47 is to achieve forced and controllable C-state residency. 60 On modern Intel processors (Nehalem or later), package level C-state 72 level C-state. The intel_powerclamp driver is conceived as such a 75 between the actual package level C-state residency ratio and the target idle 146 also true for the ability of a system to enter package level C-states. 249 thus not able to enter package C- states at the expected ratio. But 289 - To inject 25% idle time:: 291 $ sudo sh -c "echo 25 > /sys/class/thermal/cooling_device80/cur_state 293 If the system is not busy and has more than 25% idle time already, [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/hisilicon/ |
D | hip07-d05.dts | 5 * Copyright (C) 2016 HiSilicon Ltd. 28 <0 3 25>, 31 <1 2 25>, 34 <2 1 25>, 37 <3 0 25>,
|
/linux-6.14.4/kernel/module/ |
D | stats.c | 5 * Copyright (C) 2023 Luis Chamberlain <[email protected]> 43 * c) layout_and_allocate() allocates space for the final resting 306 len = scnprintf(buf, size, "%25s\t%u\n", "Mods ever loaded", live_mod_count); in read_file_mod_stats() 308 len += scnprintf(buf + len, size - len, "%25s\t%u\n", "Mods failed on kread", fkreads); in read_file_mod_stats() 310 len += scnprintf(buf + len, size - len, "%25s\t%u\n", "Mods failed on decompress", in read_file_mod_stats() 312 len += scnprintf(buf + len, size - len, "%25s\t%u\n", "Mods failed on becoming", fbecoming); in read_file_mod_stats() 314 len += scnprintf(buf + len, size - len, "%25s\t%u\n", "Mods failed on load", floads); in read_file_mod_stats() 316 len += scnprintf(buf + len, size - len, "%25s\t%lu\n", "Total module size", total_size); in read_file_mod_stats() 317 len += scnprintf(buf + len, size - len, "%25s\t%lu\n", "Total mod text size", text_size); in read_file_mod_stats() 319 len += scnprintf(buf + len, size - len, "%25s\t%lu\n", "Failed kread bytes", ikread_bytes); in read_file_mod_stats() [all …]
|
/linux-6.14.4/Documentation/core-api/ |
D | packing.rst | 57 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 73 24 25 26 27 28 29 30 31 16 17 18 19 20 21 22 23 8 9 10 11 12 13 14 15 0 1 2 3 4 5 6 7 86 7 6 5 4 3 2 1 0 15 14 13 12 11 10 9 8 23 22 21 20 19 18 17 16 31 30 29 28 27 26 25 24 100 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 108 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 123 24 25 26 27 28 29 30 31 16 17 18 19 20 21 22 23 8 9 10 11 12 13 14 15 0 1 2 3 4 5 6 7 134 7 6 5 4 3 2 1 0 15 14 13 12 11 10 9 8 23 22 21 20 19 18 17 16 31 30 29 28 27 26 25 24 145 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 178 27 26 25 24 | Group 6 196 27 26 25 24 | Group 6 [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/ |
D | mapfile.csv | 4 GenuineIntel-6-(1C|26|27|35|36),v5,bonnell,core 9 GenuineIntel-6-9[6C],v1.05,elkhartlake,core 15 GenuineIntel-6-(3C|45|46),v35,haswell,core 31 GenuineIntel-6-(37|4A|4C|4D|5A),v15,silvermont,core 36 GenuineIntel-6-2C,v5,westmereep-dp,core 37 GenuineIntel-6-25,v4,westmereep-sp,core 41 AuthenticAMD-25-([245][[:xdigit:]]|[[:xdigit:]]),v1,amdzen3,core 42 AuthenticAMD-25-[[:xdigit:]]+,v1,amdzen4,core
|