/linux-6.1.9/drivers/media/cec/core/ |
D | cec-pin-error-inj.c | 80 char *comma; in cec_pin_error_inj_parse_line() local 145 comma = strchr(token, ','); in cec_pin_error_inj_parse_line() 146 if (comma) in cec_pin_error_inj_parse_line() 147 *comma++ = '\0'; in cec_pin_error_inj_parse_line() 161 if (comma) { in cec_pin_error_inj_parse_line() 162 if (!strcmp(comma, "off")) in cec_pin_error_inj_parse_line() 164 else if (!strcmp(comma, "once")) in cec_pin_error_inj_parse_line() 166 else if (!strcmp(comma, "always")) in cec_pin_error_inj_parse_line() 168 else if (!strcmp(comma, "toggle")) in cec_pin_error_inj_parse_line()
|
/linux-6.1.9/arch/x86/ |
D | Kconfig.assembler | 5 def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5) 10 def_bool $(as-instr,sha1msg1 %xmm0$(comma)%xmm1) 15 def_bool $(as-instr,sha256msg1 %xmm0$(comma)%xmm1)
|
/linux-6.1.9/tools/perf/util/ |
D | data-convert-json.c | 69 static void output_json_delimiters(FILE *out, bool comma, int depth) in output_json_delimiters() argument 73 if (comma) in output_json_delimiters() 82 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) in output_json_format() argument 86 output_json_delimiters(out, comma, depth); in output_json_format() 93 static void output_json_key_string(FILE *out, bool comma, int depth, in output_json_key_string() argument 96 output_json_delimiters(out, comma, depth); in output_json_key_string() 104 static void output_json_key_format(FILE *out, bool comma, int depth, in output_json_key_format() argument 109 output_json_delimiters(out, comma, depth); in output_json_key_format()
|
/linux-6.1.9/scripts/ |
D | Kconfig.include | 5 comma := , variable 44 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.) 50 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.) 56 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.)
|
D | bpf_doc.py | 578 comma = '' 580 one_arg = '{}{}'.format(comma, a['type']) 587 comma = ', ' 811 comma = '' 818 one_arg = '{}{}'.format(comma, self.map_type(t)) 825 comma = ', '
|
D | Makefile.debug | 15 KBUILD_AFLAGS += $(addprefix -Wa$(comma), $(debug-flags-y))
|
/linux-6.1.9/arch/sh/ |
D | Makefile | 57 isaflags-y := $(call as-option,-Wa$(comma)-isa=any,) 67 isaflags-y := $(call as-option,-Wa$(comma)-isa=$(isa-y),) 70 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uac1 | 9 c_srate list of capture sampling rates (comma-separated) 20 p_srate list of playback sampling rates (comma-separated)
|
D | configfs-usb-gadget-uac2 | 9 c_srate list of capture sampling rates (comma-separated) 24 p_srate list of playback sampling rates (comma-separated)
|
D | sysfs-kernel-irq | 15 Description: The IRQ action chain. A comma-separated list of zero or more 44 is a comma-separated list of counters; one per CPU in CPU id
|
/linux-6.1.9/arch/mips/ |
D | Makefile | 112 ifneq ($(call as-option,-Wa$(comma)-msoft-float,),) 155 cflags-y += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,) 216 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa) 224 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings 227 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc) 229 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp) 231 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
|
/linux-6.1.9/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 8 comma := , variable 9 $(warning,hello$(comma) world)
|
/linux-6.1.9/drivers/md/ |
D | md-autodetect.c | 236 char *comma = strchr(str+pos, ','); in raid_setup() local 238 if (comma) in raid_setup() 239 wlen = (comma-str)-pos; in raid_setup()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-lock.txt | 148 provided as a comma-separated list with no space: 0,1. Ranges of CPUs 153 Record events on existing process ID (comma separated list). 156 Record events on existing thread ID (comma separated list).
|
D | perf-kwork.txt | 84 Only show events for the given CPU(s) (comma separated list). 118 Only show events for the given CPU(s) (comma separated list). 144 Only show events for the given CPU(s) (comma separated list).
|
D | perf-sched.txt | 115 Only show events for the given CPU(s) (comma separated list). 119 Only show events for given process ID (comma separated list). 123 Only show events for given thread ID (comma separated list).
|
D | perf-ftrace.txt | 33 Trace on existing process id (comma separated list). 36 Trace on existing thread id (comma separated list). 48 be provided as a comma separated list with no space like: 0,1.
|
D | perf-test.txt | 28 Tests to skip (comma separated numeric list).
|
/linux-6.1.9/arch/powerpc/ |
D | Makefile | 175 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1) 218 cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec) 226 cpu-as-$(CONFIG_PPC_BOOK3S_64) += $(call as-option,-Wa$(comma)-mpower4) $(call as-option,-Wa$(comma… 227 cpu-as-$(CONFIG_PPC_E500MC) += $(call as-option,-Wa$(comma)-me500mc)
|
/linux-6.1.9/tools/bootconfig/samples/ |
D | bad-array.bconf | 1 # Array must be comma separated.
|
/linux-6.1.9/arch/arm/ |
D | Kconfig.assembler | 4 def_bool $(as-instr,.fpu vfpv2\nvmrs r0$(comma)FPINST)
|
D | Makefile | 124 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W) 128 AFLAGS_ISA :=$(CFLAGS_ISA) -Wa$(comma)-mthumb
|
/linux-6.1.9/tools/build/ |
D | Build.include | 13 comma := , 27 # contain a comma 28 depfile = $(subst $(comma),_,$(dot-target).d)
|
/linux-6.1.9/drivers/base/firmware_loader/builtin/ |
D | Makefile | 13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
|
/linux-6.1.9/tools/testing/selftests/nolibc/ |
D | nolibc-test.c | 662 char *comma, *colon, *dash, *value; in main() local 665 comma = strchr(test, ','); in main() 666 if (comma) in main() 667 *(comma++) = '\0'; in main() 715 test = comma; in main()
|