Home
last modified time | relevance | path

Searched +full:c +full:- +full:22 (Results 1 – 25 of 1097) sorted by relevance

12345678910>>...44

/linux-6.12.1/arch/powerpc/lib/
Dtest_emulate_step.c1 // SPDX-License-Identifier: GPL-2.0-or-later
13 #include <asm/ppc-opcode.h>
14 #include <asm/code-patching.h>
64 regs->msr = msr; in init_pt_regs()
68 asm volatile("mfmsr %0" : "=r"(regs->msr)); in init_pt_regs()
70 regs->msr |= MSR_FP; in init_pt_regs()
71 regs->msr |= MSR_VEC; in init_pt_regs()
72 regs->msr |= MSR_VSX; in init_pt_regs()
74 msr = regs->msr; in init_pt_regs()
80 pr_info("%-14s : %s\n", mnemonic, result); in show_result()
[all …]
/linux-6.12.1/include/linux/
Dinet.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
12 * $Id: Space.c,v 0.8.4.5 1992/12/12 19:25:04 bir7 Exp $
13 * $Id: arp.c,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $
14 * $Id: arp.h,v 0.8.4.6 1993/01/28 22:30:00 bir7 Exp $
15 * $Id: dev.c,v 0.8.4.13 1993/01/23 18:00:11 bir7 Exp $
17 * $Id: eth.c,v 0.8.4.4 1993/01/22 23:21:38 bir7 Exp $
19 * $Id: icmp.c,v 0.8.4.9 1993/01/23 18:00:11 bir7 Exp $
21 * $Id: ip.c,v 0.8.4.8 1992/12/12 19:25:04 bir7 Exp $
23 * $Id: loopback.c,v 0.8.4.8 1993/01/23 18:00:11 bir7 Exp $
24 * $Id: packet.c,v 0.8.4.7 1993/01/26 22:04:00 bir7 Exp $
[all …]
/linux-6.12.1/tools/testing/selftests/net/forwarding/
Dtc_shblocks.sh2 # 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 …]
Drouter_multicast.sh2 # SPDX-License-Identifier: GPL-2.0
4 # +------------------+
9 # +-------------|----+
11 # +-------------|-------------------------------+
20 # +--------------|--------------------------|---+
23 # +--------------|---+ +--------------|---+
28 # +------------------+ +------------------+
154 SMCROUTEDIR="$(mktemp -d)"
161 $MCD -N -I $table_name -f $SMCROUTEDIR/$table_name.conf \
162 -P $SMCROUTEDIR/$table_name.pid
[all …]
/linux-6.12.1/arch/x86/crypto/
Dsha256-avx-asm.S2 # 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"
59 # Add reg to mem using reg-mem add and store
67 shld $(32-(\p1)), \p2, \p2
94 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
[all …]
Dsha256-ssse3-asm.S2 # 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"
58 # Add reg to mem using reg-mem add and store
87 SHUF_00BA = %xmm10 # shuffle xBxA -> 00BA
88 SHUF_DC00 = %xmm11 # shuffle xDxC -> DC00
[all …]
Dsha256-avx2-asm.S2 # 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"
60 # Add reg to mem using reg-mem add and store
87 SHUF_00BA = %ymm10 # shuffle xBxA -> 00BA
88 SHUF_DC00 = %ymm12 # shuffle xDxC -> DC00
[all …]
/linux-6.12.1/tools/testing/selftests/hid/tests/
Dtest_multitouch.py2 # 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 = ("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 …]
Dtest_tablet.py2 # 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.
43 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states
66 def from_evdev(cls, evdev, test_button) -> "PenState":
99 ) -> "PenState":
146 def valid_transitions(self) -> Tuple["PenState", ...]:
206 def historically_tolerated_transitions(self) -> Tuple["PenState", ...]:
208 for skipping the in-range state, due to historical reasons.
[all …]
/linux-6.12.1/lib/zstd/compress/
Dclevels.h2 * Copyright (c) Yann Collet, Facebook, Inc.
5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
17 /*-===== Pre-defined compression levels =====-*/
19 #define ZSTD_MAX_CLEVEL 22
24 { /* "default" - for any srcSize > 256 KB */
25 /* W, C, H, S, L, TL, strat */
35 { 22, 20, 21, 4, 5, 16, ZSTD_lazy2 }, /* level 9 */
36 { 22, 21, 22, 5, 5, 16, ZSTD_lazy2 }, /* level 10 */
37 { 22, 21, 22, 6, 5, 16, ZSTD_lazy2 }, /* level 11 */
[all …]
/linux-6.12.1/arch/powerpc/crypto/
Dchacha-p10le-8x.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 # Copyright 2023- IBM Corp. All rights reserved
15 # 2. c += d; b ^= c; b <<<= 12;
17 # 4. c += d; b ^= c; b <<<= 7
24 # 4 blocks (a b c d)
43 #include <asm/asm-offsets.h>
44 #include <asm/asm-compat.h>
81 stdu 1,-752(1)
91 SAVE_GPR 22, 176, 1
105 SAVE_VRS 22, 32, 9
[all …]
/linux-6.12.1/drivers/comedi/drivers/
Ddac02.c1 // 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-6.12.1/drivers/clk/ti/
Dclk-7xx.c1 // 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-6.12.1/Documentation/admin-guide/media/
Dcx23885-cardlist.rst1 .. 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 …]
Divtv.rst1 .. SPDX-License-Identifier: GPL-2.0
11 Hauppauge PVR-350.
29 --------
32 S-Video/Composite and audio line-in.
41 Additional features for the PVR-350 (CX23415 based)
42 ---------------------------------------------------
55 --------
60 ---
64 ----------------------------------------------------------
67 -------
[all …]
/linux-6.12.1/scripts/kconfig/
Dimages.c1 // 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-6.12.1/drivers/media/platform/chips-media/coda/
Dcoda-mpeg2.c1 // 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-6.12.1/Documentation/target/
Dtcm_mod_builder.rst7 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-6.12.1/drivers/clk/mediatek/
Dclk-mt8365-apmixedsys.c1 // 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-6.12.1/tools/testing/selftests/tc-testing/tc-tests/filters/
Dflower.json15 "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-6.12.1/drivers/media/dvb-frontends/
Dlnbh25.h1 /* 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-6.12.1/sound/isa/galaxy/
Dazt1605.c1 // 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-6.12.1/Documentation/devicetree/bindings/net/wireless/
Dmediatek,mt76.yaml1 # 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-6.12.1/drivers/video/fbdev/i810/
Di810.h1 /*-*- 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-6.12.1/tools/testing/selftests/bpf/
Dtest_tunnel.sh2 # SPDX-License-Identifier: GPL-2.0
4 # End-to-end eBPF tunnel test suite
8 # ---------
11 # ----------- | -----------
13 # ----------- | -----------
14 # metadata-mode | native-mode
17 # ---------- | ----------
18 # | veth1 | --------- | veth0 | (underlay network)
19 # ---------- peer ----------
23 # --------------------
[all …]

12345678910>>...44