Home
last modified time | relevance | path

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

12345678910>>...13

/Linux-v5.4/drivers/media/usb/
DKconfig13 comment "Webcam devices"
25 comment "Analog TV USB devices"
34 comment "Analog/digital TV USB devices"
42 comment "Digital TV USB devices"
53 comment "Webcam, TV (analog/digital) USB devices"
58 comment "Software defined radio USB devices"
65 comment "USB HDMI CEC adapters"
/Linux-v5.4/drivers/media/pci/cx18/
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-v5.4/include/linux/netfilter/ipset/
Dip_set.h120 char *comment; member
532 ip_set_init_comment(struct ip_set *set, struct ip_set_comment *comment, in ip_set_init_comment() argument
535 struct ip_set_comment_rcu *c = rcu_dereference_protected(comment->c, 1); in ip_set_init_comment()
536 size_t len = ext->comment ? strlen(ext->comment) : 0; in ip_set_init_comment()
541 rcu_assign_pointer(comment->c, NULL); in ip_set_init_comment()
550 strlcpy(c->str, ext->comment, len + 1); in ip_set_init_comment()
552 rcu_assign_pointer(comment->c, c); in ip_set_init_comment()
557 ip_set_put_comment(struct sk_buff *skb, const struct ip_set_comment *comment) in ip_set_put_comment() argument
559 struct ip_set_comment_rcu *c = rcu_dereference(comment->c); in ip_set_put_comment()
572 ip_set_comment_free(struct ip_set *set, struct ip_set_comment *comment) in ip_set_comment_free() argument
[all …]
/Linux-v5.4/scripts/
Dnamespace.pl244 my $comment;
249 $comment = "GCC:GCC:";
253 $comment .= substr($_, 43);
257 if (!defined($comment) || $comment !~ /GCC\:.*GCC\:/m) {
/Linux-v5.4/sound/pci/hda/
DKconfig107 comment "Set to Y if you want auto-loading the codec driver"
117 comment "Set to Y if you want auto-loading the codec driver"
127 comment "Set to Y if you want auto-loading the codec driver"
137 comment "Set to Y if you want auto-loading the codec driver"
151 comment "Set to Y if you want auto-loading the codec driver"
161 comment "Set to Y if you want auto-loading the codec driver"
171 comment "Set to Y if you want auto-loading the codec driver"
181 comment "Set to Y if you want auto-loading the codec driver"
190 comment "Set to Y if you want auto-loading the codec driver"
212 comment "Set to Y if you want auto-loading the codec driver"
[all …]
/Linux-v5.4/drivers/media/pci/
DKconfig13 comment "Media capture support"
23 comment "Media capture/analog TV support"
30 comment "Media capture/analog/hybrid TV support"
43 comment "Media digital TV PCI Adapters"
/Linux-v5.4/arch/unicore32/boot/compressed/
Dvmlinux.lds.S56 .comment 0 : { *(.comment) }
/Linux-v5.4/arch/alpha/boot/
Dbootloader.lds24 .comment 0 : { *(.comment) }
/Linux-v5.4/tools/testing/selftests/ftrace/test.d/trigger/
Dtrigger-trace-marker-snapshot.tc36 comment=`echo $line | sed -e 's/^#//'`
37 if [ "$line" != "$comment" ]; then
/Linux-v5.4/drivers/misc/mic/
DKconfig4 comment "Intel MIC Bus Driver"
21 comment "SCIF Bus Driver"
38 comment "VOP Bus Driver"
54 comment "Intel MIC Host Driver"
74 comment "Intel MIC Card Driver"
93 comment "SCIF Driver"
113 comment "Intel MIC Coprocessor State Management (COSM) Drivers"
131 comment "VOP Driver"
/Linux-v5.4/Documentation/doc-guide/
Dkernel-doc.rst23 comment. Functions and data structures in header files which are intended
36 The opening comment mark ``/**`` is used for kernel-doc comments. The
38 the comment is formatted like a normal multi-line comment with a column
61 The general format of a function and function-like macro kernel-doc comment is::
72 * empty comment line, and may include additional embedded empty
73 * comment lines.
83 * be placed at the end of the comment block.
87 ends with an argument description, a blank comment line, or the end of the
88 comment block.
171 The general format of a struct, union, and enum kernel-doc comment is::
[all …]
/Linux-v5.4/arch/arm/boot/bootp/
Dbootp.lds29 .comment 0 : { *(.comment) }
/Linux-v5.4/tools/perf/util/
Dconfig.c76 int quote = 0, comment = 0, space = 0; in parse_value() local
90 if (comment) in parse_value()
98 comment = 1; in parse_value()
233 int comment = 0; in perf_parse_file() local
262 comment = 0; in perf_parse_file()
265 if (comment || isspace(c)) in perf_parse_file()
268 comment = 1; in perf_parse_file()
/Linux-v5.4/include/linux/
Dcompiler_types.h239 #define __diag_ignore(compiler, version, option, comment) \ argument
241 #define __diag_warn(compiler, version, option, comment) \ argument
243 #define __diag_error(compiler, version, option, comment) \ argument
/Linux-v5.4/tools/memory-model/scripts/
DREADME12 "Result:" comment lines.
17 archive that are C-language and that have "Result:" comment lines
47 .litmus.out file against the .litmus file's "Result:" comment to
/Linux-v5.4/arch/m68k/kernel/
Dvmlinux-std.lds63 .comment 0 : { *(.comment) }
Dvmlinux-nommu.lds90 .comment 0 : { *(.comment) }
/Linux-v5.4/drivers/input/joystick/
Dsidewinder.c527 static void sw_3dp_id(unsigned char *buf, char *comment, size_t size) in sw_3dp_id() argument
540 snprintf(comment, size, " [PnP %d.%02d id %s rev %s]", in sw_3dp_id()
579 char comment[40]; in sw_connect() local
581 comment[0] = 0; in sw_connect()
679 sprintf(comment, " [AC %s]", sw_get_bits(idbuf,38,1,3) ? "off" : "on"); in sw_connect()
690 sw_3dp_id(idbuf, comment, sizeof(comment)); in sw_connect()
763 dbg("%s%s [%d-bit id %d data %d]\n", sw->name, comment, m, l, k); in sw_connect()
/Linux-v5.4/arch/arm/boot/compressed/
Dvmlinux.lds.S133 .comment 0 : { *(.comment) }
/Linux-v5.4/arch/sparc/boot/
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-v5.4/arch/unicore32/mm/
DKconfig2 comment "Processor Type"
11 comment "Processor Features"
/Linux-v5.4/arch/mips/generic/
DKconfig20 comment "Legacy (non-UHI/non-FIT) Boards"
30 comment "MSCC Ocelot doesn't work with SEAD3 enabled"
46 comment "FIT/UHI Boards"
/Linux-v5.4/drivers/gpu/drm/exynos/
DKconfig15 comment "CRTCs"
45 comment "Encoders and Bridges"
86 comment "Sub-drivers"
/Linux-v5.4/arch/s390/kernel/vdso32/
Dvdso32.lds.S63 .comment 0 : { *(.comment) }
/Linux-v5.4/arch/s390/kernel/vdso64/
Dvdso64.lds.S63 .comment 0 : { *(.comment) }

12345678910>>...13