Home
last modified time | relevance | path

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

12345678910>>...13

/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py58 def ksft_eq(a, b, comment=""): argument
61 _fail("Check failed", a, "!=", b, comment)
64 def ksft_ne(a, b, comment=""): argument
67 _fail("Check failed", a, "==", b, comment)
70 def ksft_true(a, comment=""): argument
72 _fail("Check failed", a, "does not eval to True", comment)
75 def ksft_not_none(a, comment=""): argument
77 _fail("Check failed", a, "is None", comment)
80 def ksft_in(a, b, comment=""): argument
82 _fail("Check failed", a, "not in", b, comment)
85 ksft_is(a, b, comment="") global() argument
90 ksft_ge(a, b, comment="") global() argument
95 ksft_lt(a, b, comment="") global() argument
118 ksft_busy_wait(cond, sleep=0.005, deadline=1, comment="") global() argument
129 ktap_result(ok, cnt=1, case="", comment="") global() argument
[all...]
/linux/sound/hda/codecs/
H A DKconfig14 comment "Set to Y if you want auto-loading the codec driver"
25 comment "Set to Y if you want auto-loading the codec driver"
35 comment "Set to Y if you want auto-loading the codec driver"
46 comment "Set to Y if you want auto-loading the codec driver"
57 comment "Set to Y if you want auto-loading the codec driver"
67 comment "Set to Y if you want auto-loading the codec driver"
76 comment "Set to Y if you want auto-loading the codec driver"
99 comment "Set to Y if you want auto-loading the codec driver"
109 comment "Set to Y if you want auto-loading the codec driver"
118 comment "Set to Y if you want auto-loading the codec driver"
[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/tools/testing/selftests/drivers/net/
H A Dstats.py154 ksft_ge(triple[1][key], triple[0][key], comment="bad key: " + key)
155 ksft_ge(triple[2][key], triple[1][key], comment="bad key: " + key)
170 comment="repeated queue keys")
172 comment="missing queue keys")
216 ksft_ge(qstat2[k], qstat[k], comment=f"{k} went backwards on device down")
235 ksft_lt(new[k] - old[k], 1 << 31, comment="likely wrapping error")
H A Dqueues.py52 comment="xsk attr on queue we configured")
55 comment="xsk attr on queue we didn't configure")
/linux/drivers/tty/vt/
H A Dgen_ucs_width_table.py252 comment = get_code_point_comment(start, end)
263 comment = get_code_point_comment(start, end)
274 comment = get_code_point_comment(start, end)
285 comment = get_code_point_comment(start, end)
H A Dgen_ucs_recompose_table.py231 comment = f"/* {base_name} + {combining_name} = {recomposed_name} */"
233 comment = f"/* U+{base:04X} + U+{combining:04X} = U+{recomposed:04X} */"
/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
67 The general format of a function and function-like macro kernel-doc comment is::
78 * empty comment line, and may include additional embedded empty
79 * comment lines.
89 * be placed at the end of the comment block.
93 ends with an argument description, a blank comment line, or the end of the
94 comment block.
177 The general format of a struct, union, and enum kernel-doc comment is::
[all …]
/linux/sound/hda/codecs/cirrus/
H A DKconfig21 comment "Set to Y if you want auto-loading the codec driver"
31 comment "Set to Y if you want auto-loading the codec driver"
41 comment "Set to Y if you want auto-loading the codec driver"
/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/tools/testing/selftests/drivers/net/hw/
H A Drss_api.py248 comment="Config for " + fl_type)
290 comment=f"Config for {fl_type} over Netlink")
293 comment=f"Config for {fl_type} over IOCTL")
298 comment=f"Un-config for {fl_type} over Netlink")
300 ksft_eq(cur, cfg_ic, comment=f"Un-config for {fl_type} over IOCTL")
314 comment=f"multi-config for {fl_type} over Netlink")
404 comment="Driver should init the indirection table")
H A Dtso.py79 comment="Number of LSO super-packets with LSO enabled")
84 comment="Number of LSO wire-packets with LSO enabled")
89 15, comment="Number of LSO super-packets with LSO disabled")
93 500, comment="Number of LSO wire-packets with LSO disabled")
H A Drss_input_xfrm.py57 …cpu1, cpu2, comment=f"Received traffic on different cpus with ports ({port1 = }, {port2 = }) while…
68 comment=f"Received traffic on less than two cpus {cpus = }")
/linux/arch/alpha/boot/
H A Dbootloader.lds24 .comment 0 : { *(.comment) }
/linux/arch/arm/boot/bootp/
H A Dbootp.lds26 .comment 0 : { *(.comment) }
/linux/tools/testing/selftests/ftrace/
H A Dftracetest335 local comment=$*
336 if [ "$comment" != "" ]; then
337 comment="# $comment"
340 echo $result $CASENO $INSTANCE$CASENAME $comment
/linux/tools/perf/util/
H A Ddisasm.c499 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) in comment__symbol() argument
506 *addrp = strtoull(comment, &endptr, 16); in comment__symbol()
507 if (endptr == comment) in comment__symbol()
617 char *s = strchr(ops->raw, ','), *target, *comment, prev; in mov__parse() local
645 comment = strchr(s, arch->objdump.comment_char); in mov__parse()
647 if (comment != NULL) in mov__parse()
648 s = comment - 1; in mov__parse()
666 if (comment == NULL) in mov__parse()
669 comment = skip_spaces(comment); in mov__parse()
670 comment__symbol(ops->source.raw, comment + 1, &ops->source.addr, &ops->source.name); in mov__parse()
[all …]
H A Dconfig.c95 int quote = 0, comment = 0, space = 0; in parse_value() local
109 if (comment) in parse_value()
117 comment = 1; in parse_value()
252 int comment = 0; in perf_parse_file() local
281 comment = 0; in perf_parse_file()
284 if (comment || isspace(c)) in perf_parse_file()
287 comment = 1; in perf_parse_file()
/linux/sound/hda/codecs/side-codecs/
H A DKconfig37 comment "Set to Y if you want auto-loading the side codec driver"
53 comment "Set to Y if you want auto-loading the side codec driver"
124 comment "Set to Y if you want auto-loading the side codec driver"
142 comment "Set to Y if you want auto-loading the side codec driver"
/linux/scripts/
H A Dcheckpatch.pl1417 my $comment = "";
1422 $comment = $3 if defined $3;
1425 $comment = $2 if defined $2;
1428 $comment = $2 if defined $2;
1442 $comment = "";
1459 $comment = trim($comment);
1466 return ($name, $name_comment, $address, $comment);
1470 my ($name, $name_comment, $address, $comment) = @_;
1485 $comment = trim($comment);
1486 $comment = " $comment" if ($comment ne "");
[all …]
/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/parisc/kernel/vdso64/
H A Dvdso64.lds.S60 .comment 0 : { *(.comment) }
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S62 .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)"
/linux/Documentation/scsi/
H A DChangeLog.arcmsr14 ** thanks for peoples kindness comment
24 ** (Kornel Wieliczek's comment)
29 ** bug fix enormous stack usage (Adrian Bunk's comment)
40 ** 1.20.00.11 9/29/2005 Erich Chen by comment of Arjan van de Ven fix incorrect msleep…

12345678910>>...13