| /linux-6.15/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 52 def ksft_eq(a, b, comment=""): argument 58 def ksft_ne(a, b, comment=""): argument 64 def ksft_true(a, comment=""): argument 69 def ksft_in(a, b, comment=""): argument 79 def ksft_is(a, b, comment=""): argument 84 def ksft_ge(a, b, comment=""): argument 89 def ksft_lt(a, b, comment=""): argument 135 if comment: 136 res += " # " + comment 219 comment = "" [all …]
|
| /linux-6.15/drivers/media/usb/ |
| H A D | Kconfig | 14 comment "Webcam devices" 25 comment "Analog TV USB devices" 35 comment "Analog/digital TV USB devices" 43 comment "Digital TV USB devices" 56 comment "Webcam, TV (analog/digital) USB devices" 63 comment "Software defined radio USB devices"
|
| /linux-6.15/drivers/media/pci/cx18/ |
| H A D | cx18-cards.c | 50 .comment = "Simultaneous Digital and Analog TV capture supported\n", 97 .comment = "Simultaneous Digital and Analog TV capture supported\n", 144 .comment = "Simultaneous Digital and Analog TV capture supported\n", 200 .comment = "Analog TV capture supported\n", 247 .comment = "Experimenters needed for device to work well.\n" 307 .comment = "Experimenters needed for device to work well.\n" 367 .comment = "Analog TV capture supported\n", 421 .comment = "Experimenters and photos needed for device to work well.\n" 464 .comment = "Experimenters and photos needed for device to work well.\n" 517 .comment = "Simultaneous DVB-T and Analog capture supported,\n"
|
| /linux-6.15/sound/pci/hda/ |
| H A D | Kconfig | 231 comment "Set to Y if you want auto-loading the codec driver" 241 comment "Set to Y if you want auto-loading the codec driver" 252 comment "Set to Y if you want auto-loading the codec driver" 262 comment "Set to Y if you want auto-loading the codec driver" 277 comment "Set to Y if you want auto-loading the codec driver" 287 comment "Set to Y if you want auto-loading the codec driver" 297 comment "Set to Y if you want auto-loading the codec driver" 308 comment "Set to Y if you want auto-loading the codec driver" 319 comment "Set to Y if you want auto-loading the codec driver" 329 comment "Set to Y if you want auto-loading the codec driver" [all …]
|
| /linux-6.15/tools/testing/selftests/drivers/net/ |
| H A D | stats.py | 113 ksft_ge(triple[1][key], triple[0][key], comment="bad key: " + key) 114 ksft_ge(triple[2][key], triple[1][key], comment="bad key: " + key) 129 comment="repeated queue keys") 131 comment="missing queue keys") 173 ksft_ge(qstat2[k], qstat[k], comment=f"{k} went backwards on device down") 192 ksft_lt(new[k] - old[k], 1 << 31, comment="likely wrapping error")
|
| /linux-6.15/drivers/media/pci/ |
| H A D | Kconfig | 14 comment "Media capture support" 27 comment "Media capture/analog TV support" 36 comment "Media capture/analog/hybrid TV support" 50 comment "Media digital TV PCI Adapters"
|
| /linux-6.15/tools/testing/selftests/ftrace/test.d/trigger/ |
| H A D | trigger-trace-marker-snapshot.tc | 17 comment=`echo $line | sed -e 's/^#//'` 18 if [ "$line" != "$comment" ]; then
|
| /linux-6.15/arch/alpha/boot/ |
| H A D | bootloader.lds | 24 .comment 0 : { *(.comment) }
|
| /linux-6.15/arch/arm/boot/bootp/ |
| H A D | bootp.lds | 26 .comment 0 : { *(.comment) }
|
| /linux-6.15/Documentation/doc-guide/ |
| H A D | kernel-doc.rst | 29 comment. Functions and data structures in header files which are intended 42 The opening comment mark ``/**`` is used for kernel-doc comments. The 44 the comment is formatted like a normal multi-line comment with a column 78 * empty comment line, and may include additional embedded empty 79 * comment lines. 89 * be placed at the end of the comment block. 94 comment block. 177 The general format of a struct, union, and enum kernel-doc comment is:: 195 end of the comment block. 322 The general format of a typedef kernel-doc comment is:: [all …]
|
| /linux-6.15/drivers/staging/gpib/ |
| H A D | TODO | 12 * comment 16 * comment
|
| /linux-6.15/tools/testing/selftests/ftrace/ |
| H A D | ftracetest | 321 local comment=$* 322 if [ "$comment" != "" ]; then 323 comment="# $comment" 326 echo $result $CASENO $INSTANCE$CASENAME $comment
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | tso.py | 78 comment="Number of LSO super-packets with LSO enabled") 83 comment="Number of LSO wire-packets with LSO enabled") 88 15, comment="Number of LSO super-packets with LSO disabled") 92 500, comment="Number of LSO wire-packets with LSO disabled")
|
| H A D | rss_input_xfrm.py | 52 …cpu1, cpu2, comment=f"Received traffic on different cpus with ports ({port1 = }, {port2 = }) while… 63 comment=f"Received traffic on less than two cpus {cpus = }")
|
| /linux-6.15/drivers/input/joystick/ |
| H A D | sidewinder.c | 525 static void sw_3dp_id(unsigned char *buf, char *comment, size_t size) in sw_3dp_id() argument 538 snprintf(comment, size, " [PnP %d.%02d id %s rev %s]", in sw_3dp_id() 577 char comment[40]; in sw_connect() local 579 comment[0] = 0; in sw_connect() 681 sprintf(comment, " [AC %s]", str_off_on(sw_get_bits(idbuf,38,1,3))); in sw_connect() 694 sw_3dp_id(idbuf, comment, sizeof(comment)); in sw_connect() 767 dbg("%s%s [%d-bit id %d data %d]\n", sw->name, comment, m, l, k); in sw_connect()
|
| /linux-6.15/tools/perf/util/ |
| H A D | config.c | 94 int quote = 0, comment = 0, space = 0; in parse_value() local 108 if (comment) in parse_value() 116 comment = 1; in parse_value() 251 int comment = 0; in perf_parse_file() local 280 comment = 0; in perf_parse_file() 283 if (comment || isspace(c)) in perf_parse_file() 286 comment = 1; in perf_parse_file()
|
| /linux-6.15/include/linux/ |
| H A D | compiler_types.h | 575 #define __diag_ignore(compiler, version, option, comment) \ argument 577 #define __diag_warn(compiler, version, option, comment) \ argument 579 #define __diag_error(compiler, version, option, comment) \ argument 583 #define __diag_ignore_all(option, comment) argument
|
| /linux-6.15/scripts/ |
| H A D | checkpatch.pl | 1392 my $comment = ""; 1417 $comment = ""; 1434 $comment = trim($comment); 1460 $comment = trim($comment); 1461 $comment = " $comment" if ($comment ne ""); 2598 my $comment = ''; 2606 return $comment; 3106 if (($comment ne "" && $comment !~ /^#.+/) || 3128 } elsif ($comment ne "" && $comment !~ /^(?:#.+|\(.+\))$/) { 3729 my $comment = ""; [all …]
|
| /linux-6.15/arch/sparc/boot/ |
| H A D | Makefile | 19 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@ 43 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment
|
| /linux-6.15/arch/riscv/boot/ |
| H A D | Makefile | 17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S 19 OBJCOPYFLAGS_xipImage :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
|
| /linux-6.15/arch/parisc/kernel/vdso32/ |
| H A D | vdso32.lds.S | 62 .comment 0 : { *(.comment) }
|
| /linux-6.15/arch/parisc/kernel/vdso64/ |
| H A D | vdso64.lds.S | 60 .comment 0 : { *(.comment) }
|
| /linux-6.15/arch/s390/kernel/vdso32/ |
| H A D | vdso32.lds.S | 66 .comment 0 : { *(.comment) }
|
| /linux-6.15/arch/nios2/platform/ |
| H A D | Kconfig.platform | 4 comment "Memory settings" 17 comment "Device tree" 54 comment "Nios II instructions" 116 comment "Cache settings"
|
| /linux-6.15/drivers/gpu/drm/exynos/ |
| H A D | Kconfig | 19 comment "CRTCs" 49 comment "Encoders and Bridges" 92 comment "Sub-drivers"
|