| /kernel/linux/linux-6.6/Documentation/translations/zh_CN/core-api/ |
| D | packing.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 3 .. include:: ../disclaimer-zh_CN.rst 5 :Original: Documentation/core-api/packing.rst 22 -------- 42 -------- 46 - 将一个CPU可使用的数字打包到内存缓冲区中(具有硬件约束/特殊性)。 47 - 将内存缓冲区(具有硬件约束/特殊性)解压缩为一个CPU可使用的数字。 61 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 63 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 64 3 2 1 0 [all …]
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | packing.rst | 6 ----------------- 10 One can memory-map a pointer to a carefully crafted struct over the hardware 23 were performed byte-by-byte. Also the code can easily get cluttered, and the 24 high-level idea might get lost among the many bit shifts required. 25 Many drivers take the bit-shifting approach and then attempt to reduce the 30 ------------ 32 This API deals with 2 basic operations: 34 - Packing a CPU-usable number into a memory buffer (with hardware 36 - Unpacking a memory buffer (which has hardware constraints/quirks) 37 into a CPU-usable number. [all …]
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | packing.rst | 6 ----------------- 10 One can memory-map a pointer to a carefully crafted struct over the hardware 23 were performed byte-by-byte. Also the code can easily get cluttered, and the 24 high-level idea might get lost among the many bit shifts required. 25 Many drivers take the bit-shifting approach and then attempt to reduce the 30 ------------ 32 This API deals with 2 basic operations: 34 - Packing a CPU-usable number into a memory buffer (with hardware 36 - Unpacking a memory buffer (which has hardware constraints/quirks) 37 into a CPU-usable number. [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
| D | test_multitouch.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 20 KERNEL_MODULE = ("hid-multitouch", "hid_multitouch") 30 "CYPRESS": BIT(2), 109 input_info=(BusType.USB, 1, 2), argument 222 elif value == 2: 310 Unit Exponent (-1) 335 Unit Exponent (-4) 346 Report ID (2) 378 Unit Exponent (-1) [all …]
|
| D | test_tablet.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 23 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 37 def from_evdev(cls, evdev) -> "PenState": 54 raise ValueError("2 tools are not allowed") 58 def apply(self, events) -> "PenState": 91 def valid_transitions(self) -> Tuple["PenState", ...]: 93 for skipping the in-range state, due to historical reasons. 236 def legal_transitions() -> Dict[str, Tuple[PenState, ...]]: 238 we don't have Invert nor Erase bits, so just move in/out-of-range or proximity. [all …]
|
| /kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
| D | pinctrl-mt7629.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include "pinctrl-moore.h" 35 PIN_FIELD(49, 50, 0x5000, 0x10, 0, 1), 45 PIN_FIELD(49, 50, 0x5100, 0x10, 0, 1), 55 PIN_FIELD(49, 50, 0x5400, 0x10, 0, 1), 65 PIN_FIELD(49, 50, 0x5500, 0x10, 0, 1), 75 PIN_FIELD(49, 50, 0x5600, 0x10, 0, 4), 85 PIN_FIELD(49, 50, 0x5200, 0x10, 0, 4), 95 PIN_FIELD(49, 50, 0x5300, 0x10, 0, 4), 117 MT7629_PIN(2, "WF0_5G_HB0", 55), [all …]
|
| D | pinctrl-mt8183.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include "pinctrl-mtk-mt8183.h" 10 #include "pinctrl-paris.h" 13 * iocfg[0]:0x10005000, iocfg[1]:0x11F20000, iocfg[2]:0x11E80000, 50 PINS_FIELD_BASE(13, 16, 2, 0x000, 0x10, 2, 1), 51 PINS_FIELD_BASE(17, 20, 2, 0x000, 0x10, 3, 1), 52 PINS_FIELD_BASE(21, 24, 2, 0x000, 0x10, 4, 1), 53 PINS_FIELD_BASE(25, 28, 2, 0x000, 0x10, 5, 1), 54 PIN_FIELD_BASE(29, 29, 2, 0x000, 0x10, 6, 1), 55 PIN_FIELD_BASE(30, 30, 2, 0x000, 0x10, 7, 1), [all …]
|
| /kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
| D | pinctrl-mt7629.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include "pinctrl-moore.h" 35 PIN_FIELD(49, 50, 0x5000, 0x10, 0, 1), 45 PIN_FIELD(49, 50, 0x5100, 0x10, 0, 1), 55 PIN_FIELD(49, 50, 0x5400, 0x10, 0, 1), 65 PIN_FIELD(49, 50, 0x5500, 0x10, 0, 1), 75 PIN_FIELD(49, 50, 0x5600, 0x10, 0, 4), 85 PIN_FIELD(49, 50, 0x5200, 0x10, 0, 4), 95 PIN_FIELD(49, 50, 0x5300, 0x10, 0, 4), 117 MT7629_PIN(2, "WF0_5G_HB0", 55), [all …]
|
| D | pinctrl-mt8183.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include "pinctrl-mtk-mt8183.h" 10 #include "pinctrl-paris.h" 13 * iocfg[0]:0x10005000, iocfg[1]:0x11F20000, iocfg[2]:0x11E80000, 50 PINS_FIELD_BASE(13, 16, 2, 0x000, 0x10, 2, 1), 51 PINS_FIELD_BASE(17, 20, 2, 0x000, 0x10, 3, 1), 52 PINS_FIELD_BASE(21, 24, 2, 0x000, 0x10, 4, 1), 53 PINS_FIELD_BASE(25, 28, 2, 0x000, 0x10, 5, 1), 54 PIN_FIELD_BASE(29, 29, 2, 0x000, 0x10, 6, 1), 55 PIN_FIELD_BASE(30, 30, 2, 0x000, 0x10, 7, 1), [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
| D | cvmx-address.h | 7 * Copyright (c) 2003-2009 Cavium Networks 10 * it under the terms of the GNU General Public License, Version 2, as 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 38 CVMX_MIPS_SPACE_XKPHYS = 2LL, 47 CVMX_MIPS_XKSEG_SPACE_SSEG = 2LL, 56 CVMX_ADD_WIN_UNUSED = 2L, 71 CVMX_ADD_WIN_DMA_SENDDMA = 2L, 76 /* send out a single-tick command on the NCB bus */ 84 * Octeon-I HW never interprets this X (<39:36> reserved [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
| D | cvmx-address.h | 7 * Copyright (c) 2003-2009 Cavium Networks 10 * it under the terms of the GNU General Public License, Version 2, as 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 38 CVMX_MIPS_SPACE_XKPHYS = 2LL, 47 CVMX_MIPS_XKSEG_SPACE_SSEG = 2LL, 56 CVMX_ADD_WIN_UNUSED = 2L, 71 CVMX_ADD_WIN_DMA_SENDDMA = 2L, 76 /* send out a single-tick command on the NCB bus */ 84 * Octeon-I HW never interprets this X (<39:36> reserved [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
| D | irqs.h | 8 * Free Software Foundation; either version 2 of the License, or (at your 36 #define IRQ_VDINT2 2 82 #define IRQ_GPIO1 49 102 /* DaVinci DM6467-specific Interrupts */ 105 #define IRQ_DM646X_VP_VERTINT2 2 139 #define IRQ_DM646X_GPIO1 49 152 /* DaVinci DM355-specific Interrupts */ 155 #define IRQ_DM355_CCDC_VDINT2 2 190 #define IRQ_DM355_GPIO5 49 203 /* DaVinci DM365-specific Interrupts */ [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
| D | ipu3-tables.c | 1 // SPDX-License-Identifier: GPL-2.0 4 #include "ipu3-tables.h" 18 .sample_patrn_length = 2, 25 { 0, 0, 122, 7, 7, -1, 0 }, 26 { 0, -3, 122, 7, 10, -1, 0 }, 27 { 0, -5, 121, 7, 14, -2, 0 }, 28 { 0, -7, 120, 7, 18, -3, 0 }, 29 { 0, -9, 118, 7, 23, -4, 0 }, 30 { 0, -11, 116, 7, 27, -4, 0 }, 31 { 0, -12, 113, 7, 32, -5, 0 }, [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
| D | ipu3-tables.c | 1 // SPDX-License-Identifier: GPL-2.0 4 #include "ipu3-tables.h" 18 .sample_patrn_length = 2, 25 { 0, 0, 122, 7, 7, -1, 0 }, 26 { 0, -3, 122, 7, 10, -1, 0 }, 27 { 0, -5, 121, 7, 14, -2, 0 }, 28 { 0, -7, 120, 7, 18, -3, 0 }, 29 { 0, -9, 118, 7, 23, -4, 0 }, 30 { 0, -11, 116, 7, 27, -4, 0 }, 31 { 0, -12, 113, 7, 32, -5, 0 }, [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
| D | irqs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #define IRQ_PXA168_NONE (-1) 11 #define IRQ_PXA168_SSP2 2 48 #define IRQ_PXA168_GPIOX 49 58 #define IRQ_PXA910_NONE (-1) 61 #define IRQ_PXA910_SSP2 2 108 #define IRQ_PXA910_AP_GPIO 49 120 #define IRQ_MMP2_NONE (-1) 123 #define IRQ_MMP2_SSPA1 2 166 #define IRQ_MMP2_GPIO 49 [all …]
|
| /kernel/linux/linux-6.6/include/dt-bindings/clock/ |
| D | imx8ulp-clock.h | 1 /* SPDX-License-Identifier: GPL-2.0+ OR MIT */ 56 #define IMX8ULP_CLK_FROSC_DIV2_GATE 49 69 #define IMX8ULP_CLK_PLL4_VCODIV 2 117 #define IMX8ULP_CLK_CGC2_END 49 122 #define IMX8ULP_CLK_LPIT1 2 174 #define IMX8ULP_CLK_TPM7 2 201 #define IMX8ULP_CLK_SAI7 2 248 #define IMX8ULP_CLK_DMA2_CH29 49
|
| D | mt2701-clk.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 12 #define CLK_TOP_SYSPLL_D2 2 59 #define CLK_TOP_TVDPLL_D4 49 176 #define CLK_APMIXED_MAINPLL 2 194 #define CLK_DDRPHY_NR 2 199 #define CLK_INFRA_SMI 2 223 #define CLK_PERI_THERM 2 272 #define CLK_PERI_NR 49 277 #define CLK_AUD_LRCK_DETECT 2 326 #define CLK_AUD_MMIF_DLMCH 49 [all …]
|
| D | mt7986-clk.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 14 #define CLK_APMIXED_MMPLL 2 25 #define CLK_TOP_RTC_32K 2 72 #define CLK_TOP_A1SYS_SEL 49 92 #define CLK_INFRA_UART1_SEL 2 139 #define CLK_INFRA_IUSB_SYS_CK 49 151 #define CLK_SGMII0_CDR_REF 2 158 #define CLK_SGMII1_CDR_REF 2 165 #define CLK_ETH_GP1_EN 2
|
| /kernel/linux/linux-5.10/include/dt-bindings/clock/ |
| D | mt2701-clk.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 12 #define CLK_TOP_SYSPLL_D2 2 59 #define CLK_TOP_TVDPLL_D4 49 176 #define CLK_APMIXED_MAINPLL 2 194 #define CLK_DDRPHY_NR 2 199 #define CLK_INFRA_SMI 2 223 #define CLK_PERI_THERM 2 272 #define CLK_PERI_NR 49 277 #define CLK_AUD_LRCK_DETECT 2 326 #define CLK_AUD_MMIF_DLMCH 49 [all …]
|
| /kernel/linux/linux-6.6/drivers/net/appletalk/ |
| D | cops_ffdrv.h | 24 * - Jay Schulist <jschlst@samba.org> 36 237,57,49,33,107,137,34,32,128,33,83,130, 41 105,103,104,116,32,40,67,41,32,49,57,56, 48 0,4,96,10,224,6,0,7,126,2,64,11, 57 2,219,96,33,233,149,119,230,62,33,232,149, 63 58,72,152,183,32,26,6,20,17,128,2,237, 75 225,193,241,251,237,77,33,2,0,57,126,230, 76 3,237,100,1,40,2,246,128,230,130,245,62, 82 49,152,119,219,72,43,43,112,17,3,0,237, 88 255,202,128,132,58,49,152,254,161,250,207,131, [all …]
|
| /kernel/linux/linux-5.10/drivers/net/appletalk/ |
| D | cops_ffdrv.h | 24 * - Jay Schulist <jschlst@samba.org> 36 237,57,49,33,107,137,34,32,128,33,83,130, 41 105,103,104,116,32,40,67,41,32,49,57,56, 48 0,4,96,10,224,6,0,7,126,2,64,11, 57 2,219,96,33,233,149,119,230,62,33,232,149, 63 58,72,152,183,32,26,6,20,17,128,2,237, 75 225,193,241,251,237,77,33,2,0,57,126,230, 76 3,237,100,1,40,2,246,128,230,130,245,62, 82 49,152,119,219,72,43,43,112,17,3,0,237, 88 255,202,128,132,58,49,152,254,161,250,207,131, [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/crypto/ |
| D | chacha-p10le-8x.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 # Copyright 2023- IBM Corp. All rights reserved 15 # 2. c += d; b ^= c; b <<<= 12; 43 #include <asm/asm-offsets.h> 44 #include <asm/asm-compat.h> 81 stdu 1,-752(1) 200 vadduwm 2, 2, 6 209 vpermxor 14, 14, 2, 25 246 vadduwm 2, 2, 6 257 vpermxor 14, 14, 2, 25 [all …]
|
| /kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
| D | v4l2-vp9.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #include <media/v4l2-vp9.h> 46 { 55, 27, 12, 153, 203, 218, 26, 27, 49 }, /*left = d207*/ 47 { 53, 49, 21, 110, 116, 168, 59, 80, 76 }, /*left = d63 */ 72 { 64, 19, 37, 156, 66, 138, 49, 95, 133 }, /*left = dc */ 80 { 45, 26, 28, 129, 45, 129, 49, 147, 123 }, /*left = d63 */ 92 { 37, 49, 25, 129, 168, 164, 41, 54, 148 }, /*left = tm */ 99 { 49, 30, 35, 141, 70, 168, 82, 40, 115 }, /*left = d117*/ 120 { 49, 50, 35, 144, 95, 205, 63, 78, 59 }, /*left = d135*/ 131 /* 8x8 -> 4x4 */ [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_flat_memory.c | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 3 * Copyright 2014-2022 Advanced Micro Devices, Inc. 57 * System Unified Address - SUA 81 * HSA64 - ATC/IOMMU 64b 101 * 64b to 49b Address conversion 106 * to a 49b address. This 49b address is constituted of an “ATC” bit 107 * plus a 48b virtual address. This 49b address is what is passed to the 109 * (max of 2^40 – 1) intended to be translated via GPUVM page tables. 116 * as part of the 64b to 49b conversion. 118 * Where this 64b to 49b conversion is done is a function of the usage. [all …]
|
| /kernel/linux/linux-6.6/arch/riscv/boot/dts/starfive/ |
| D | jh7110-pinfunc.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */ 12 * | 31 - 24 | 23 - 16 | 15 - 10 | 9 - 8 | 7 - 0 | 19 * gpio nr: gpio number, 0 - 63 32 #define GPOUT_SYS_WAVE511_UART_TX 2 79 #define GPOUT_SYS_CAN1_TST_SAMPLE_POINT 49 140 #define GPOUT_AON_CLK_32K_OUT 2 152 #define GPOEN_SYS_HDMI_CEC_SDA 2 199 #define GPOEN_SYS_SPI6_NSSP 49 202 #define GPOEN_AON_PTC0_OE_N_4 2 212 #define GPI_SYS_USB_OVERCURRENT 2 [all …]
|