Home
last modified time | relevance | path

Searched full:2000 (Results 1 – 25 of 6305) sorted by relevance

12345678910>>...253

/kernel/linux/linux-5.10/drivers/usb/serial/
Dqcserial.c25 QCSERIAL_G2K = 0, /* Gobi 2000 */
74 /* Gobi 2000 devices */
75 {USB_DEVICE(0x1410, 0xa010)}, /* Novatel Gobi 2000 QDL device */
76 {USB_DEVICE(0x1410, 0xa011)}, /* Novatel Gobi 2000 QDL device */
77 {USB_DEVICE(0x1410, 0xa012)}, /* Novatel Gobi 2000 QDL device */
78 {USB_DEVICE(0x1410, 0xa013)}, /* Novatel Gobi 2000 QDL device */
79 {USB_DEVICE(0x1410, 0xa014)}, /* Novatel Gobi 2000 QDL device */
80 {USB_DEVICE(0x413c, 0x8185)}, /* Dell Gobi 2000 QDL device (N0218, VU936) */
81 {USB_DEVICE(0x413c, 0x8186)}, /* Dell Gobi 2000 Modem device (N0218, VU936) */
82 {USB_DEVICE(0x05c6, 0x9208)}, /* Generic Gobi 2000 QDL device */
[all …]
/kernel/linux/linux-6.6/drivers/usb/serial/
Dqcserial.c25 QCSERIAL_G2K = 0, /* Gobi 2000 */
74 /* Gobi 2000 devices */
75 {USB_DEVICE(0x1410, 0xa010)}, /* Novatel Gobi 2000 QDL device */
76 {USB_DEVICE(0x1410, 0xa011)}, /* Novatel Gobi 2000 QDL device */
77 {USB_DEVICE(0x1410, 0xa012)}, /* Novatel Gobi 2000 QDL device */
78 {USB_DEVICE(0x1410, 0xa013)}, /* Novatel Gobi 2000 QDL device */
79 {USB_DEVICE(0x1410, 0xa014)}, /* Novatel Gobi 2000 QDL device */
80 {USB_DEVICE(0x413c, 0x8185)}, /* Dell Gobi 2000 QDL device (N0218, VU936) */
81 {USB_DEVICE(0x413c, 0x8186)}, /* Dell Gobi 2000 Modem device (N0218, VU936) */
82 {USB_DEVICE(0x05c6, 0x9208)}, /* Generic Gobi 2000 QDL device */
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dtraceroute.sh149 # N1: 2000:101::/64
150 # N2: 2000:102::/64
151 # N3: 2000:103::/64
159 # the IPv6 address of R1's interface on N2 is 2000:102::1/64
185 connect_ns router-2 eth3 - 2000:103::2/64 host-2 eth3 - 2000:103::4/64
186 ip netns exec host-2 ip route add default via 2000:103::2
189 connect_ns router-1 eth2 - 2000:102::1/64 router-2 eth2 - 2000:102::2/64
190 ip netns exec router-1 ip route add default via 2000:102::2
195 ip netns exec router-1 ip addr add 2000:101::1/64 dev ${brdev}
197 connect_ns host-1 eth0 - 2000:101::3/64 router-1 eth0 - -
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dtraceroute.sh149 # N1: 2000:101::/64
150 # N2: 2000:102::/64
151 # N3: 2000:103::/64
159 # the IPv6 address of R1's interface on N2 is 2000:102::1/64
185 connect_ns router-2 eth3 - 2000:103::2/64 host-2 eth3 - 2000:103::4/64
186 ip netns exec host-2 ip route add default via 2000:103::2
189 connect_ns router-1 eth2 - 2000:102::1/64 router-2 eth2 - 2000:102::2/64
190 ip netns exec router-1 ip route add default via 2000:102::2
195 ip netns exec router-1 ip addr add 2000:101::1/64 dev ${brdev}
197 connect_ns host-1 eth0 - 2000:101::3/64 router-1 eth0 - -
[all …]
/kernel/linux/linux-6.6/drivers/zorro/
Dzorro.ids15 0000 SE 2000 A500 [HD Controller]
24 0200 Megamix 2000 [RAM Expansion]
37 2000 A560 [RAM Expansion]
57 0400 Kronos 2000 [SCSI Host Adapter]
62 0100 Live! 2000 [Video Card]
72 2000 Delta [RAM Expansion]
79 9600 Hardframe 2000 [SCSI Host Adapter]
80 9e00 Hardframe 2000 [SCSI Host Adapter]
98 2000 1600-GX [Graphics Card]
102 0300 2000 DMA [SCSI Host Adapter]
[all …]
/kernel/linux/linux-5.10/drivers/zorro/
Dzorro.ids15 0000 SE 2000 A500 [HD Controller]
24 0200 Megamix 2000 [RAM Expansion]
37 2000 A560 [RAM Expansion]
57 0400 Kronos 2000 [SCSI Host Adapter]
62 0100 Live! 2000 [Video Card]
72 2000 Delta [RAM Expansion]
79 9600 Hardframe 2000 [SCSI Host Adapter]
80 9e00 Hardframe 2000 [SCSI Host Adapter]
98 2000 1600-GX [Graphics Card]
102 0300 2000 DMA [SCSI Host Adapter]
[all …]
/kernel/linux/linux-6.6/drivers/base/power/
Dqos-test.c21 ret = freq_qos_add_request(&qos, &req2, FREQ_QOS_MIN, 2000); in freq_qos_test_min()
24 KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 2000); in freq_qos_test_min()
61 /* Add max 2000, no impact */ in freq_qos_test_maxdef()
62 ret = freq_qos_update_request(&req2, 2000); in freq_qos_test_maxdef()
66 /* Remove max 1000, new max 2000 */ in freq_qos_test_maxdef()
69 KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 2000); in freq_qos_test_maxdef()
101 ret = freq_qos_add_request(&qos, &req, FREQ_QOS_MIN, 2000); in freq_qos_test_readd()
103 KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 2000); in freq_qos_test_readd()
/kernel/linux/linux-5.10/drivers/base/power/
Dqos-test.c21 ret = freq_qos_add_request(&qos, &req2, FREQ_QOS_MIN, 2000); in freq_qos_test_min()
24 KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 2000); in freq_qos_test_min()
61 /* Add max 2000, no impact */ in freq_qos_test_maxdef()
62 ret = freq_qos_update_request(&req2, 2000); in freq_qos_test_maxdef()
66 /* Remove max 1000, new max 2000 */ in freq_qos_test_maxdef()
69 KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 2000); in freq_qos_test_maxdef()
101 ret = freq_qos_add_request(&qos, &req, FREQ_QOS_MIN, 2000); in freq_qos_test_readd()
103 KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 2000); in freq_qos_test_readd()
/kernel/linux/linux-6.6/arch/arm64/boot/dts/ti/
Dk3-j721s2-thermal.dtsi13 hysteresis = <2000>; /* milliCelsius */
27 hysteresis = <2000>; /* milliCelsius */
41 hysteresis = <2000>; /* milliCelsius */
55 hysteresis = <2000>; /* milliCelsius */
69 hysteresis = <2000>; /* milliCelsius */
83 hysteresis = <2000>; /* milliCelsius */
97 hysteresis = <2000>; /* milliCelsius */
Dk3-j784s4-thermal.dtsi13 hysteresis = <2000>; /* milliCelsius */
27 hysteresis = <2000>; /* milliCelsius */
41 hysteresis = <2000>; /* milliCelsius */
55 hysteresis = <2000>; /* milliCelsius */
69 hysteresis = <2000>; /* milliCelsius */
83 hysteresis = <2000>; /* milliCelsius */
97 hysteresis = <2000>; /* milliCelsius */
Dk3-j721e-thermal.dtsi14 hysteresis = <2000>; /* milliCelsius */
28 hysteresis = <2000>; /* milliCelsius */
42 hysteresis = <2000>; /* milliCelsius */
56 hysteresis = <2000>; /* milliCelsius */
70 hysteresis = <2000>; /* milliCelsius */
/kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/
Dimx8qm.dtsi304 polling-delay = <2000>;
310 hysteresis = <2000>;
316 hysteresis = <2000>;
335 polling-delay = <2000>;
341 hysteresis = <2000>;
347 hysteresis = <2000>;
364 polling-delay = <2000>;
370 hysteresis = <2000>;
376 hysteresis = <2000>;
384 polling-delay = <2000>;
[all …]
/kernel/linux/linux-6.6/ipc/
Dcompat.c8 * Copyright (C) 2000 VA Linux Co
9 * Copyright (C) 2000 Don Dugger <n0ano@valinux.com>
10 * Copyright (C) 2000 Hewlett-Packard Co.
11 * Copyright (C) 2000 David Mosberger-Tang <davidm@hpl.hp.com>
12 * Copyright (C) 2000 Gerhard Tonn (ton@de.ibm.com)
13 * Copyright (C) 2000-2002 Andi Kleen, SuSE Labs (x86-64 port)
14 * Copyright (C) 2000 Silicon Graphics, Inc.
/kernel/linux/linux-5.10/ipc/
Dcompat.c8 * Copyright (C) 2000 VA Linux Co
9 * Copyright (C) 2000 Don Dugger <n0ano@valinux.com>
10 * Copyright (C) 2000 Hewlett-Packard Co.
11 * Copyright (C) 2000 David Mosberger-Tang <davidm@hpl.hp.com>
12 * Copyright (C) 2000 Gerhard Tonn (ton@de.ibm.com)
13 * Copyright (C) 2000-2002 Andi Kleen, SuSE Labs (x86-64 port)
14 * Copyright (C) 2000 Silicon Graphics, Inc.
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Drk3288-veyron-mickey.dts48 hysteresis = <2000>; /* millicelsius */
53 hysteresis = <2000>; /* millicelsius */
58 hysteresis = <2000>; /* millicelsius */
63 hysteresis = <2000>; /* millicelsius */
68 hysteresis = <2000>; /* millicelsius */
73 hysteresis = <2000>; /* millicelsius */
78 hysteresis = <2000>; /* millicelsius */
154 hysteresis = <2000>; /* millicelsius */
159 hysteresis = <2000>; /* millicelsius */
164 hysteresis = <2000>; /* millicelsius */
[all …]
Dat91-natte.dtsi71 ti,charge-current = <2000>;
87 ti,charge-current = <2000>;
103 ti,charge-current = <2000>;
119 ti,charge-current = <2000>;
135 ti,charge-current = <2000>;
151 ti,charge-current = <2000>;
167 ti,charge-current = <2000>;
183 ti,charge-current = <2000>;
/kernel/linux/linux-6.6/arch/arm/boot/dts/rockchip/
Drk3288-veyron-mickey.dts48 hysteresis = <2000>; /* millicelsius */
53 hysteresis = <2000>; /* millicelsius */
58 hysteresis = <2000>; /* millicelsius */
63 hysteresis = <2000>; /* millicelsius */
68 hysteresis = <2000>; /* millicelsius */
73 hysteresis = <2000>; /* millicelsius */
78 hysteresis = <2000>; /* millicelsius */
154 hysteresis = <2000>; /* millicelsius */
159 hysteresis = <2000>; /* millicelsius */
164 hysteresis = <2000>; /* millicelsius */
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/microchip/
Dat91-natte.dtsi71 ti,charge-current = <2000>;
87 ti,charge-current = <2000>;
103 ti,charge-current = <2000>;
119 ti,charge-current = <2000>;
135 ti,charge-current = <2000>;
151 ti,charge-current = <2000>;
167 ti,charge-current = <2000>;
183 ti,charge-current = <2000>;
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dsm8150.dtsi1229 hysteresis = <2000>;
1235 hysteresis = <2000>;
1273 hysteresis = <2000>;
1279 hysteresis = <2000>;
1317 hysteresis = <2000>;
1323 hysteresis = <2000>;
1361 hysteresis = <2000>;
1367 hysteresis = <2000>;
1405 hysteresis = <2000>;
1411 hysteresis = <2000>;
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dti,dp83869.yaml69 enum: [ 250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000,
71 default: 2000
75 enum: [ 250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000,
77 default: 2000
97 rx-internal-delay-ps = <2000>;
98 tx-internal-delay-ps = <2000>;
Dadi,adin.yaml23 enum: [ 1600, 1800, 2000, 2200, 2400 ]
24 default: 2000
30 enum: [ 1600, 1800, 2000, 2200, 2400 ]
31 default: 2000
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dti,dp83869.yaml69 enum: [ 250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000,
71 default: 2000
75 enum: [ 250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000,
77 default: 2000
97 rx-internal-delay-ps = <2000>;
98 tx-internal-delay-ps = <2000>;
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dsm6375.dtsi1803 hysteresis = <2000>;
1809 hysteresis = <2000>;
1830 hysteresis = <2000>;
1836 hysteresis = <2000>;
1857 hysteresis = <2000>;
1863 hysteresis = <2000>;
1884 hysteresis = <2000>;
1890 hysteresis = <2000>;
1911 hysteresis = <2000>;
1917 hysteresis = <2000>;
[all …]
Dmsm8976.dtsi1129 hysteresis = <2000>;
1143 hysteresis = <2000>;
1157 hysteresis = <2000>;
1171 hysteresis = <2000>;
1185 hysteresis = <2000>;
1190 hysteresis = <2000>;
1195 hysteresis = <2000>;
1209 hysteresis = <2000>;
1214 hysteresis = <2000>;
1219 hysteresis = <2000>;
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/dsa/
Dmicrochip,lan937x.yaml55 enum: [0, 2000]
58 enum: [0, 2000]
125 tx-internal-delay-ps = <2000>;
126 rx-internal-delay-ps = <2000>;
139 tx-internal-delay-ps = <2000>;
140 rx-internal-delay-ps = <2000>;

12345678910>>...253