Home
last modified time | relevance | path

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

12345678910>>...16

/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py73 def ksft_eq(a, b, comment=""): argument
76 _fail("Check failed", a, "!=", b, comment)
79 def ksft_ne(a, b, comment=""): argument
82 _fail("Check failed", a, "==", b, comment)
85 def ksft_true(a, comment=""): argument
87 _fail("Check failed", a, "does not eval to True", comment)
90 def ksft_not_none(a, comment=""): argument
92 _fail("Check failed", a, "is None", comment)
95 def ksft_in(a, b, comment=""): argument
97 _fail("Check failed", a, "not in", b, comment)
[all …]
/linux/drivers/gpu/nova-core/
H A Dbitfield.rs90 ($vis:vis struct $name:ident($storage:ty) $(, $comment:literal)? { $($fields:tt)* }) => {
91 bitfield!(@core $vis $name $storage $(, $comment)? { $($fields)* });
98 (@core $vis:vis $name:ident $storage:ty $(, $comment:literal)? { $($fields:tt)* }) => {
100 #[doc=$comment]
123 $(, $comment:literal)?
133 $(, $comment)?
147 $(, $comment:literal)?
162 $(, $comment)?
194 => $into_type:ty $(, $comment:literal)?;
199 bool $into_type => $into_type $(, $comment)?;
[all …]
/linux/drivers/gpu/nova-core/regs/
H A Dmacros.rs278 ($name:ident @ $offset:literal $(, $comment:literal)? { $($fields:tt)* } ) => {
279 bitfield!(pub(crate) struct $name(u32) $(, $comment)? { $($fields)* } );
284 ($name:ident => $alias:ident $(, $comment:literal)? { $($fields:tt)* } ) => {
285 bitfield!(pub(crate) struct $name(u32) $(, $comment)? { $($fields)* } );
290 ($name:ident @ $base:ty [ $offset:literal ] $(, $comment:literal)? { $($fields:tt)* } ) => {
291 bitfield!(pub(crate) struct $name(u32) $(, $comment)? { $($fields)* } );
296 ($name:ident => $base:ty [ $alias:ident ] $(, $comment:literal)? { $($fields:tt)* }) => {
297 bitfield!(pub(crate) struct $name(u32) $(, $comment)? { $($fields)* } );
303 $name:ident @ $offset:literal [ $size:expr ; $stride:expr ] $(, $comment:literal)? {
308 bitfield!(pub(crate) struct $name(u32) $(, $comment)? { $($fields)* } );
[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/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/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
70 The general format of a function and function-like macro kernel-doc comment is::
81 * empty comment line, and may include additional embedded empty
82 * comment lines.
92 * be placed at the end of the comment block.
96 ends with an argument description, a blank comment line, or the end of the
97 comment block.
181 comment is::
[all …]
/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")
/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)
/linux/drivers/media/pci/
H A DKconfig14 comment "Media capture support"
26 comment "Media capture/analog TV support"
35 comment "Media capture/analog/hybrid TV support"
49 comment "Media digital TV PCI Adapters"
/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")
/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"
42 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/ftrace/
H A Dftracetest335 local comment=$*
336 if [ "$comment" != "" ]; then
337 comment="# $comment"
340 echo $result $CASENO $INSTANCE$CASENAME $comment
/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/perf/util/
H A Ddisasm.c474 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) in comment__symbol() argument
481 *addrp = strtoull(comment, &endptr, 16); in comment__symbol()
482 if (endptr == comment) in comment__symbol()
593 char *s = strchr(ops->raw, ','), *target, *comment, prev; in mov__parse() local
621 comment = strchr(s, arch->objdump.comment_char); in mov__parse()
623 if (comment != NULL) in mov__parse()
624 s = comment - 1; in mov__parse()
642 if (comment == NULL) in mov__parse()
645 comment = skip_spaces(comment); in mov__parse()
646 comment__symbol(ops->source.raw, comment + 1, &ops->source.addr, &ops->source.name); in mov__parse()
[all …]
H A Dconfig.c96 int quote = 0, comment = 0, space = 0; in parse_value() local
110 if (comment) in parse_value()
118 comment = 1; in parse_value()
253 int comment = 0; in perf_parse_file() local
282 comment = 0; in perf_parse_file()
285 if (comment || isspace(c)) in perf_parse_file()
288 comment = 1; in perf_parse_file()
/linux/drivers/input/joystick/
H A Dsidewinder.c525 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/include/linux/
H A Dcompiler_types.h724 #define __diag_ignore(compiler, version, option, comment) \ argument
726 #define __diag_warn(compiler, version, option, comment) \ argument
728 #define __diag_error(compiler, version, option, comment) \ argument
732 #define __diag_ignore_all(option, comment) argument
/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.pl1421 my $comment = "";
1426 $comment = $3 if defined $3;
1429 $comment = $2 if defined $2;
1432 $comment = $2 if defined $2;
1446 $comment = "";
1463 $comment = trim($comment);
1470 return ($name, $name_comment, $address, $comment);
1474 my ($name, $name_comment, $address, $comment) = @_;
1489 $comment = trim($comment);
1490 $comment = " $comment" if ($comment ne "");
[all …]
/linux/arch/s390/kernel/vdso/
H A Dvdso.lds.S65 .comment 0 : { *(.comment) }
/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 …]

12345678910>>...16