/linux-6.12.1/tools/testing/selftests/drivers/net/microchip/ |
D | ksz9477_qos.sh | 2 # SPDX-License-Identifier: GPL-2.0 38 h1_mac=$(ip -j link show dev ${h1} | jq -e '.[].address') 51 h2_mac=$(ip -j link show dev ${h2} | jq -e '.[].address') 116 echo $(echo "$stats_json" | jq -r "$field_name") 137 $MZ ${h2} -a ${h2_mac} -b ${h1_mac} -p 64 -t icmp echores -c 1 155 if [ ${have_vlan} -eq 1 ]; then 161 fi 167 fi 169 # Most/all? of the KSZ switches do not provide per-TC counters. There 182 if [ ${rx_ipv} -ge 1 ]; then [all …]
|
/linux-6.12.1/drivers/scsi/esas2r/ |
D | esas2r_ioctl.c | 5 * Copyright (c) 2001-2013 ATTO Technology, Inc. 21 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 40 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 50 * allocate a DMA-able memory area to communicate with the firmware. In 52 * we will allocate a global buffer the first time we need it and re-use 87 a->fm_api_command_done = 1; in complete_fm_api_req() 88 wake_up_interruptible(&a->fm_api_waiter); in complete_fm_api_req() 94 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api() 95 int offset = sgc->cur_offset - a->save_offset; in get_physaddr_fm_api() 97 (*addr) = a->firmware.phys + offset; in get_physaddr_fm_api() [all …]
|
D | esas2r.h | 5 * Copyright (c) 2001-2013 ATTO Technology, Inc. 21 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 40 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 102 #define ESAS2R_COPYRIGHT_YEARS "2001-2013" 127 #define MAKEWORD(lo, hi) ((u16)((u8)(lo) | ((u16)(u8)(hi) << 8))) argument 132 #define MAKEDWORD(lo, hi) ((u32)((u16)(lo) | ((u32)(u16)(hi) << 16))) argument 135 #define LOBIT(x) ((x) & (0 - (x))) 142 readl((void __iomem *)a->regs + (reg) + MW_REG_OFFSET_HWREG) 145 writel(data, (void __iomem *)(a->regs + (reg) + MW_REG_OFFSET_HWREG)) 154 readb((void __iomem *)a->data_window + (reg)) [all …]
|
/linux-6.12.1/tools/testing/selftests/drivers/net/netdevsim/ |
D | peer.sh | 2 # SPDX-License-Identifier: GPL-2.0-only 18 if [ ! -x "$(command -v socat)" ]; then 21 fi 28 set -e 32 NSIM_DEV_1_NAME=$(find $NSIM_DEV_1_SYS/net -maxdepth 1 -type d ! \ 33 -path $NSIM_DEV_1_SYS/net -exec basename {} \;) 34 NSIM_DEV_2_NAME=$(find $NSIM_DEV_2_SYS/net -maxdepth 1 -type d ! \ 35 -path $NSIM_DEV_2_SYS/net -exec basename {} \;) 79 if [ $? -eq 0 ]; then 80 echo "linking with non-existent netdevsim should fail" [all …]
|
/linux-6.12.1/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 9 * Copyright (C) 2007-2014 Silicon Graphics, Inc. All rights reserved. 132 uv_cpuid.pnode_mask = (1 << uv_cpuid.n_skt) - 1; in early_get_pnodeid() 166 + UV4_HUB_REVISION_BASE - 1; in early_set_hub_type() 182 + UV2_HUB_REVISION_BASE - 1; in early_set_hub_type() 253 uv_cpuid.apicid_mask = (~(-1 << sid_shift)); in early_get_apic_socketid_shift() 276 for (i = 0; st->entry[i].type != UV_SYSTAB_TYPE_UNUSED; i++) { in early_find_archtype() 277 unsigned long ptr = st->entry[i].offset; in early_find_archtype() 282 if (st->entry[i].type == UV_SYSTAB_TYPE_ARCH_TYPE) in early_find_archtype() 292 int n = strlen(uv_ate->archtype); in decode_arch_type() 294 if (n > 0 && n < sizeof(uv_ate->archtype)) { in decode_arch_type() [all …]
|
/linux-6.12.1/tools/testing/selftests/net/mptcp/ |
D | pm_netlink.sh | 2 # SPDX-License-Identifier: GPL-2.0 9 echo "Usage: $0 [ -i ] [ -h ]" 10 echo -e "\t-i: use 'ip mptcp' instead of 'pm_nl_ctl'" 11 echo -e "\t-h: help" 14 optstring=hi 38 rm -f "${err}" 58 fi 63 ip -n "${ns1}" mptcp limits 66 fi 83 ip -n "${ns1}" mptcp endpoint change "${addr}" "${flags}" [all …]
|
D | mptcp_sockopt.sh | 2 # SPDX-License-Identifier: GPL-2.0 26 echo "Usage: $0 [ -i ] [ -h ]" 27 echo -e "\t-i: use 'ip mptcp' instead of 'pm_nl_ctl'" 28 echo -e "\t-h: help" 31 while getopts "hi" option;do 55 ip netns exec $ns $t -A OUTPUT -p tcp --syn -m mark --mark $m -j ACCEPT 58 ip netns exec $ns $t -A OUTPUT -p tcp --tcp-flags RST RST -m mark --mark 0 -j ACCEPT 60 ip netns exec $ns $t -A OUTPUT -p tcp -m mark --mark $m -j ACCEPT 61 ip netns exec $ns $t -A OUTPUT -p tcp -m mark --mark 0 -j DROP 72 ip -net "$ns1" addr add 10.0.$i.1/24 dev ns1eth$i [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | qcom,wcd939x-sdw.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,wcd939x-sdw.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 Qualcomm WCD9390/WCD9395 Codec is a standalone Hi-Fi audio codec IC. 23 qcom,tx-port-mapping: 27 $ref: /schemas/types.yaml#/definitions/uint32-array 31 qcom,rx-port-mapping: 35 $ref: /schemas/types.yaml#/definitions/uint32-array [all …]
|
D | qcom,wcd938x-sdw.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,wcd938x-sdw.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 Qualcomm WCD9380/WCD9385 Codec is a standalone Hi-Fi audio codec IC. 24 qcom,tx-port-mapping: 28 $ref: /schemas/types.yaml#/definitions/uint32-array 32 qcom,rx-port-mapping: 36 $ref: /schemas/types.yaml#/definitions/uint32-array [all …]
|
D | qcom,wcd938x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 Qualcomm WCD9380/WCD9385 Codec is a standalone Hi-Fi audio codec IC. 17 - $ref: dai-common.yaml# 18 - $ref: qcom,wcd93xx-common.yaml# 23 - qcom,wcd9380-codec 24 - qcom,wcd9385-codec 26 us-euro-gpios: [all …]
|
D | qcom,wcd937x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 Qualcomm WCD9370/WCD9375 Codec is a standalone Hi-Fi audio codec IC. 17 - $ref: dai-common.yaml# 18 - $ref: qcom,wcd93xx-common.yaml# 23 - const: qcom,wcd9370-codec 24 - items: 25 - const: qcom,wcd9375-codec [all …]
|
D | qcom,wcd939x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 Qualcomm WCD9390/WCD9395 Codec is a standalone Hi-Fi audio codec IC. 15 The WCD9390/WCD9395 IC has a functionally separate USB-C Mux subsystem 17 The Audio Headphone and Microphone data path between the Codec and the USB-C Mux 18 subsystems are external to the IC, thus requiring DT port-endpoint graph description 19 to handle USB-C altmode & orientation switching for Audio Accessory Mode. 22 - $ref: dai-common.yaml# [all …]
|
D | qcom,wcd937x-sdw.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,wcd937x-sdw.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 Qualcomm WCD9370/WCD9375 Codec is a standalone Hi-Fi audio codec IC. 24 qcom,tx-port-mapping: 36 $ref: /schemas/types.yaml#/definitions/uint32-array 42 qcom,rx-port-mapping: 55 $ref: /schemas/types.yaml#/definitions/uint32-array [all …]
|
D | qcom,wcd9335.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 Qualcomm WCD9335 Codec is a standalone Hi-Fi audio codec IC with in-built 27 clock-names: 29 - const: mclk 30 - const: slimbus 35 interrupt-names: 37 - const: intr1 [all …]
|
D | qcom,wcd934x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 Qualcomm WCD9340/WCD9341 Codec is a standalone Hi-Fi audio codec IC. 14 It has in-built Soundwire controller, pin controller, interrupt mux and 27 reset-gpios: 31 slim-ifc-dev: 38 clock-names: 41 vdd-buck-supply: [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | qcom,wcd939x-usbss.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/usb/qcom,wcd939x-usbss.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Neil Armstrong <neil.armstrong@linaro.org> 13 Qualcomm WCD9390/WCD9395 is a standalone Hi-Fi audio codec IC with a 17 USB-C Mux subsystems are external to the IC, thus requiring DT port-endpoint 18 graph description to handle USB-C altmode & orientation switching for Audio 24 - const: qcom,wcd9390-usbss 25 - items: [all …]
|
/linux-6.12.1/drivers/s390/net/ |
D | netiucv.c | 1 // SPDX-License-Identifier: GPL-2.0+ 164 * Representation of event-data for the 193 #define NETIUCV_MTU_MAX (NETIUCV_BUFSIZE_MAX - NETIUCV_HDRLEN) 205 clear_bit(0, &priv->tbusy); in netiucv_clear_busy() 213 return test_and_set_bit(0, &priv->tbusy); in netiucv_test_and_set_busy() 240 while (*p && ((p - tmp) < len) && (!isspace(*p))) in netiucv_printname() 252 if (memcmp(conn->userdata, iucvMagic_ebcdic, 16)) { in netiucv_printuser() 255 memcpy(tmp_uid, netiucv_printname(conn->userid, 8), 8); in netiucv_printuser() 256 memcpy(tmp_udat, conn->userdata, 16); in netiucv_printuser() 262 return netiucv_printname(conn->userid, 8); in netiucv_printuser() [all …]
|
/linux-6.12.1/tools/gpio/ |
D | gpio-sloppy-logic-analyzer.sh | 1 #!/bin/sh -eu 2 # SPDX-License-Identifier: GPL-2.0 6 # Copyright (C) Wolfram Sang <wsa@sang-engineering.com> 14 ladirname='gpio-sloppy-logic-analyzer' 29 $progname - helper script for the Linux Kernel Sloppy GPIO Logic Analyzer 31 -c|--cpu <n>: which CPU to isolate for sampling. Only needed once. Default <1>. 34 -d|--duration-us <SI-n>: number of microseconds to sample. Overrides -n, no default value. 35 -h|--help: print this help 36 -i|--instance <str>: name of the logic analyzer in case you have multiple instances. Default 38 -k|--kernel-debug-dir <str>: path to the kernel debugfs mountpoint. Default: <$debugdir> [all …]
|
/linux-6.12.1/Documentation/sound/cards/ |
D | multisound.sh | 4 # -- Andrew Veliath <andrewtv@usa.net> 15 # -=-=- Getting Firmware -=-=- 26 # Currently, full-duplex digital audio (/dev/dsp only, /dev/audio is 37 # snd-msnd-lib - MultiSound base (requires snd) 39 # snd-msnd-classic - Base audio/mixer support for Classic, Monetery and 42 # snd-msnd-pinnacle - Base audio/mixer support for Pinnacle and Fiji cards 45 # Important Notes - Read Before Using 69 # These cards are configured through the driver snd-msnd-classic. You must 81 # can be used to configure the card in non-PnP mode, and in PnP mode 84 # pinnaclecfg is not required; you can use the snd-msnd-pinnacle module [all …]
|
/linux-6.12.1/drivers/video/fbdev/ |
D | tridentfb.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright 2001, 2002 - Jani Monoses <jani@iv.ro> 31 #include <linux/i2c-algo-bit.h> 80 MODULE_PARM_DESC(mode_option, "Initial video mode e.g. '648x480-8@60'"); 82 MODULE_PARM_DESC(mode, "Initial video mode e.g. '648x480-8@60' (deprecated)"); 167 fb_writeb(val, p->io_virt + reg); in t_outb() 172 return fb_readb(p->io_virt + reg); in t_inb() 177 fb_writel(v, par->io_virt + r); in writemmr() 182 return fb_readl(par->io_virt + r); in readmmr() 194 u8 reg = vga_mm_rcrt(par->io_virt, I2C) & DDC_MASK_TGUI; in tridentfb_ddc_setscl_tgui() [all …]
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | omap3-n950-n9.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * omap3-n950-n9.dtsi - Device Tree file for Nokia N950 & N9 (common stuff) 5 * Written by: Aaro Koskinen <aaro.koskinen@iki.fi> 13 cpu0-supply = <&vcc>; 23 compatible = "regulator-fixed"; 24 regulator-name = "VEMMC"; 25 regulator-min-microvolt = <2900000>; 26 regulator-max-microvolt = <2900000>; 28 startup-delay-us = <150>; 29 enable-active-high; [all …]
|
/linux-6.12.1/arch/sparc/lib/ |
D | memcpy.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 * Copyright (C) 1995 Linus Torvalds (Linus.Torvalds@helsinki.fi) 45 ldd [%src - (offset) - 0x10], %t0; \ 46 ldd [%src - (offset) - 0x08], %t2; \ 47 st %t0, [%dst - (offset) - 0x10]; \ 48 st %t1, [%dst - (offset) - 0x0c]; \ 49 st %t2, [%dst - (offset) - 0x08]; \ 50 st %t3, [%dst - (offset) - 0x04]; 53 ldd [%src - (offset) - 0x10], %t0; \ 54 ldd [%src - (offset) - 0x08], %t2; \ [all …]
|
/linux-6.12.1/drivers/pci/switch/ |
D | switchtec.c | 1 // SPDX-License-Identifier: GPL-2.0 16 #include <linux/io-64-nonatomic-lo-hi.h> 80 u32 device = ioread32(&stdev->mmio_sys_info->device_id); in is_firmware_running() 82 return stdev->pdev->device == device; in is_firmware_running() 91 return ERR_PTR(-ENOMEM); in stuser_create() 93 get_device(&stdev->dev); in stuser_create() 94 stuser->stdev = stdev; in stuser_create() 95 kref_init(&stuser->kref); in stuser_create() 96 INIT_LIST_HEAD(&stuser->list); in stuser_create() 97 init_waitqueue_head(&stuser->cmd_comp); in stuser_create() [all …]
|
/linux-6.12.1/arch/x86/coco/sev/ |
D | shared.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * This file is not compiled stand-alone. It contains code shared 8 * between the pre-decompression boot code and the running Linux kernel 9 * and is included directly into both code-bases. 31 * non-zero. The VMPL is therefore used to indicate the presence of an SVSM. 48 /* I/O parameters for CPUID-related helpers */ 76 * Section 8.14.2.6. Also noted there is the SNP firmware-enforced limit 101 * These will be initialized based on CPUID table so that non-present 102 * all-zero leaves (for sparse tables) can be differentiated from 103 * invalid/out-of-range leaves. This is needed since all-zero leaves [all …]
|
/linux-6.12.1/drivers/mfd/ |
D | rohm-bd71828.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 #include <linux/mfd/rohm-bd71815.h> 15 #include <linux/mfd/rohm-bd71828.h> 16 #include <linux/mfd/rohm-generic.h> 24 .gpio = -1, 31 .name = "bd71828-pwrkey", 35 DEFINE_RES_IRQ_NAMED(BD71815_INT_RTC0, "bd71815-rtc-alm-0"), 36 DEFINE_RES_IRQ_NAMED(BD71815_INT_RTC1, "bd71815-rtc-alm-1"), 37 DEFINE_RES_IRQ_NAMED(BD71815_INT_RTC2, "bd71815-rtc-alm-2"), 41 DEFINE_RES_IRQ_NAMED(BD71828_INT_RTC0, "bd71828-rtc-alm-0"), [all …]
|