/Linux-v6.1/sound/drivers/opl4/ |
D | yrw801.c | 42 return -ENODEV; in snd_yrw801_detect() 45 return -ENODEV; in snd_yrw801_detect() 58 {0x14, 0x27, {0x12c,7474,100, 0,0,0x00,0xc8,0x20,0xf2,0x13,0x08,0x0}}, 59 {0x28, 0x2d, {0x12d,6816,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 60 {0x2e, 0x33, {0x12e,5899,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 61 {0x34, 0x39, {0x12f,5290,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 62 {0x3a, 0x3f, {0x130,4260,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 63 {0x40, 0x45, {0x131,3625,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 64 {0x46, 0x4b, {0x132,3116,100, 0,0,0x04,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 65 {0x4c, 0x52, {0x133,2081,100, 0,0,0x03,0xc8,0x20,0xf2,0x14,0x18,0x0}}, [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power8/ |
D | metrics.json | 4 "MetricExpr": "PM_BR_BC_8_CONV / PM_BRU_FIN * 100", 10 "MetricExpr": "PM_BR_BC_8 / PM_BRU_FIN * 100", 16 "MetricExpr": "PM_BR_MPRED_CMPL / (PM_BR_PRED_BR0 + PM_BR_PRED_BR1) * 100", 22 "MetricExpr": "PM_BR_MPRED_CMPL / PM_RUN_INST_CMPL * 100", 28 "MetricExpr": "PM_BR_MPRED_CCACHE / PM_RUN_INST_CMPL * 100", 34 "MetricExpr": "PM_BR_MPRED_CCACHE / (PM_BR_PRED_CCACHE_BR0 + PM_BR_PRED_CCACHE_BR1) * 100", 40 "MetricExpr": "PM_BR_MPRED_CR / PM_RUN_INST_CMPL * 100", 46 "MetricExpr": "(PM_BR_MPRED_TA - PM_BR_MPRED_CCACHE) / PM_RUN_INST_CMPL * 100", 52 …"MetricExpr": "(PM_BR_MPRED_TA - PM_BR_MPRED_CCACHE) / (PM_BR_PRED_LSTACK_BR0 + PM_BR_PRED_LSTACK_… 58 "MetricExpr": "PM_BR_MPRED_TA / PM_RUN_INST_CMPL * 100", [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power9/ |
D | metrics.json | 3 "MetricExpr": "PM_BR_MPRED_CMPL / PM_BR_PRED * 100", 9 "MetricExpr": "PM_BR_MPRED_CCACHE / PM_RUN_INST_CMPL * 100", 15 "MetricExpr": "PM_BR_MPRED_CCACHE / PM_BR_PRED_CCACHE * 100", 21 "MetricExpr": "PM_BR_MPRED_LSTACK / PM_RUN_INST_CMPL * 100", 27 "MetricExpr": "PM_BR_MPRED_LSTACK/ PM_BR_PRED_LSTACK * 100", 33 "MetricExpr": "PM_BR_TAKEN_CMPL * 100 / PM_BRU_FIN", 56 …"BriefDescription": "Finish stall because the NTF instruction was a multi-cycle instruction issued… 63 "MetricExpr": "dfu_stall_cpi - dflong_stall_cpi", 75 "MetricExpr": "dmiss_non_local_stall_cpi - dmiss_remote_stall_cpi", 93 "MetricExpr": "dmiss_l2l3_stall_cpi - dmiss_l2l3_conflict_stall_cpi", [all …]
|
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | q_in_q_veto.sh | 2 # SPDX-License-Identifier: GPL-2.0 55 ip link add name br0.100 link br0 type vlan \ 56 protocol $netdev_proto id 100 2>/dev/null 59 ip link add name br0.100 link br0 type vlan \ 60 protocol $netdev_proto id 100 2>&1 >/dev/null \ 61 | grep -q mlxsw_spectrum 73 ip link add name $swp1.100 link $swp1 type vlan \ 74 protocol 802.1ad id 100 2>/dev/null 77 ip link add name $swp1.100 link $swp1 type vlan \ 78 protocol 802.1ad id 100 2>&1 >/dev/null \ [all …]
|
D | devlink_trap_control.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # Test devlink-trap control trap functionality over mlxsw. Each registered 8 # +---------------------------------+ 16 # +----|----------------------------+ 18 # +----|----------------------------------------------------------------------+ 28 # +----|----------------------------------------------------------------------+ 30 # +----|----------------------------+ 38 # +---------------------------------+ 96 ip -4 route add default vrf v$h1 nexthop via 192.0.2.2 97 ip -6 route add default vrf v$h1 nexthop via 2001:db8:1::2 [all …]
|
D | fib_offload.sh | 2 # SPDX-License-Identifier: GPL-2.0 65 num=$(ip -6 route show match ${pfx} | grep "offload" | wc -l) 67 if [ $num -eq $expected_num ]; then 79 ip -6 route add 2001:db8:3::/64 dev $spine_p1 metric 100 80 ipv6_offload_check "2001:db8:3::/64 dev $spine_p1 metric 100" 1 85 ip -6 route append 2001:db8:3::/64 dev $spine_p1 metric 200 86 ipv6_offload_check "2001:db8:3::/64 dev $spine_p1 metric 100" 1 93 ip -6 route append 2001:db8:3::/64 dev $spine_p1 metric 10 96 ipv6_offload_check "2001:db8:3::/64 dev $spine_p1 metric 100" 0 103 ip -6 route flush 2001:db8:3::/64 dev $spine_p1 [all …]
|
/Linux-v6.1/Documentation/hwmon/ |
D | coretemp.rst | 11 - 0xe (Pentium M DC), 0xf (Core 2 DC 65nm), 12 - 0x16 (Core 2 SC 65nm), 0x17 (Penryn 45nm), 13 - 0x1a (Nehalem), 0x1c (Atom), 0x1e (Lynnfield), 14 - 0x26 (Tunnel Creek Atom), 0x27 (Medfield Atom), 15 - 0x36 (Cedar Trail Atom) 19 Intel 64 and IA-32 Architectures Software Developer's Manual 27 ----------- 30 inside Intel CPUs. This driver can read both the per-core and per-package 31 temperature using the appropriate sensors. The per-package sensor is new; 44 the Out-Of-Spec bit. Following table summarizes the exported sysfs files: [all …]
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | bpf.json | 7 "bpf-filter" 15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 100 bpf bytecode … 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 protocol ip prio 100 bpf", 18 …"matchPattern": "filter parent ffff: protocol ip pref 100 bpf chain [0-9]+ handle 0x1.*bytecode '4… 29 "bpf-filter" 37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 100 bpf bytecode … 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 protocol ip prio 100 bpf", 40 …"matchPattern": "filter parent ffff: protocol ip pref 100 bpf chain [0-9]+ handle 0x1.*bytecode '4… 48 "name": "Add eBPF filter with valid object-file", 51 "bpf-filter" [all …]
|
/Linux-v6.1/arch/x86/lib/ |
D | usercopy_32.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * The non inlined parts of asm-i386/uaccess.h are here. 52 * clear_user - Zero a block of memory in user space. 72 * __clear_user - Zero a block of memory in user space, with less checking. 134 " addl $-64, %0\n" in __copy_user_intel() 146 "100:\n" in __copy_user_intel() 147 _ASM_EXTABLE_UA(1b, 100b) in __copy_user_intel() 148 _ASM_EXTABLE_UA(2b, 100b) in __copy_user_intel() 149 _ASM_EXTABLE_UA(3b, 100b) in __copy_user_intel() 150 _ASM_EXTABLE_UA(4b, 100b) in __copy_user_intel() [all …]
|
/Linux-v6.1/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_param.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 1999 - 2010 Intel Corporation. 12 #define OPTION_UNSET -1 17 * TxDescriptors - Transmit Descriptor Count 18 * @Valid Range: PCH_GBE_MIN_TXD - PCH_GBE_MAX_TXD 26 * RxDescriptors -Receive Descriptor Count 27 * @Valid Range: PCH_GBE_MIN_RXD - PCH_GBE_MAX_RXD 35 * Speed - User Specified Speed Override 36 * @Valid Range: 0, 10, 100, 1000 37 * - 0: auto-negotiate at all supported speeds [all …]
|
/Linux-v6.1/arch/x86/kernel/ |
D | tsc_msr.c | 1 // SPDX-License-Identifier: GPL-2.0 14 #include <asm/intel-family.h> 25 * is the source clk for a root PLL which outputs 1600 and 100 MHz. It is 31 * clock of 100 MHz plus a quotient which gets us as close to the frequency 33 * For the 83.3 MHz example from above this would give us 100 MHz * 5 / 6 = 80 * 000: 100 * 5 / 6 = 83.3333 MHz 81 * 001: 100 * 1 / 1 = 100.0000 MHz 82 * 010: 100 * 4 / 3 = 133.3333 MHz 83 * 011: 100 * 7 / 6 = 116.6667 MHz 84 * 100: 100 * 4 / 5 = 80.0000 MHz [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power10/ |
D | nest_metrics.json | 4 …pr": "(hv_24x7@PM_PB_RTY_VG_PUMP01\\,chip\\=?@ / (1 + hv_24x7@PM_PB_VG_PUMP01\\,chip\\=?@)) * 100", 10 …pr": "(hv_24x7@PM_PB_RTY_VG_PUMP23\\,chip\\=?@ / (1 + hv_24x7@PM_PB_VG_PUMP23\\,chip\\=?@)) * 100", 16 …icExpr": "(hv_24x7@PM_PB_RTY_LNS_PUMP01\\,chip\\=?@ / hv_24x7@PM_PB_LNS_PUMP01\\,chip\\=?@) * 100", 22 …icExpr": "(hv_24x7@PM_PB_RTY_LNS_PUMP23\\,chip\\=?@ / hv_24x7@PM_PB_LNS_PUMP23\\,chip\\=?@) * 100", 28 …pr": "(hv_24x7@PM_PB_RTY_GROUP_PUMP01\\,chip\\=?@ / hv_24x7@PM_PB_GROUP_PUMP01\\,chip\\=?@) * 100", 34 …pr": "(hv_24x7@PM_PB_RTY_GROUP_PUMP23\\,chip\\=?@ / hv_24x7@PM_PB_GROUP_PUMP23\\,chip\\=?@) * 100", 64 …": "(hv_24x7@PM_PB_RTY_RNS_PUMP01\\,chip\\=?@ / (1 + hv_24x7@PM_PB_RNS_PUMP01\\,chip\\=?@)) * 100", 70 …": "(hv_24x7@PM_PB_RTY_RNS_PUMP23\\,chip\\=?@ / (1 + hv_24x7@PM_PB_RNS_PUMP23\\,chip\\=?@)) * 100", 154 …K0_OUT_ODD_AVLBL_CYCLES\\,chip\\=?@ + hv_24x7@PM_XLINK0_OUT_EVEN_AVLBL_CYCLES\\,chip\\=?@)) * 100", 160 …K1_OUT_ODD_AVLBL_CYCLES\\,chip\\=?@ + hv_24x7@PM_XLINK1_OUT_EVEN_AVLBL_CYCLES\\,chip\\=?@)) * 100", [all …]
|
/Linux-v6.1/fs/xfs/ |
D | xfs_globals.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 11 * 100ths of a second) with the exception of blockgc_timer, which is measured 20 .syncd_timer = { 1*100, 30*100, 7200*100}, 25 .xfs_buf_timer = { 100/2, 1*100, 30*100 }, 26 .xfs_buf_age = { 1*100, 15*100, 7200*100}, 30 .fstrm_timer = { 1, 30*100, 3600*100}, 43 .pwork_threads = -1, /* automatic thread detection */
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/ti/ |
D | cpsw.rst | 1 .. SPDX-License-Identifier: GPL-2.0 26 - TX queues must be rated starting from txq0 that has highest priority 27 - Traffic classes are used starting from 0, that has highest priority 28 - CBS shapers should be used with rated queues 29 - The bandwidth for CBS shapers has to be set a little bit more then 32 - Real rates can differ, due to discreetness 33 - Map skb-priority to txq is not enough, also skb-priority to l2 prio 35 - Any l2/socket prio (0 - 7) for classes can be used, but for 37 - only 2 classes tested: A and B, but checked and can work with more, 45 +-------------------------------+ [all …]
|
D | tlan.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 (C) 1997-1998 Caldera, Inc. 13 (C) 1999-2001 Torben Mathiasen <tmm@image.dk, torben.mathiasen@compaq.com> 31 0e11 ae32 Compaq Netelligent 10/100 TX PCI UTP 34 0e11 ae40 Compaq Netelligent Dual 10/100 TX PCI UTP 35 0e11 ae43 Compaq Netelligent Integrated 10/100 TX UTP 36 0e11 b011 Compaq Netelligent 10/100 TX Embedded UTP 38 0e11 b030 Compaq Netelligent 10/100 TX UTP 41 108d 0012 Olicom OC-2325 42 108d 0013 Olicom OC-2183 [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/alderlake/ |
D | adl-metrics.json | 4 …"MetricExpr": "topdown\\-fe\\-bound / (topdown\\-fe\\-bound + topdown\\-bad\\-spec + topdown\\-ret… 7 …-lines are fetched from the memory subsystem; parsed into instructions; and lastly decoded into mi… 8 "ScaleUnit": "100%", 13 …etricExpr": "(topdown\\-fetch\\-lat / (topdown\\-fe\\-bound + topdown\\-bad\\-spec + topdown\\-ret… 16 …he CPU was stalled due to Frontend latency issues. For example; instruction-cache misses; iTLB mi… 17 "ScaleUnit": "100%", 26 "ScaleUnit": "100%", 35 "ScaleUnit": "100%", 43 … corrected path; following all sorts of miss-predicted branches. For example; branchy code with lo… 44 "ScaleUnit": "100%", [all …]
|
/Linux-v6.1/tools/testing/selftests/drivers/net/dsa/ |
D | bridge_locked_port.sh | 2 # SPDX-License-Identifier: GPL-2.0 12 vlan_create $h1 100 v$h1 198.51.100.1/24 17 vlan_destroy $h1 100 24 vlan_create $h2 100 v$h2 198.51.100.2/24 29 vlan_destroy $h2 100 117 bridge vlan add vid 100 dev $swp1 118 bridge vlan add vid 100 dev $swp2 120 ping_do $h1.100 198.51.100.2 124 ping_do $h1.100 198.51.100.2 127 bridge fdb add `mac_get $h1` dev $swp1 vlan 100 master static [all …]
|
/Linux-v6.1/tools/testing/selftests/net/forwarding/ |
D | bridge_locked_port.sh | 2 # SPDX-License-Identifier: GPL-2.0 12 vlan_create $h1 100 v$h1 198.51.100.1/24 17 vlan_destroy $h1 100 24 vlan_create $h2 100 v$h2 198.51.100.2/24 29 vlan_destroy $h2 100 117 bridge vlan add vid 100 dev $swp1 118 bridge vlan add vid 100 dev $swp2 120 ping_do $h1.100 198.51.100.2 124 ping_do $h1.100 198.51.100.2 127 bridge fdb add `mac_get $h1` dev $swp1 vlan 100 master static [all …]
|
/Linux-v6.1/drivers/net/ethernet/intel/e1000/ |
D | e1000_param.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 1999 - 2006 Intel Corporation. */ 12 #define OPTION_UNSET -1 30 * Valid Range: 80-256 for 82542 and 82543 gigabit ethernet controllers 31 * Valid Range: 80-4096 for 82544 and newer 39 * Valid Range: 80-256 for 82542 and 82543 gigabit ethernet controllers 40 * Valid Range: 80-4096 for 82544 and newer 48 * Valid Range: 0, 10, 100, 1000 49 * - 0 - auto-negotiate at all supported speeds 50 * - 10 - only link at 10 Mbps [all …]
|
/Linux-v6.1/tools/perf/tests/ |
D | hists_common.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #define FAKE_PID_PERF1 100 21 #define FAKE_SYM_LENGTH 100 43 * perf: 100 perf main 44 * perf: 100 perf run_command 45 * perf: 100 perf cmd_record 46 * perf: 100 libc malloc 47 * perf: 100 libc free 48 * perf: 100 libc realloc 49 * perf: 100 [kernel] schedule [all …]
|
D | hists_output.c | 1 // SPDX-License-Identifier: GPL-2.0 12 #include "util/parse-events.h" 54 struct perf_sample sample = { .period = 100, }; in add_hist_entries() 100 root_in = &hists->entries_collapsed; in del_hist_entries() 102 root_in = hists->entries_in; in del_hist_entries() 104 root_out = &hists->entries; in del_hist_entries() 106 while (!RB_EMPTY_ROOT(&root_out->rb_root)) { in del_hist_entries() 111 rb_erase_cached(&he->rb_node_in, root_in); in del_hist_entries() 118 #define COMM(he) (thread__comm_str(he->thread)) 119 #define DSO(he) (he->ms.map->dso->short_name) [all …]
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | fq_codel.json | 18 …tchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms int… 41 …tchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 1000p flows 1024 quantum.*target 5ms inte… 64 …tchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms int… 87 …tchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 2ms int… 110 …"matchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms … 133 …hPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum 9000 target 5ms i… 156 …tchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms int… 179 …": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms ce_threshold … 199 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel drop_batch 100", 202 …fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms interval 100ms memory_l… [all …]
|
/Linux-v6.1/drivers/staging/greybus/tools/ |
D | README.loopback | 3 1 - LOOPBACK DRIVER 15 # modprobe gb-loopback 25 async - Use asynchronous operations. 26 iteration_max - Number of tests iterations to perform. 27 size - payload size of the transfer. 28 timeout - The number of microseconds to give an individual 30 us_wait - Time to wait between 2 messages 31 type - By writing the test type to this file, the test starts. 34 2 - ping 35 3 - transfer [all …]
|
/Linux-v6.1/drivers/misc/ |
D | ad525x_dpot.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (c) 2009-2010 Analog Devices, Inc. 8 * AD5258 1 64 1, 10, 50, 100 9 * AD5259 1 256 5, 10, 50, 100 10 * AD5251 2 64 1, 10, 50, 100 11 * AD5252 2 256 1, 10, 50, 100 13 * AD5253 4 64 1, 10, 50, 100 14 * AD5254 4 256 1, 10, 50, 100 15 * AD5160 1 256 5, 10, 50, 100 16 * AD5161 1 256 5, 10, 50, 100 [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivybridge/ |
D | ivb-metrics.json | 7 …-lines are fetched from the memory subsystem; parsed into instructions; and lastly decoded into mi… 8 "ScaleUnit": "100%" 15 …he CPU was stalled due to Frontend latency issues. For example; instruction-cache misses; iTLB mi… 16 "ScaleUnit": "100%" 20 "MetricExpr": "ICACHE.IFETCH_STALL / CLKS - tma_itlb_misses", 23 "ScaleUnit": "100%" 31 "ScaleUnit": "100%" 38 … corrected path; following all sorts of miss-predicted branches. For example; branchy code with lo… 39 "ScaleUnit": "100%" 46 …o switches from DSB to MITE pipelines. The DSB (decoded i-cache) is a Uop Cache where the front-en… [all …]
|