| /Linux-v5.10/lib/ | 
| D | test-kstrtox.c | 36 		rv = fn(t->str, t->base, &tmp);				\38 			WARN(1, "str '%s', base %u, expected -E, got %d/" fmt "\n",	\
 39 				t->str, t->base, rv, tmp);		\
 54 		rv = fn(t->str, t->base, &res);				\
 57 				t->str, t->base, t->expected_res, rv);	\
 60 		if (res != t->expected_res) {				\
 62 				t->str, t->base, t->expected_res, res);	\
 72 		{"0",	10,	0ULL},  in test_kstrtoull_ok()
 73 		{"1",	10,	1ULL},  in test_kstrtoull_ok()
 74 		{"127",	10,	127ULL},  in test_kstrtoull_ok()
 [all …]
 
 | 
| /Linux-v5.10/drivers/net/wireless/intel/iwlegacy/ | 
| D | 3945-debug.c | 1 // SPDX-License-Identifier: GPL-2.0-only4  * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
 8  * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
 19 	p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n",  in il3945_stats_flag()
 20 		       le32_to_cpu(il->_3945.stats.flag));  in il3945_stats_flag()
 21 	if (le32_to_cpu(il->_3945.stats.flag) & UCODE_STATS_CLEAR_MSK)  in il3945_stats_flag()
 22 		p += scnprintf(buf + p, bufsz - p,  in il3945_stats_flag()
 24 	p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n",  in il3945_stats_flag()
 25 		       (le32_to_cpu(il->_3945.stats.flag) &  in il3945_stats_flag()
 27 	p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n",  in il3945_stats_flag()
 [all …]
 
 | 
| /Linux-v5.10/arch/arm/include/asm/hardware/ | 
| D | entry-macro-iomd.S | 2  * arch/arm/include/asm/hardware/entry-macro-iomd.S4  * Low-level IRQ helper macros for IOC/IOMD based platforms
 45 irq_prio_h:	.byte	 0, 8, 9, 8,10,10,10,10,11,11,11,11,10,10,10,10
 46 		.byte	12, 8, 9, 8,10,10,10,10,11,11,11,11,10,10,10,10
 47 		.byte	13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10
 48 		.byte	13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10
 49 		.byte	14,14,14,14,10,10,10,10,11,11,11,11,10,10,10,10
 50 		.byte	14,14,14,14,10,10,10,10,11,11,11,11,10,10,10,10
 51 		.byte	13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10
 52 		.byte	13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10
 [all …]
 
 | 
| /Linux-v5.10/include/uapi/linux/ | 
| D | mdio.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */4  * Copyright 2006-2009 Solarflare Communications Inc.
 25 #define MDIO_MMD_AN		7	/* Auto-Negotiation */
 38 #define MDIO_CTRL2		7	/* 10G control 2 */
 39 #define MDIO_STAT2		8	/* 10G status 2 */
 40 #define MDIO_PMA_TXDIS		9	/* 10G PMA/PMD transmit disable */
 41 #define MDIO_PMA_RXDET		10	/* 10G PMA/PMD receive signal detect */
 42 #define MDIO_PMA_EXTABLE	11	/* 10G PMA/PMD extended ability */
 57 /* Media-dependent registers. */
 58 #define MDIO_PMA_10GBT_SWAPPOL	130	/* 10GBASE-T pair swap & polarity */
 [all …]
 
 | 
| /Linux-v5.10/net/kcm/ | 
| D | kcmproc.c | 1 // SPDX-License-Identifier: GPL-2.023 	return list_first_or_null_rcu(&knet->mux_list,  in kcm_get_first()
 29 	struct kcm_net *knet = mux->knet;  in kcm_get_next()
 31 	return list_next_or_null_rcu(&knet->mux_list, &mux->kcm_mux_list,  in kcm_get_next()
 41 	list_for_each_entry_rcu(m, &knet->mux_list, kcm_mux_list) {  in kcm_get_idx()
 44 		--pos;  in kcm_get_idx()
 69 		return kcm_get_idx(seq, *pos - 1);  in kcm_seq_start()
 90 		   knet->count);  in kcm_format_mux_header()
 93 		   "%-14s %-10s %-16s %-10s %-16s %-8s %-8s %-8s %-8s %s",  in kcm_format_mux_header()
 95 		   "RX-Msgs",  in kcm_format_mux_header()
 [all …]
 
 | 
| /Linux-v5.10/arch/xtensa/lib/ | 
| D | usercopy.S | 8  *  of the Xtensa link-time HAL, and those files may differ per11  *  could lose the special functionality for accessing user-space
 37  *   This code tries to use fall-through braches for the common
 88 EX(10f)	l8ui	a6, a3, 0
 90 EX(10f)	s8i	a6, a5,  0
 92 	addi	a4, a4, -1
 95 .Ldst2mod4:	# dst 16-bit aligned
 98 EX(10f)	l8ui	a6, a3, 0
 99 EX(10f)	l8ui	a7, a3, 1
 101 EX(10f)	s8i	a6, a5,  0
 [all …]
 
 | 
| /Linux-v5.10/drivers/net/appletalk/ | 
| D | cops_ltdrv.h | 23  *      - Jay Schulist <jschlst@samba.org>30 	58,3,0,50,148,10,33,143,15,62,85,119,
 32 	34,146,10,249,17,150,10,33,143,15,183,237,
 37 	10,24,169,67,111,112,121,114,105,103,104,116,
 45 	4,96,10,224,6,0,7,126,2,64,11,246,
 54 	10,54,132,205,253,1,201,245,197,213,229,42,
 55 	150,10,14,83,17,98,2,67,20,237,162,58,
 58 	32,10,237,162,32,225,21,32,222,195,15,3,
 60 	62,1,211,82,175,211,82,237,91,150,10,43,
 61 	55,237,82,218,19,3,34,152,10,98,107,58,
 [all …]
 
 | 
| /Linux-v5.10/tools/testing/selftests/net/forwarding/ | 
| D | vxlan_bridge_1q.sh | 2 # SPDX-License-Identifier: GPL-2.04 # +-----------------------+                          +------------------------+
 6 # |  + $h1.10             |                          |  + $h2.10              |
 13 # +----|------------------+                          +----|-------------------+
 15 # +----|--------------------------------------------------|-------------------+
 17 # | +--|--------------------------------------------------|-----------------+ |
 19 # | |     vid 10                                             vid 10         | |
 26 # | |    vid 10 pvid untagged                  vid 20 pvid untagged         | |
 27 # | +-----------------------------------------------------------------------+ |
 34 # +----|----------------------------------------------------------------------+
 [all …]
 
 | 
| D | fib_offload_lib.sh | 1 # SPDX-License-Identifier: GPL-2.013 	ip -n $ns -j -p -$family route show $route \
 14 		| jq -e '.[]["flags"] | contains(["trap"])' &> /dev/null
 17 		if [[ $ret -ne 0 ]]; then
 63 		ip -n $ns link add name dummy$i type dummy
 64 		ip -n $ns link set dev dummy$i up
 67 	ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 0 metric 1024
 71 	ip -n $ns route append 192.0.2.0/24 dev dummy2 tos 0 metric 1024
 75 	ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024
 85 		ip -n $ns link del dev dummy$i
 [all …]
 
 | 
| /Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/ | 
| D | rtnetlink.sh | 2 # SPDX-License-Identifier: GPL-2.080 	    | grep -q mlxsw_spectrum
 93 	    | grep -q mlxsw_spectrum
 96 	log_test "RIF - bad MAC change"
 111 	ip link add name vrf-test type vrf table 10
 112 	ip link set dev $swp1 master vrf-test
 114 	ip -4 address add 192.0.2.1/24 dev vrf-test
 116 	ip -6 address add 2001:db8:1::1/64 dev vrf-test
 119 	log_test "RIF - setting IP address on VRF"
 121 	ip link del dev vrf-test
 [all …]
 
 | 
| D | sch_red_ets.sh | 2 # SPDX-License-Identifier: GPL-2.026 	local -a args=("$@")
 28 	tc qdisc add dev $swp3 root handle 10: $QDISC \
 30 	tc qdisc add dev $swp3 parent 10:8 handle 108: red \
 33 	tc qdisc add dev $swp3 parent 10:7 handle 107: red \
 41 	tc qdisc del dev $swp3 parent 10:7
 42 	tc qdisc del dev $swp3 parent 10:8
 50 	do_ecn_test 10 $BACKLOG1
 60 	do_ecn_nodrop_test 10 $BACKLOG1
 70 	do_red_test 10 $BACKLOG1
 [all …]
 
 | 
| /Linux-v5.10/tools/testing/selftests/bpf/ | 
| D | test_flow_dissector.sh | 2 # SPDX-License-Identifier: GPL-2.08 # Kselftest framework requirement - SKIP code is 4.
 20 if [[ -z $(ip netns identify $$) ]]; then
 28 		if ! unshare --net $bpftool prog attach pinned \
 37 		if unshare --net $bpftool prog attach pinned \
 49 		rm -rf /sys/fs/bpf/flow
 75 	./flow_dissector_load -d 2> /dev/null
 76 	if [ $unmount -ne 0 ]; then
 82 # program/thing exits with a non-zero status.
 83 set -e
 [all …]
 
 | 
| /Linux-v5.10/tools/testing/selftests/ftrace/test.d/kprobe/ | 
| D | kprobe_args_syntax.tc | 2 # SPDX-License-Identifier: GPL-2.010 if ! grep -qw ${GOODSYM} /proc/kallsyms ; then
 14 SYMADDR=0x`grep -w ${GOODSYM} /proc/kallsyms | cut -f 1 -d " "`
 18 case `uname -m` in
 40 test_goodarg() # Good-args
 48 test_badarg() # Bad-args
 63 test_goodarg "@${GOODSYM}" "@${SYMADDR}" "@${GOODSYM}+10" "@${GOODSYM}-10"
 64 test_badarg "@" "@${BADSYM}" "@${GOODSYM}*10" "@${GOODSYM}/10" \
 65 	    "@${GOODSYM}%10" "@${GOODSYM}&10" "@${GOODSYM}|10"
 69 test_badarg "\$stackp" "\$stack0+10" "\$stack1-10"
 [all …]
 
 | 
| D | uprobe_syntax_errors.tc | 2 # SPDX-License-Identifier: GPL-2.06 check_error() { # command-with-error-pos-by-^
 12 check_error 'p /bin/sh:^10a'		# BAD_UPROBE_OFFS
 13 check_error 'p /bin/sh:10(^1a)'		# BAD_REFCNT
 14 check_error 'p /bin/sh:10(10^'		# REFCNT_OPEN_BRACE
 15 check_error 'p /bin/sh:10(10)^a'	# BAD_REFCNT_SUFFIX
 17 check_error 'p /bin/sh:10 ^@+ab'	# BAD_FILE_OFFS
 18 check_error 'p /bin/sh:10 ^@symbol'	# SYM_ON_UPROBE
 21 if grep -q "place (uprobe): .*%return.*" README; then
 22 check_error 'p /bin/sh:10^%hoge'	# BAD_ADDR_SUFFIX
 [all …]
 
 | 
| /Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ | 
| D | rate.c | 31 /*  10 */ 0x00, 0x37, 0x8b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x8f, 0x00,46 	{6500, 13500, CEIL(6500 * 10, 9), CEIL(13500 * 10, 9), 0x00,
 49 	{13000, 27000, CEIL(13000 * 10, 9), CEIL(27000 * 10, 9), 0x08,
 52 	{19500, 40500, CEIL(19500 * 10, 9), CEIL(40500 * 10, 9), 0x0A,
 55 	{26000, 54000, CEIL(26000 * 10, 9), CEIL(54000 * 10, 9), 0x10,
 58 	{39000, 81000, CEIL(39000 * 10, 9), CEIL(81000 * 10, 9), 0x12,
 61 	{52000, 108000, CEIL(52000 * 10, 9), CEIL(108000 * 10, 9), 0x19,
 64 	{58500, 121500, CEIL(58500 * 10, 9), CEIL(121500 * 10, 9), 0x1A,
 67 	{65000, 135000, CEIL(65000 * 10, 9), CEIL(135000 * 10, 9), 0x1C,
 70 	{13000, 27000, CEIL(13000 * 10, 9), CEIL(27000 * 10, 9), 0x40,
 [all …]
 
 | 
| /Linux-v5.10/Documentation/i2c/busses/ | 
| D | i2c-nforce2.rst | 2 Kernel driver i2c-nforce26   * nForce2 MCP                10de:0064
 7   * nForce2 Ultra 400 MCP      10de:0084
 8   * nForce3 Pro150 MCP         10de:00D4
 9   * nForce3 250Gb MCP          10de:00E4
 10   * nForce4 MCP                10de:0052
 11   * nForce4 MCP-04             10de:0034
 12   * nForce MCP51               10de:0264
 13   * nForce MCP55               10de:0368
 14   * nForce MCP61               10de:03EB
 [all …]
 
 | 
| /Linux-v5.10/drivers/rtc/ | 
| D | rtc-msm6242.c | 1 // SPDX-License-Identifier: GPL-2.0-only23 	MSM6242_SECOND1		= 0x0,	/* 1-second digit register */
 24 	MSM6242_SECOND10	= 0x1,	/* 10-second digit register */
 25 	MSM6242_MINUTE1		= 0x2,	/* 1-minute digit register */
 26 	MSM6242_MINUTE10	= 0x3,	/* 10-minute digit register */
 27 	MSM6242_HOUR1		= 0x4,	/* 1-hour digit register */
 28 	MSM6242_HOUR10		= 0x5,	/* PM/AM, 10-hour digit register */
 29 	MSM6242_DAY1		= 0x6,	/* 1-day digit register */
 30 	MSM6242_DAY10		= 0x7,	/* 10-day digit register */
 31 	MSM6242_MONTH1		= 0x8,	/* 1-month digit register */
 [all …]
 
 | 
| /Linux-v5.10/Documentation/i2c/ | 
| D | ten-bit-addresses.rst | 2 I2C Ten-bit Addresses6 addresses, and an extended set of 10 bit addresses. The sets of addresses
 7 do not intersect: the 7 bit address 0x10 is not the same as the 10 bit
 9 To avoid ambiguity, the user sees 10 bit addresses mapped to a different
 10 address space, namely 0xa000-0xa3ff. The leading 0xa (= 10) represents the
 11 10 bit mode. This is used for creating device names in sysfs. It is also
 12 needed when instantiating 10 bit devices via the new_device file in sysfs.
 14 I2C messages to and from 10-bit address devices have a different format.
 17 The current 10 bit address support is minimal. It should work, however
 20 * Not all bus drivers support 10-bit addresses. Some don't because the
 [all …]
 
 | 
| /Linux-v5.10/arch/arm/crypto/ | 
| D | sha1-ce-core.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */3  * sha1-ce-core.S - SHA-1 secure hash using ARMv8 Crypto Extensions
 13 	.arch		armv8-a
 14 	.fpu		crypto-neon-fp-armv8
 68 	vld1.32		{k0-k1}, [ip, :128]!
 69 	vld1.32		{k2-k3}, [ip, :128]
 76 0:	vld1.32		{q8-q9}, [r1]!
 77 	vld1.32		{q10-q11}, [r1]!
 90 	add_update	c, 0, k0,  8,  9, 10, 11, dgb
 91 	add_update	c, 1, k0,  9, 10, 11,  8
 [all …]
 
 | 
| /Linux-v5.10/Documentation/admin-guide/media/ | 
| D | dvb-usb-dib0700-cardlist.rst | 1 .. SPDX-License-Identifier: GPL-2.03 dvb-usb-dib0700 cards list
 8 .. flat-table::
 9    :header-rows: 1
 11    :stub-columns: 0
 13    * - Card name
 14      - USB IDs
 15    * - ASUS My Cinema U3000 Mini DVBT Tuner
 16      - 0b05:171f
 17    * - ASUS My Cinema U3100 Mini DVBT Tuner
 [all …]
 
 | 
| /Linux-v5.10/Documentation/gpu/ | 
| D | afbc.rst | 1 .. SPDX-License-Identifier: GPL-2.0+8 It provides fine-grained random access and minimizes the amount of
 21 AFBC streams can contain several components - where a component
 37 reside in the least-significant bits of the corresponding linear
 81 Formats which are typically multi-planar in linear layouts (e.g. YUV
 111 Cross-device interoperability
 115 canonical formats for use between AFBC-enabled devices. Formats which
 119 .. flat-table:: AFBC formats
 121    * - Fourcc code
 122      - Description
 [all …]
 
 | 
| /Linux-v5.10/tools/testing/selftests/tc-testing/tc-tests/filters/ | 
| D | concurrency.json | 4         "name": "Add 1M flower filters with 10 parallel tc instances",13             "./tdc_multibatch.py $DEV2 $BATCH_DIR 100000 10 add"
 15         "cmdUnderTest": "bash -c \"find $BATCH_DIR/add* -print | xargs -n 1 -P 10 $TC -b\"",
 17         "verifyCmd": "$TC -s filter show dev $DEV2 ingress",
 22             "/bin/rm -rf $BATCH_DIR"
 27         "name": "Delete 1M flower filters with 10 parallel tc instances",
 37             "$TC -b $BATCH_DIR/add_0",
 38             "./tdc_multibatch.py $DEV2 $BATCH_DIR 100000 10 del"
 40         "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -b\"",
 42         "verifyCmd": "$TC -s filter show dev $DEV2 ingress",
 [all …]
 
 | 
| /Linux-v5.10/drivers/net/ethernet/oki-semi/pch_gbe/ | 
| D | pch_gbe_param.c | 1 // SPDX-License-Identifier: GPL-2.0-only3  * 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-v5.10/include/linux/ | 
| D | serial_s3c.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */3  *  Internal header file for Samsung S3C2410 serial ports (UART0-2)
 47 #define S3C2440_UCON_CLKMASK	  (3<<10)
 48 #define S3C2440_UCON_CLKSHIFT	  (10)
 49 #define S3C2440_UCON_PCLK	  (0<<10)
 50 #define S3C2440_UCON_UCLK	  (1<<10)
 51 #define S3C2440_UCON_PCLK2	  (2<<10)
 52 #define S3C2440_UCON_FCLK	  (3<<10)
 53 #define S3C2443_UCON_EPLL	  (3<<10)
 55 #define S3C6400_UCON_CLKMASK	(3<<10)
 [all …]
 
 | 
| /Linux-v5.10/tools/perf/scripts/perl/ | 
| D | rw-by-pid.pl | 1 #!/usr/bin/perl -w2 # SPDX-License-Identifier: GPL-2.0-only
 16 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
 17 use lib "./Perf-Trace-Util/lib";
 77     printf("%6s  %20s  %10s  %10s  %10s\n", "pid", "comm",
 79     printf("%6s  %-20s  %10s  %10s  %10s\n", "------", "--------------------",
 80 	   "-----------", "----------", "----------");
 89 	printf("%6s  %-20s  %10s  %10s  %10s\n", $pid, $comm,
 95     printf("%6s  %20s  %6s  %10s\n", "pid", "comm", "error #", "# errors");
 96     printf("%6s  %20s  %6s  %10s\n", "------", "--------------------",
 [all …]
 
 |