Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py39 def ksft_eq(a, b, comment=""): argument
42 _fail("Check failed", a, "!=", b, comment)
45 def ksft_true(a, comment=""): argument
50 def ksft_in(a, b, comment=""): argument
52 _fail("Check failed", a, "not in", b, comment)
55 def ksft_ge(a, b, comment=""): argument
57 _fail("Check failed", a, "<", b, comment)
84 _fail("Waiting for condition timed out", comment)
89 def ktap_result(ok, cnt=1, case="", comment=""): argument
101 if comment:
[all …]
/linux/drivers/media/usb/
H A DKconfig14 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/drivers/media/pci/cx18/
H A Dcx18-cards.c50 .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/sound/pci/hda/
H A DKconfig216 comment "Set to Y if you want auto-loading the codec driver"
226 comment "Set to Y if you want auto-loading the codec driver"
237 comment "Set to Y if you want auto-loading the codec driver"
247 comment "Set to Y if you want auto-loading the codec driver"
261 comment "Set to Y if you want auto-loading the codec driver"
271 comment "Set to Y if you want auto-loading the codec driver"
281 comment "Set to Y if you want auto-loading the codec driver"
292 comment "Set to Y if you want auto-loading the codec driver"
302 comment "Set to Y if you want auto-loading the codec driver"
311 comment "Set to Y if you want auto-loading the codec driver"
[all …]
/linux/drivers/media/pci/
H A DKconfig14 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/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-trace-marker-snapshot.tc17 comment=`echo $line | sed -e 's/^#//'`
18 if [ "$line" != "$comment" ]; then
/linux/arch/alpha/boot/
H A Dbootloader.lds24 .comment 0 : { *(.comment) }
/linux/arch/arm/boot/bootp/
H A Dbootp.lds26 .comment 0 : { *(.comment) }
/linux/Documentation/doc-guide/
H A Dkernel-doc.rst29 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/tools/testing/selftests/ftrace/
H A Dftracetest321 local comment=$*
322 if [ "$comment" != "" ]; then
323 comment="# $comment"
326 echo $result $CASENO $INSTANCE$CASENAME $comment
/linux/tools/perf/util/
H A Dconfig.c77 int quote = 0, comment = 0, space = 0; in parse_value() local
91 if (comment) in parse_value()
99 comment = 1; in parse_value()
234 int comment = 0; in perf_parse_file() local
263 comment = 0; in perf_parse_file()
266 if (comment || isspace(c)) in perf_parse_file()
269 comment = 1; in perf_parse_file()
H A Ddisasm.c487 *addrp = strtoull(comment, &endptr, 16); in comment__symbol()
488 if (endptr == comment) in comment__symbol()
623 comment = strchr(s, arch->objdump.comment_char); in mov__parse()
625 if (comment != NULL) in mov__parse()
626 s = comment - 1; in mov__parse()
644 if (comment == NULL) in mov__parse()
647 comment = skip_spaces(comment); in mov__parse()
673 char *target, *comment, *s, prev; in dec__parse() local
688 comment = strchr(s, arch->objdump.comment_char); in dec__parse()
689 if (comment == NULL) in dec__parse()
[all …]
/linux/include/linux/
H A Dcompiler_types.h505 #define __diag_ignore(compiler, version, option, comment) \ argument
507 #define __diag_warn(compiler, version, option, comment) \ argument
509 #define __diag_error(compiler, version, option, comment) \ argument
513 #define __diag_ignore_all(option, comment) argument
/linux/drivers/input/joystick/
H A Dsidewinder.c524 static void sw_3dp_id(unsigned char *buf, char *comment, size_t size) in sw_3dp_id() argument
537 snprintf(comment, size, " [PnP %d.%02d id %s rev %s]", in sw_3dp_id()
576 char comment[40]; in sw_connect() local
578 comment[0] = 0; in sw_connect()
680 sprintf(comment, " [AC %s]", sw_get_bits(idbuf,38,1,3) ? "off" : "on"); in sw_connect()
693 sw_3dp_id(idbuf, comment, sizeof(comment)); in sw_connect()
766 dbg("%s%s [%d-bit id %d data %d]\n", sw->name, comment, m, l, k); in sw_connect()
/linux/scripts/
H A Dcheckpatch.pl1397 my $comment = "";
1422 $comment = "";
1439 $comment = trim($comment);
1465 $comment = trim($comment);
1466 $comment = " $comment" if ($comment ne "");
2603 my $comment = '';
2611 return $comment;
3108 if (($comment ne "" && $comment !~ /^#.+/) ||
3130 } elsif ($comment ne "" && $comment !~ /^(?:#.+|\(.+\))$/) {
3739 my $comment = "";
[all …]
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S62 .comment 0 : { *(.comment) }
/linux/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S60 .comment 0 : { *(.comment) }
/linux/arch/sparc/boot/
H A DMakefile19 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/arch/riscv/boot/
H A DMakefile17 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/drivers/gpu/drm/exynos/
H A DKconfig18 comment "CRTCs"
48 comment "Encoders and Bridges"
91 comment "Sub-drivers"
/linux/arch/nios2/platform/
H A DKconfig.platform4 comment "Memory settings"
17 comment "Device tree"
53 comment "Nios II instructions"
115 comment "Cache settings"
/linux/Documentation/process/
H A Dlicense-rules.rst41 matching boilerplate text into the top comment of the file. Due to
64 possible line in a file which can contain a comment. For the majority
73 The SPDX license identifier is added in form of a comment. The comment
83 If a specific tool cannot handle the standard comment style, then the
84 appropriate comment mechanism which the tool accepts shall be used. This
85 is the reason for having the "/\* \*/" style comment in C header
87 'ld' failed to parse the C++ comment. This has been fixed by now, but
214 tag/value pairs into a comment according to the placement
229 tag/value pair into a comment according to the placement
276 tag/value pair into a comment according to the placement
[all …]
/linux/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S67 .comment 0 : { *(.comment) }
/linux/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S67 .comment 0 : { *(.comment) }
/linux/sound/pci/ice1712/
H A Dse.c352 const char *comment; member
360 .comment = "Front(green)"
367 .comment = "Surround(orange)"
374 .comment = "SurroundBack(white)"
381 .comment = "Center(Lch)&SubWoofer(Rch)(black)"

12345678910>>...15