Home
last modified time | relevance | path

Searched +full:reset +full:- +full:synchronized (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/kernel/linux/linux-6.6/drivers/comedi/drivers/
Dadv_pci1720.c1 // 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 …]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Dadv_pci1720.c1 // 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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/timer/
Drenesas,rz-mtu3.yaml1 # 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 <biju.das.jz@bp.renesas.com>
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 …]
/kernel/linux/linux-5.10/sound/firewire/fireface/
Dff-protocol-latter.c1 // SPDX-License-Identifier: GPL-2.0
2 // ff-protocol-latter - a part of driver for RME Fireface series
34 // 0x00000040: Synchronized to word clock on BNC interface
35 // 0x00000020: Synchronized to ADAT or S/PDIF on optical interface
36 // 0x00000010: Synchronized to S/PDIF on coaxial interface
44 // 0x0f000000: detected rate of ADAT-B on 2nd optical interface
45 // 0x00f00000: detected rate of ADAT-A on 1st optical interface
50 // 0x00000800: ADAT-B
51 // 0x00000600: ADAT-A
54 // 0x00000080: Synchronized to ADAT-B on 2nd optical interface
[all …]
/kernel/linux/linux-6.6/sound/firewire/fireface/
Dff-protocol-latter.c1 // 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 …]
/kernel/linux/linux-5.10/arch/x86/kernel/
Dtsc_sync.c1 // 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.
36 * TSC's on different sockets may be reset asynchronously.
62 if (!resume && time_before(jiffies, adj->nextcheck)) in tsc_verify_tsc_adjust()
65 adj->nextcheck = jiffies + HZ; in tsc_verify_tsc_adjust()
68 if (adj->adjusted == curval) in tsc_verify_tsc_adjust()
72 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hsi/
Dnokia-modem.txt8 - 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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hsi/
Dnokia-modem.txt8 - 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 …]
/kernel/linux/linux-5.10/net/core/
Ddev_addr_lists.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * net/core/dev_addr_lists.c - Functions for handling net device lists
32 return -ENOMEM; in __hw_addr_create_ex()
33 memcpy(ha->addr, addr, addr_len); in __hw_addr_create_ex()
34 ha->type = addr_type; in __hw_addr_create_ex()
35 ha->refcount = 1; in __hw_addr_create_ex()
36 ha->global_use = global; in __hw_addr_create_ex()
37 ha->synced = sync ? 1 : 0; in __hw_addr_create_ex()
38 ha->sync_cnt = 0; in __hw_addr_create_ex()
39 list_add_tail_rcu(&ha->list, &list->list); in __hw_addr_create_ex()
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/allwinner/
Dsun50i-h6-orangepi-lite2.dts1 // 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 = <&reg_cldo2>;
25 vqmmc-supply = <&reg_bldo3>;
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/allwinner/
Dsun50i-h6-orangepi-lite2.dts1 // 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 = <&reg_cldo2>;
25 vqmmc-supply = <&reg_bldo3>;
[all …]
/kernel/linux/linux-6.6/net/core/
Ddev_addr_lists.c1 // 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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,dsi.yaml1 # 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 <chunkuang.hu@kernel.org>
11 - Philipp Zabel <p.zabel@pengutronix.de>
12 - Jitao Shi <jitao.shi@mediatek.com>
13 - Xinlei Lee <xinlei.lee@mediatek.com>
17 drive up to 4-lane MIPI DSI output. Two DSIs can be synchronized for dual-
21 - $ref: /schemas/display/dsi-controller.yaml#
26 - enum:
[all …]
/kernel/linux/linux-6.6/Documentation/virt/kvm/x86/
Dtimekeeping.rst1 .. 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 …]
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dtimekeeping.rst1 .. 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 …]
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Derrno.h1 /* 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 */
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Derrno.h1 /* 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 */
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
Derrno.h1 /* 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 */
/kernel/linux/linux-6.6/include/uapi/asm-generic/
Derrno.h1 /* 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 */
/kernel/linux/linux-6.6/tools/arch/alpha/include/uapi/asm/
Derrno.h1 /* 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 */
/kernel/linux/linux-5.10/tools/arch/alpha/include/uapi/asm/
Derrno.h1 /* 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 */
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
Derrno.h1 /* 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 */
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
Derrno.h1 /* 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 */
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
Derrno.h1 /* 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 */
/kernel/linux/linux-5.10/tools/arch/sparc/include/uapi/asm/
Derrno.h1 /* 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 */

12345678910>>...15