/linux/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/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/sound/pci/hda/ |
H A D | Kconfig | 136 comment "Set to Y if you want auto-loading the side codec driver" 153 comment "Set to Y if you want auto-loading the side codec driver" 206 comment "Set to Y if you want auto-loading the side codec driver" 220 comment "Set to Y if you want auto-loading the side codec driver" 233 comment "Set to Y if you want auto-loading the codec driver" 243 comment "Set to Y if you want auto-loading the codec driver" 254 comment "Set to Y if you want auto-loading the codec driver" 264 comment "Set to Y if you want auto-loading the codec driver" 278 comment "Set to Y if you want auto-loading the codec driver" 288 comment "Set to Y if you want auto-loading the codec driver" [all …]
|
/linux/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/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/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/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/arch/alpha/boot/ |
H A D | bootloader.lds | 24 .comment 0 : { *(.comment) }
|
/linux/arch/arm/boot/bootp/ |
H A D | bootp.lds | 26 .comment 0 : { *(.comment) }
|
/linux/include/linux/ |
H A D | compiler_types.h | 560 #define __diag_ignore(compiler, version, option, comment) \ argument 562 #define __diag_warn(compiler, version, option, comment) \ argument 564 #define __diag_error(compiler, version, option, comment) \ argument 568 #define __diag_ignore_all(option, comment) argument
|
/linux/tools/perf/util/ |
H A D | disasm.c | 495 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) in comment__symbol() argument 502 *addrp = strtoull(comment, &endptr, 16); in comment__symbol() 503 if (endptr == comment) in comment__symbol() 613 char *s = strchr(ops->raw, ','), *target, *comment, prev; in mov__parse() local 641 comment = strchr(s, arch->objdump.comment_char); in mov__parse() 643 if (comment != NULL) in mov__parse() 644 s = comment - 1; in mov__parse() 662 if (comment == NULL) in mov__parse() 665 comment = skip_spaces(comment); in mov__parse() 666 comment__symbol(ops->source.raw, comment + 1, &ops->source.addr, &ops->source.name); in mov__parse() [all …]
|
/linux/arch/nios2/platform/ |
H A D | Kconfig.platform | 4 comment "Memory settings" 17 comment "Device tree" 53 comment "Nios II instructions" 115 comment "Cache settings"
|
/linux/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/arch/parisc/kernel/vdso64/ |
H A D | vdso64.lds.S | 60 .comment 0 : { *(.comment) }
|
/linux/arch/parisc/kernel/vdso32/ |
H A D | vdso32.lds.S | 62 .comment 0 : { *(.comment) }
|
/linux/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/sound/pci/ice1712/ |
H A D | se.c | 352 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 D | ChangeLog.arcmsr | 14 ** 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…
|
/linux/arch/s390/kernel/vdso64/ |
H A D | vdso64.lds.S | 73 .comment 0 : { *(.comment) }
|
/linux/tools/memory-model/scripts/ |
H A D | README | 12 "Result:" comment lines. 17 archive that are C-language and that have "Result:" comment lines 55 against the .litmus file's "Result:" comment to judge whether
|
/linux/arch/mips/generic/ |
H A D | Kconfig | 20 comment "Legacy (non-UHI/non-FIT) Boards" 30 comment "MSCC Ocelot doesn't work with SEAD3 enabled" 51 comment "FIT/UHI Boards"
|
/linux/arch/arm/mach-imx/ |
H A D | Kconfig | 40 comment "ARM1136 platforms" 88 comment "Cortex-A platforms" 185 comment "Cortex-A/Cortex-M asymmetric multiprocessing platforms"
|
/linux/tools/bootconfig/samples/ |
H A D | good-comment-after-value.bconf | 1 key = "value" # comment
|
H A D | bad-empty.bconf | 1 # Wrong boot config: comment only
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bootconfig.rst | 122 # comment line 135 key = 1 # comment
|