/linux-6.14.4/drivers/comedi/drivers/ |
D | adv_pci1720.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * COMEDI driver for Advantech PCI-1720U 9 * COMEDI - Linux Control and Measurement Device Interface 15 * Description: 4-channel Isolated D/A Output board 16 * Devices: [Advantech] PCI-7120U (adv_pci1720) 18 * Updated: Fri, 29 Oct 2015 17:19:35 -0700 23 * The PCI-1720 has 4 isolated 12-bit analog output channels with multiple 27 * The analog outputs can operate in two modes, immediate and synchronized. 28 * This driver currently does not support the synchronized output mode. 35 * Jumper JP5 controls the "hot" reset state of the analog outputs. [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/timer/ |
D | renesas,rz-mtu3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/renesas,rz-mtu3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas RZ/G2L Multi-Function Timer Pulse Unit 3 (MTU3a) 10 - Biju Das <[email protected]> 13 This hardware block consists of eight 16-bit timer channels and one 14 32-bit timer channel. It supports the following specifications: 15 - Pulse input/output: 28 lines max 16 - Pulse input 3 lines [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | awinic,aw88395.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Weidong Wang <[email protected]> 20 - awinic,aw88081 21 - awinic,aw88083 22 - awinic,aw88261 23 - awinic,aw88395 24 - awinic,aw88399 29 '#sound-dai-cells': [all …]
|
/linux-6.14.4/sound/firewire/fireface/ |
D | ff-protocol-latter.c | 1 // SPDX-License-Identifier: GPL-2.0 2 // ff-protocol-latter.c - a part of driver for RME Fireface series 32 // 0x00000040: Synchronized to word clock on BNC interface 33 // 0x00000020: Synchronized to ADAT or S/PDIF on optical interface 34 // 0x00000010: Synchronized to S/PDIF on coaxial interface 42 // 0x0f000000: detected rate of ADAT-B on 2nd optical interface 43 // 0x00f00000: detected rate of ADAT-A on 1st optical interface 48 // 0x00000800: ADAT-B 49 // 0x00000600: ADAT-A 52 // 0x00000080: Synchronized to ADAT-B on 2nd optical interface [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/hsi/ |
D | nokia-modem.txt | 8 - compatible: Should be one of 9 "nokia,n900-modem" 10 "nokia,n950-modem" 11 "nokia,n9-modem" 12 - hsi-channel-names: Should contain the following strings 13 "mcsaab-control" 14 "speech-control" 15 "speech-data" 16 "mcsaab-data" 17 - gpios: Should provide a GPIO handler for each GPIO listed in [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h6-orangepi-lite2.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 #include "sun50i-h6-orangepi.dtsi" 8 compatible = "xunlong,orangepi-lite2", "allwinner,sun50i-h6"; 11 serial1 = &uart1; /* BT-UART */ 15 compatible = "mmc-pwrseq-simple"; 17 clock-names = "ext_clock"; 18 reset-gpios = <&r_pio 1 3 GPIO_ACTIVE_LOW>; /* PM3 */ 19 post-power-on-delay-ms = <200>; 24 vmmc-supply = <®_cldo2>; 25 vqmmc-supply = <®_bldo3>; [all …]
|
/linux-6.14.4/net/core/ |
D | dev_addr_lists.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * net/core/dev_addr_lists.c - Functions for handling net device lists 24 struct rb_node **ins_point = &list->tree.rb_node, *parent = NULL; in __hw_addr_insert() 31 diff = memcmp(new->addr, ha->addr, addr_len); in __hw_addr_insert() 33 diff = memcmp(&new->type, &ha->type, sizeof(new->type)); in __hw_addr_insert() 37 ins_point = &parent->rb_left; in __hw_addr_insert() 39 ins_point = &parent->rb_right; in __hw_addr_insert() 41 return -EEXIST; in __hw_addr_insert() 44 rb_link_node_rcu(&new->node, parent, ins_point); in __hw_addr_insert() 45 rb_insert_color(&new->node, &list->tree); in __hw_addr_insert() [all …]
|
/linux-6.14.4/Documentation/virt/kvm/x86/ |
D | timekeeping.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Timekeeping Virtualization for X86-Based Architectures 32 information relevant to KVM and hardware-based virtualization. 41 2.1. i8254 - PIT 42 ---------------- 46 channels which can be programmed to deliver periodic or one-shot interrupts. 53 The PIT uses I/O ports 0x40 - 0x43. Access to the 16-bit counters is done 59 -------------- ---------------- 61 | 1.1932 MHz|---------->| CLOCK OUT | ---------> IRQ 0 63 -------------- | +->| GATE TIMER 0 | [all …]
|
/linux-6.14.4/arch/x86/kernel/ |
D | tsc_sync.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * We check whether all boot CPUs have their TSC's synchronized, 8 * print a warning if not and turn off the TSC clock-source. 10 * The warp-check is point-to-point between two CPUs, the CPU 14 * Only two CPUs may participate - they can enter in any order. 37 * TSC's on different sockets may be reset asynchronously. 63 if (!resume && time_before(jiffies, adj->nextcheck)) in tsc_verify_tsc_adjust() 66 adj->nextcheck = jiffies + HZ; in tsc_verify_tsc_adjust() 69 if (adj->adjusted == curval) in tsc_verify_tsc_adjust() 73 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust() [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/display/mediatek/ |
D | mediatek,dsi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chun-Kuang Hu <[email protected]> 11 - Philipp Zabel <[email protected]> 12 - Jitao Shi <[email protected]> 16 drive up to 4-lane MIPI DSI output. Two DSIs can be synchronized for dual- 20 - $ref: /schemas/display/dsi-controller.yaml# 25 - enum: 26 - mediatek,mt2701-dsi [all …]
|
/linux-6.14.4/include/uapi/asm-generic/ |
D | errno.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 #include <asm-generic/errno-base.h> 13 * -ENOSYS if users try to call a syscall that doesn't exist. To keep 16 * implementations should refrain from returning -ENOSYS. 26 #define EL2NSYNC 45 /* Level 2 not synchronized */ 28 #define EL3RST 47 /* Level 3 reset */ 71 #define ENOTSOCK 88 /* Socket operation on non-socket */ 85 #define ENETRESET 102 /* Network dropped connection because of reset */ 87 #define ECONNRESET 104 /* Connection reset by peer */ 119 #define ERFKILL 132 /* Operation not possible due to RF-kill */
|
/linux-6.14.4/tools/include/uapi/asm-generic/ |
D | errno.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 #include <asm-generic/errno-base.h> 13 * -ENOSYS if users try to call a syscall that doesn't exist. To keep 16 * implementations should refrain from returning -ENOSYS. 26 #define EL2NSYNC 45 /* Level 2 not synchronized */ 28 #define EL3RST 47 /* Level 3 reset */ 71 #define ENOTSOCK 88 /* Socket operation on non-socket */ 85 #define ENETRESET 102 /* Network dropped connection because of reset */ 87 #define ECONNRESET 104 /* Connection reset by peer */ 119 #define ERFKILL 132 /* Operation not possible due to RF-kill */
|
/linux-6.14.4/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 #include <asm-generic/errno-base.h> 7 #undef EAGAIN /* 11 in errno-base.h */ 15 #define ENOTSOCK 38 /* Socket operation on non-socket */ 29 #define ENETRESET 52 /* Network dropped connection because of reset */ 31 #define ECONNRESET 54 /* Connection reset by peer */ 68 #define EL2NSYNC 89 /* Level 2 not synchronized */ 70 #define EL3RST 91 /* Level 3 reset */ 124 #define ERFKILL 138 /* Operation not possible due to RF-kill */
|
/linux-6.14.4/arch/alpha/include/uapi/asm/ |
D | errno.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 #include <asm-generic/errno-base.h> 7 #undef EAGAIN /* 11 in errno-base.h */ 15 #define ENOTSOCK 38 /* Socket operation on non-socket */ 29 #define ENETRESET 52 /* Network dropped connection because of reset */ 31 #define ECONNRESET 54 /* Connection reset by peer */ 68 #define EL2NSYNC 89 /* Level 2 not synchronized */ 70 #define EL3RST 91 /* Level 3 reset */ 124 #define ERFKILL 138 /* Operation not possible due to RF-kill */
|
/linux-6.14.4/arch/sparc/include/uapi/asm/ |
D | errno.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 7 #include <asm-generic/errno-base.h> 12 #define ENOTSOCK 38 /* Socket operation on non-socket */ 26 #define ENETRESET 52 /* Net dropped connection because of reset */ 28 #define ECONNRESET 54 /* Connection reset by peer */ 71 #define EL2NSYNC 95 /* Level 2 not synchronized */ 73 #define EL3RST 97 /* Level 3 reset */ 114 #define ERFKILL 134 /* Operation not possible due to RF-kill */
|
/linux-6.14.4/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 7 #include <asm-generic/errno-base.h> 12 #define ENOTSOCK 38 /* Socket operation on non-socket */ 26 #define ENETRESET 52 /* Net dropped connection because of reset */ 28 #define ECONNRESET 54 /* Connection reset by peer */ 71 #define EL2NSYNC 95 /* Level 2 not synchronized */ 73 #define EL3RST 97 /* Level 3 reset */ 114 #define ERFKILL 134 /* Operation not possible due to RF-kill */
|
/linux-6.14.4/arch/parisc/include/uapi/asm/ |
D | errno.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 #include <asm-generic/errno-base.h> 10 #define EL2NSYNC 38 /* Level 2 not synchronized */ 12 #define EL3RST 40 /* Level 3 reset */ 78 #define ENOTSOCK 216 /* Socket operation on non-socket */ 92 #define ENETRESET 230 /* Network dropped connection because of reset */ 94 #define ECONNRESET 232 /* Connection reset by peer */ 121 #define ERFKILL 256 /* Operation not possible due to RF-kill */
|
/linux-6.14.4/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 #include <asm-generic/errno-base.h> 10 #define EL2NSYNC 38 /* Level 2 not synchronized */ 12 #define EL3RST 40 /* Level 3 reset */ 78 #define ENOTSOCK 216 /* Socket operation on non-socket */ 92 #define ENETRESET 230 /* Network dropped connection because of reset */ 94 #define ECONNRESET 232 /* Connection reset by peer */ 121 #define ERFKILL 256 /* Operation not possible due to RF-kill */
|
/linux-6.14.4/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 16 #include <asm-generic/errno-base.h> 21 #define EL2NSYNC 38 /* Level 2 not synchronized */ 23 #define EL3RST 40 /* Level 3 reset */ 70 #define ENOTSOCK 95 /* Socket operation on non-socket */ 84 #define ENETRESET 129 /* Network dropped connection because of reset */ 86 #define ECONNRESET 131 /* Connection reset by peer */ 123 #define ERFKILL 167 /* Operation not possible due to RF-kill */
|
/linux-6.14.4/arch/mips/include/uapi/asm/ |
D | errno.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 16 #include <asm-generic/errno-base.h> 21 #define EL2NSYNC 38 /* Level 2 not synchronized */ 23 #define EL3RST 40 /* Level 3 reset */ 70 #define ENOTSOCK 95 /* Socket operation on non-socket */ 84 #define ENETRESET 129 /* Network dropped connection because of reset */ 86 #define ECONNRESET 131 /* Connection reset by peer */ 123 #define ERFKILL 167 /* Operation not possible due to RF-kill */
|
/linux-6.14.4/fs/afs/ |
D | protocol_uae.h | 1 // SPDX-License-Identifier: GPL-2.0 26 UAEXDEV = 0x2f6df11, /* Cross-device link */ 38 UAEROFS = 0x2f6df1d, /* Read-only file system */ 53 UAEL2NSYNC = 0x2f6df2c, /* Level 2 not synchronized */ 55 UAEL3RST = 0x2f6df2e, /* Level 3 reset */ 95 UAENOTSOCK = 0x2f6df56, /* Socket operation on non-socket */ 109 UAENETRESET = 0x2f6df64, /* Network dropped connection because of reset */ 111 UAECONNRESET = 0x2f6df66, /* Connection reset by peer */
|
/linux-6.14.4/include/linux/hsi/ |
D | hsi.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 31 HSI_FLOW_SYNC, /* Synchronized flow */ 36 HSI_ARB_RR, /* Round-robin arbitration */ 58 * struct hsi_channel - channel resource used by the hsi clients 68 * struct hsi_config - Configuration for RX/TX HSI modules 74 * @flow: RX flow type (SYNCHRONIZED or PIPELINE) 90 * struct hsi_board_info - HSI client board info 97 * @archdata: Architecture-dependent device data 121 * struct hsi_client - HSI client attached to an HSI port 140 dev_set_drvdata(&cl->device, data); in hsi_client_set_drvdata() [all …]
|
/linux-6.14.4/drivers/watchdog/ |
D | rzg2l_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0 17 #include <linux/reset.h> 65 ndelay(priv->delay); in rzg2l_wdt_wait_delay() 80 writel_relaxed(val, priv->base + reg); in rzg2l_wdt_write() 81 /* Registers other than the WDTINT is always synchronized with WDT_CLK */ in rzg2l_wdt_write() 93 /* 2 consecutive overflow cycle needed to trigger reset */ in rzg2l_wdt_init_timeout() 94 time_out = (wdev->timeout * (MICRO / 2)) / in rzg2l_wdt_init_timeout() 95 rzg2l_wdt_get_cycle_usec(priv->osc_clk_rate, 0); in rzg2l_wdt_init_timeout() 104 ret = pm_runtime_resume_and_get(wdev->parent); in rzg2l_wdt_start() 108 ret = reset_control_deassert(priv->rstc); in rzg2l_wdt_start() [all …]
|
/linux-6.14.4/arch/arm64/kernel/ |
D | mte.c | 1 // SPDX-License-Identifier: GPL-2.0-only 86 * tagged, return non-zero to avoid KSM merging. If only one of the in memcmp_pages() 171 * (per ARM DDI 0487F.c table D13-1). in mte_check_tfsr_el1() 193 unsigned long sctlr = task->thread.sctlr_user; in mte_update_sctlr_user() 194 unsigned long mte_ctrl = task->thread.mte_ctrl; in mte_update_sctlr_user() 215 task->thread.sctlr_user = sctlr; in mte_update_sctlr_user() 221 * SYS_GCR_EL1 will be set to current->thread.mte_ctrl value by in mte_update_gcr_excl() 228 ((task->thread.mte_ctrl >> MTE_CTRL_GCR_USER_EXCL_SHIFT) & in mte_update_gcr_excl() 241 BUG_ON(nr_inst != 1); /* Branch -> NOP */ in kasan_hw_tags_enable() 257 /* disable tag checking and reset tag generation mask */ in mte_thread_init_user() [all …]
|
/linux-6.14.4/drivers/rapidio/switches/ |
D | idt_gen3.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 48 return -EINVAL; in idtg3_route_add_entry() 54 /* Use broadcast register to update all per-port tables */ in idtg3_route_add_entry() 70 return -EINVAL; in idtg3_route_add_entry() 86 return -EINVAL; in idtg3_route_get_entry() 101 return -EINVAL; in idtg3_route_get_entry() 143 return -EINVAL; in idtg3_route_clr_table() 157 * This routine performs device-specific initialization only. 166 pr_debug("RIO: %s [%d:%d]\n", __func__, rdev->destid, rdev->hopcount); in idtg3_em_init() 171 /* Disable port-write event notifications during initialization */ in idtg3_em_init() [all …]
|