Searched refs:comma (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/drivers/media/cec/core/
H A Dcec-pin-error-inj.c80 char *comma; local
145 comma = strchr(token, ',');
146 if (comma)
147 *comma++ = '\0';
161 if (comma) {
162 if (!strcmp(comma, "off"))
164 else if (!strcmp(comma, "once"))
166 else if (!strcmp(comma, "always"))
168 else if (!strcmp(comma, "toggle"))
/linux-master/drivers/base/firmware_loader/builtin/
H A DMakefile13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
/linux-master/scripts/
H A DMakefile.debug15 KBUILD_AFLAGS += $(addprefix -Wa$(comma), $(debug-flags-y))
H A DMakefile.compiler32 # Usage: aflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
41 printf "%b\n" "$(1)" | $(CC) -Werror $(CLANG_FLAGS) $(KBUILD_AFLAGS) -Wa$(comma)--fatal-warnings -c -x assembler-with-cpp -o "$$TMP" -,$(2),$(3))
H A Dbpf_doc.py596 comma = ''
598 one_arg = '{}{}'.format(comma, a['type'])
605 comma = ', '
832 comma = ''
839 one_arg = '{}{}'.format(comma, self.map_type(t))
846 comma = ', '
/linux-master/tools/perf/util/
H A Ddata-convert-json.c71 // Outputs an optional comma, newline and indentation to delimit a new value
73 static void output_json_delimiters(FILE *out, bool comma, int depth) argument
77 if (comma)
86 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) argument
90 output_json_delimiters(out, comma, depth);
97 static void output_json_key_string(FILE *out, bool comma, int depth, argument
100 output_json_delimiters(out, comma, depth);
108 static void output_json_key_format(FILE *out, bool comma, int depth, argument
113 output_json_delimiters(out, comma, depth);
H A Devlist.c1912 char *comma = NULL, *endptr = NULL; local
1923 comma = strchr(str, ',');
1924 if (comma) {
1925 if (endptr != comma)
1928 *ctl_fd_ack = strtoul(comma + 1, &endptr, 0);
1929 if (endptr == comma + 1 || *endptr != '\0')
/linux-master/arch/sh/
H A DMakefile57 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-master/arch/parisc/kernel/vdso64/
H A DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/linux-master/arch/loongarch/
H A DMakefile95 KBUILD_AFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
96 KBUILD_CFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
97 KBUILD_AFLAGS += $(call cc-option,-mthin-add-sub) $(call cc-option,-Wa$(comma)-mthin-add-sub)
98 KBUILD_CFLAGS += $(call cc-option,-mthin-add-sub) $(call cc-option,-Wa$(comma)-mthin-add-sub)
/linux-master/drivers/md/
H A Dmd-autodetect.c233 char *comma = strchr(str+pos, ','); local
235 if (comma)
236 wlen = (comma-str)-pos;
/linux-master/arch/riscv/
H A DMakefile104 KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
105 KBUILD_AFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
108 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
/linux-master/arch/parisc/kernel/vdso32/
H A DMakefile13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
/linux-master/certs/
H A DMakefile17 { cat $(CONFIG_SYSTEM_BLACKLIST_HASH_LIST); echo $(comma) NULL; } > $@, \
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile25 COMPAT_CC_FLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
/linux-master/arch/mips/
H A DMakefile146 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
222 cflags-$(CONFIG_CPU_LOONGSON64) += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
243 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
251 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings
254 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
256 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
258 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
/linux-master/arch/arm/
H A DMakefile131 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W)
135 AFLAGS_ISA :=$(CFLAGS_ISA) -Wa$(comma)-mthumb
/linux-master/arch/loongarch/vdso/
H A DMakefile25 $(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \
/linux-master/kernel/
H A Dworkqueue.c6014 bool comma;
6019 static void pr_cont_work_flush(bool comma, work_func_t func, struct pr_cont_work_struct *pcwsp)
6028 pr_cont("%s %ps", pcwsp->comma ? "," : "", pcwsp->func);
6030 pr_cont("%s %ld*%ps", pcwsp->comma ? "," : "", pcwsp->ctr, pcwsp->func);
6035 pcwsp->comma = comma;
6040 static void pr_cont_work(bool comma, struct work_struct *work, struct pr_cont_work_struct *pcwsp)
6047 pr_cont_work_flush(comma, (work_func_t)-1, pcwsp);
6048 pr_cont("%s BAR(%d)", comma ? "," : "",
6051 if (!comma)
6001 bool comma; member in struct:pr_cont_work_struct
6006 pr_cont_work_flush(bool comma, work_func_t func, struct pr_cont_work_struct *pcwsp) argument
6027 pr_cont_work(bool comma, struct work_struct *work, struct pr_cont_work_struct *pcwsp) argument
6067 bool comma = false; local
6092 bool comma = false; local
6107 bool comma = false; local
[all...]
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile62 ldflags-y += $(filter-out $(CC_AUTO_VAR_INIT_ZERO_ENABLER) $(CC_FLAGS_FTRACE) -Wa$(comma)%, $(KBUILD_CFLAGS))
/linux-master/arch/s390/
H A DMakefile117 cfi := $(call as-instr,.cfi_startproc\n.cfi_val_offset 15$(comma)-160\n.cfi_endproc,-DCONFIG_AS_CFI_VAL_OFFSET=1)
/linux-master/tools/testing/selftests/kvm/
H A DMakefile259 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
/linux-master/arch/mips/vdso/
H A DMakefile32 $(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \
/linux-master/arch/x86/boot/compressed/
H A DMakefile53 KBUILD_CFLAGS += $(call cc-option,-Wa$(comma)-mrelax-relocations=no)
/linux-master/fs/nfs/
H A Dfs_context.c972 const char *comma; local
980 comma = memchr(dev_name, ',', len);
981 if (comma)
982 len = comma - dev_name;

Completed in 534 milliseconds

12