| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_shblocks.sh | 2 # SPDX-License-Identifier: GPL-2.0 34 tc qdisc add dev $swp1 ingress_block 22 egress_block 23 clsact 37 tc qdisc add dev $swp2 ingress_block 22 egress_block 23 clsact 53 tc filter add block 22 protocol ip pref 1 handle 101 flower \ 56 $MZ $h1 -c 1 -p 64 -a $h1mac -b $swmac -A 192.0.2.1 -B 192.0.2.2 \ 57 -t ip -q 59 tc_check_packets "block 22" 101 1 62 $MZ $h2 -c 1 -p 64 -a $h2mac -b $swmac -A 192.0.2.1 -B 192.0.2.2 \ 63 -t ip -q 65 tc_check_packets "block 22" 101 2 [all …]
|
| H A D | router_multicast.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # +------------------+ 9 # +-------------|----+ 11 # +-------------|-------------------------------+ 20 # +--------------|--------------------------|---+ 23 # +--------------|---+ +--------------|---+ 28 # +------------------+ +------------------+ 225 $MZ $h1 -c 5 -p 128 -t udp -a 00:11:22:33:44:55 -b 01:00:5e:01:02:03 \ 226 -A 198.51.100.2 -B 225.1.2.3 -q 235 $MZ $h1 -c 5 -p 128 -t udp -a 00:11:22:33:44:55 -b 01:00:5e:01:02:03 \ [all …]
|
| /linux/lib/crypto/x86/ |
| H A D | sha256-avx-asm.S | 2 # Implement fast SHA-256 with AVX1 instructions. (x86_64) 4 # Copyright (C) 2013 Intel Corporation. 9 # Tim Chen <tim.c.chen@linux.intel.com> 21 # - Redistributions of source code must retain the above 25 # - Redistributions in binary form must reproduce the above 40 # This code is described in an Intel White-Paper: 41 # "Fast SHA-256 Implementations on Intel Architecture Processors" 58 # Add reg to mem using reg-mem add and store 66 shld $(32-(\p1)), \p2, \p2 93 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA [all …]
|
| H A D | sha256-ssse3-asm.S | 2 # Implement fast SHA-256 with SSSE3 instructions. (x86_64) 4 # Copyright (C) 2013 Intel Corporation. 9 # Tim Chen <tim.c.chen@linux.intel.com> 21 # - Redistributions of source code must retain the above 25 # - Redistributions in binary form must reproduce the above 41 # This code is described in an Intel White-Paper: 42 # "Fast SHA-256 Implementations on Intel Architecture Processors" 57 # Add reg to mem using reg-mem add and store 86 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA 87 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00 [all …]
|
| H A D | sha256-avx2-asm.S | 2 # Implement fast SHA-256 with AVX2 instructions. (x86_64) 4 # Copyright (C) 2013 Intel Corporation. 9 # Tim Chen <tim.c.chen@linux.intel.com> 21 # - Redistributions of source code must retain the above 25 # - Redistributions in binary form must reproduce the above 41 # This code is described in an Intel White-Paper: 42 # "Fast SHA-256 Implementations on Intel Architecture Processors" 59 # Add reg to mem using reg-mem add and store 86 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA 87 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00 [all …]
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_multitouch.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 5 # Copyright (c) 2017 Benjamin Tissoires <benjamin.tissoires@gmail.com> 6 # Copyright (c) 2017 Red Hat, Inc. 20 KERNEL_MODULE = base.KernelModule("hid-multitouch", "hid_multitouch") 310 Unit Exponent (-1) 335 Unit Exponent (-4) 378 Unit Exponent (-1) 397 Unit Exponent (-4) 442 Unit Exponent (-1) [all …]
|
| H A D | test_tablet.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 5 # Copyright (c) 2021 Benjamin Tissoires <benjamin.tissoires@gmail.com> 6 # Copyright (c) 2021 Red Hat, Inc. 44 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 67 def from_evdev(cls, evdev, test_button) -> "PenState": 100 ) -> "PenState": 147 def valid_transitions(self) -> Tuple["PenState", ...]: 207 def historically_tolerated_transitions(self) -> Tuple["PenState", ...]: 209 for skipping the in-range state, due to historical reasons. [all …]
|
| /linux/lib/zstd/compress/ |
| H A D | clevels.h | 1 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */ 3 * Copyright (c) Meta Platforms, Inc. and affiliates. 6 * This source code is licensed under both the BSD-style license (found in the 9 * You may select, at your option, one of the above-listed licenses. 18 /*-===== Pre-defined compression levels =====-*/ 20 #define ZSTD_MAX_CLEVEL 22 25 { /* "default" - for any srcSize > 256 KB */ 26 /* W, C, H, S, L, TL, strat */ 36 { 22, 20, 21, 4, 5, 16, ZSTD_lazy2 }, /* level 9 */ 37 { 22, 21, 22, 5, 5, 16, ZSTD_lazy2 }, /* level 10 */ [all …]
|
| /linux/lib/crypto/powerpc/ |
| H A D | chacha-p10le-8x.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 # Copyright 2023- IBM Corp. All rights reserved 12 # 2. c += d; b ^= c; b <<<= 12; 14 # 4. c += d; b ^= c; b <<<= 7 21 # 4 blocks (a b c d) 40 #include <asm/asm-offsets.h> 41 #include <asm/asm-compat.h> 78 stdu 1,-752(1) 88 SAVE_GPR 22, 176, 1 102 SAVE_VRS 22, 32, 9 [all …]
|
| /linux/drivers/comedi/drivers/ |
| H A D | dac02.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * dac02.c 5 * Copyright (C) 2014 H Hartley Sweeten <hsweeten@visionengravers.com> 8 * Copyright (C) 2000 Frank Mori Hess <fmhess@users.sourceforge.net> 9 * Copyright (C) 2001 David A. Schleef <ds@schleef.org> 11 * COMEDI - Linux Control and Measurement Device Interface 12 * Copyright (C) 1998 David A. Schleef <ds@schleef.org> 18 * Devices: [Keithley Metrabyte] DAC-02 (dac02) 20 * Updated: Tue, 11 Mar 2014 11:27:19 -0700 24 * [0] - I/O port base [all …]
|
| /linux/drivers/clk/mediatek/ |
| H A D | clk-mt8196-apmixedsys.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2025 MediaTek Inc. 5 * Copyright (c) 2025 Collabora Ltd. 8 #include <dt-bindings/clock/mediatek,mt8196-clock.h> 17 #include "clk-mtk.h" 18 #include "clk-pll.h" 96 7, PLL_AO, MAINPLL_CON1, 24, MAINPLL_CON1, 0, 22, 0), 98 6, 0, UNIVPLL_CON1, 24, UNIVPLL_CON1, 0, 22, 1), 100 5, 0, MSDCPLL_CON1, 24, MSDCPLL_CON1, 0, 22, 2), 102 4, 0, ADSPPLL_CON1, 24, ADSPPLL_CON1, 0, 22, 3), [all …]
|
| H A D | clk-mt8365-apmixedsys.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2022 MediaTek Inc. 4 * Copyright (c) 2023 Collabora Ltd. 7 #include <dt-bindings/clock/mediatek,mt8365-clk.h> 12 #include "clk-pll.h" 13 #include "clk-mtk.h" 84 22, 0x0310, 24, 0, 0, 0, 0x0310, 0, armpll_div_table, 0, 0), 86 HAVE_RST_BAR, 22, 0x022C, 24, 0, 0, 0, 0x022C, 0, CON0_MT8365_RST_BAR, 0), 88 HAVE_RST_BAR, 22, 0x020C, 24, 0, 0, 0, 0x020C, 0, CON0_MT8365_RST_BAR, 0), 89 PLL_B(CLK_APMIXED_MFGPLL, "mfgpll", 0x0218, 0x0224, 0x00000001, 0, 22, [all …]
|
| /linux/drivers/clk/ti/ |
| H A D | clk-7xx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2013 Texas Instruments, Inc. 7 * Tero Kristo (t-kristo@ti.com) 15 #include <dt-bindings/clock/dra7.h> 44 …{ DRA7_IPU1_MMU_IPU1_CLKCTRL, dra7_mmu_ipu1_bit_data, CLKF_HW_SUP | CLKF_NO_IDLEST, "ipu1-clkctrl:… 75 { 22, TI_CLK_MUX, dra7_mcasp1_aux_gfclk_mux_parents, NULL }, 129 { DRA7_IPU_MCASP1_CLKCTRL, dra7_mcasp1_bit_data, CLKF_SW_SUP, "ipu-clkctrl:0000:22" }, 130 { DRA7_IPU_TIMER5_CLKCTRL, dra7_timer5_bit_data, CLKF_SW_SUP, "ipu-clkctrl:0008:24" }, 131 { DRA7_IPU_TIMER6_CLKCTRL, dra7_timer6_bit_data, CLKF_SW_SUP, "ipu-clkctrl:0010:24" }, 132 { DRA7_IPU_TIMER7_CLKCTRL, dra7_timer7_bit_data, CLKF_SW_SUP, "ipu-clkctrl:0018:24" }, [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | cx23885-cardlist.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 .. flat-table:: 9 :header-rows: 1 11 :stub-columns: 0 13 * - Card number 14 - Card name 15 - PCI subsystem IDs 17 * - 0 18 - UNKNOWN/GENERIC 19 - 0070:3400 [all …]
|
| /linux/scripts/kconfig/ |
| H A D | images.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 9 "22 22 5 1", 10 ". c None", 11 "# c #000000", 12 "c c #838100", 13 "a c #ffff00", 14 "b c #ffffff", 39 "22 22 5 1", 40 ". c None", [all …]
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-mpeg2.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Coda multi-standard codec IP - MPEG-2 helper functions 5 * Copyright (C) 2019 Pengutronix, Philipp Zabel 26 return -EINVAL; in coda_mpeg2_profile() 42 return -EINVAL; in coda_mpeg2_level() 47 * Check if the buffer starts with the MPEG-2 sequence header (with or without 54 * 19 1b 1b 1b 1b 1b 1c 1c 1c 1c 1e 1e 1e 1f 1f 21 72 if (size < 22 || in coda_mpeg2_parse_headers() 76 if ((size == 22 || in coda_mpeg2_parse_headers() 77 (size >= 25 && memcmp(buf + 22, u.start_code_prefix, 3) == 0)) && in coda_mpeg2_parse_headers() [all …]
|
| /linux/Documentation/target/ |
| H A D | tcm_mod_builder.rst | 7 This document is intended to be a mini-HOWTO for using the tcm_mod_builder.py 13 mkdir -p /sys/kernel/config/target/$TCM_NEW_MOD 17 1) Generate new API callers for drivers/target/target_core_fabric_configs.c logic 18 ->make_tpg(), ->drop_tpg(), ->make_wwn(), ->drop_wwn(). These are created 19 into $TCM_NEW_MOD/$TCM_NEW_MOD_configfs.c 24 SPC-3 persistent reservation are automatically generated in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c 25 using drivers/target/target_core_fabric_lib.c logic. 27 in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c 29 tcm_mod_builder.py depends upon the mandatory '-p $PROTO_IDENT' and '-m 32 …target:/mnt/sdb/lio-core-2.6.git/Documentation/target# python tcm_mod_builder.py -p iSCSI -m tcm_n… [all …]
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A D | flower.json | 15 "cmdUnderTest": "bash -c \"find $BATCH_DIR/add* -print | xargs -n 1 -P 10 $TC -b\"", 17 "verifyCmd": "$TC -s filter show dev $DEV2 ingress", 22 "/bin/rm -rf $BATCH_DIR" 37 "$TC -b $BATCH_DIR/add_0", 40 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -b\"", 42 "verifyCmd": "$TC -s filter show dev $DEV2 ingress", 47 "/bin/rm -rf $BATCH_DIR" 62 "$TC -b $BATCH_DIR/add_0", 65 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"", 67 "verifyCmd": "$TC -s filter show dev $DEV2 ingress", [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tunnel.sh | |
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810.h | 1 /*-*- linux-c -*- 2 * linux/drivers/video/i810.h -- Intel 810 General Definitions/Declarations 4 * Copyright (C) 2001 Antonino Daplas<adaplas@pol.net> 20 #include <linux/i2c-algo-bit.h> 88 #define SETUP_MONO_PATTERN_SL_BLT (0x10 << 22) 89 #define PIXEL_BLT (0x20 << 22) 90 #define SCANLINE_BLT (0x21 << 22) 91 #define TEXT_BLT (0x22 << 22) 92 #define TEXT_IMM_BLT (0x30 << 22) 93 #define COLOR_BLT (0x40 << 22) [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | lnbh25.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * lnbh25.c 7 * Copyright (C) 2014 NetUP Inc. 8 * Copyright (C) 2014 Sergey Kozlov <serjk@netup.ru> 9 * Copyright (C) 2014 Abylay Ospan <aospan@netup.ru> 18 /* 22 kHz tone enabled. Tone output controlled by DSQIN pin */ 20 /* Low power mode activated (used only with 22 kHz tone output disabled) */ 22 /* DSQIN input pin is set to receive external 22 kHz TTL signal source */
|
| /linux/Documentation/devicetree/bindings/net/wireless/ |
| H A D | mediatek,mt76.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Felix Fietkau <nbd@nbd.name> 12 - Lorenzo Bianconi <lorenzo@kernel.org> 13 - Ryder Lee <ryder.lee@mediatek.com> 25 - mediatek,mt76 26 - mediatek,mt7628-wmac 27 - mediatek,mt7622-wmac [all …]
|
| /linux/sound/isa/galaxy/ |
| H A D | azt1605.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (C) 2007,2010 Rene Herman 19 * 24-bit config register 67 #define GALAXY_CONFIG_CDDMA_DISABLE (0 << 22) 68 #define GALAXY_CONFIG_CDDMA_0 (1 << 22) 69 #define GALAXY_CONFIG_CDDMA_1 (2 << 22) 70 #define GALAXY_CONFIG_CDDMA_3 (3 << 22) 78 #include "galaxy.c"
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-tpm | 4 Contact: linux-integrity@vger.kernel.org 12 Contact: linux-integrity@vger.kernel.org 24 Contact: linux-integrity@vger.kernel.org 32 Contact: linux-integrity@vger.kernel.org 49 Contact: linux-integrity@vger.kernel.org 50 Description: The "durations" property shows the 3 vendor-specific values 72 Contact: linux-integrity@vger.kernel.org 81 Contact: linux-integrity@vger.kernel.org 89 Contact: linux-integrity@vger.kernel.org 97 PCR-00: 3A 3F 78 0F 11 A4 B4 99 69 FC AA 80 CD 6E 39 57 C3 3B 22 75 [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | fexit_many_args.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (c) 2023 Tencent */ 11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument 14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG() 15 e == (void *)20 && f == 21 && g == 22 && ret == 133; in BPF_PROG() 21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument 25 test2_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG() 26 e == (void *)20 && f == 21 && g == 22 && h == 23 && in BPF_PROG() 33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() argument 36 test3_result = a == 16 && b == 17 && c == 18 && d == 19 && in BPF_PROG() [all …]
|