/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A 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()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | bpf_helpers_doc.py | 367 comma = '' 369 one_arg = '{}{}'.format(comma, a['type']) 376 comma = ', ' 555 comma = '' 562 one_arg = '{}{}'.format(comma, self.map_type(t)) 569 comma = ', '
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | data-convert-json.c | 71 // Outputs an optional comma, newline and indentation to delimit a new value 73 static void output_json_delimiters(FILE *out, bool comma, int depth) in output_json_delimiters() argument 77 if (comma) in output_json_delimiters() 86 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) in output_json_format() argument 90 output_json_delimiters(out, comma, depth); in output_json_format() 97 static void output_json_key_string(FILE *out, bool comma, int depth, in output_json_key_string() argument 100 output_json_delimiters(out, comma, depth); in output_json_key_string() 108 static void output_json_key_format(FILE *out, bool comma, int depth, in output_json_key_format() argument 113 output_json_delimiters(out, comma, depth); in output_json_key_format()
|
/kernel/linux/linux-5.10/drivers/base/firmware_loader/builtin/ |
H A D | Makefile | 11 comma := , macro 12 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
|
/kernel/linux/linux-6.6/arch/sh/ |
H A 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)
|
/kernel/linux/linux-6.6/scripts/ |
H A D | bpf_doc.py | 596 comma = '' 598 one_arg = '{}{}'.format(comma, a['type']) 605 comma = ', ' 832 comma = '' 839 one_arg = '{}{}'.format(comma, self.map_type(t)) 846 comma = ', '
|
/kernel/linux/linux-5.10/arch/mips/ |
H A D | Makefile | 113 ifneq ($(call as-option,-Wa$(comma)-msoft-float,),) 156 cflags-y += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,) 218 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa) 226 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings 229 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc) 231 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp) 233 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
|
/kernel/linux/linux-6.6/arch/mips/ |
H A D | Makefile | 146 cflags-y += $(call cc-option,-Wa$(comma)-mno-fix-loongson3-llsc,) 224 cflags-$(CONFIG_CPU_LOONGSON64) += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,) 245 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa) 253 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings 256 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc) 258 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp) 260 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
|
/kernel/linux/linux-5.10/arch/sh/ |
H A 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)
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-autodetect.c | 245 char *comma = strchr(str+pos, ','); in raid_setup() local 247 if (comma) in raid_setup() 248 wlen = (comma-str)-pos; in raid_setup()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-autodetect.c | 237 char *comma = strchr(str+pos, ','); in raid_setup() local 239 if (comma) in raid_setup() 240 wlen = (comma-str)-pos; in raid_setup()
|
/kernel/linux/linux-6.6/arch/riscv/ |
H A D | Makefile | 97 KBUILD_CFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr) 98 KBUILD_AFLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr) 101 KBUILD_AFLAGS_MODULE += $(call as-option,-Wa$(comma)-mno-relax)
|
/kernel/linux/linux-6.6/arch/powerpc/ |
H A D | Makefile | 162 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1) 211 cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec) 218 cpu-as-$(CONFIG_PPC_BOOK3S_64) += $(call as-option,-Wa$(comma)-mpower4) $(call as-option,-Wa$(comma)-many)
|
/kernel/linux/linux-6.6/drivers/base/firmware_loader/builtin/ |
H A D | Makefile | 13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
|
/kernel/linux/linux-6.6/arch/loongarch/ |
H A D | Makefile | 71 KBUILD_AFLAGS_MODULE += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax) 72 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/ |
H A D | Makefile | 106 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
|
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso64/ |
H A D | Makefile | 13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
|
/kernel/linux/linux-5.10/arch/arm/ |
H A D | Makefile | 123 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W) 127 AFLAGS_ISA :=$(CFLAGS_ISA) -Wa$(comma)-mthumb
|
/kernel/linux/linux-6.6/arch/arm/ |
H A D | Makefile | 131 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W) 135 AFLAGS_ISA :=$(CFLAGS_ISA) -Wa$(comma)-mthumb
|
/kernel/linux/linux-6.6/kernel/ |
H A D | workqueue.c | 5578 bool comma; member 5583 static void pr_cont_work_flush(bool comma, work_func_t func, struct pr_cont_work_struct *pcwsp) in pr_cont_work_flush() argument 5592 pr_cont("%s %ps", pcwsp->comma ? "," : "", pcwsp->func); in pr_cont_work_flush() 5594 pr_cont("%s %ld*%ps", pcwsp->comma ? "," : "", pcwsp->ctr, pcwsp->func); in pr_cont_work_flush() 5599 pcwsp->comma = comma; in pr_cont_work_flush() 5604 static void pr_cont_work(bool comma, struct work_struct *work, struct pr_cont_work_struct *pcwsp) in pr_cont_work() argument 5611 pr_cont_work_flush(comma, (work_func_t)-1, pcwsp); in pr_cont_work() 5612 pr_cont("%s BAR(%d)", comma ? "," : "", in pr_cont_work() 5615 if (!comma) in pr_cont_work() 5644 bool comma = false; show_pwq() local 5670 bool comma = false; show_pwq() local 5685 bool comma = false; show_pwq() local [all...] |
/kernel/linux/linux-5.10/arch/loongarch/ |
H A D | Makefile | 84 KBUILD_AFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax) 85 KBUILD_CFLAGS += $(call cc-option,-mno-relax) $(call cc-option,-Wa$(comma)-mno-relax)
|
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/ |
H A D | Makefile | 13 $(call ld-option, -Wl$(comma)--hash-style=sysv)
|
/kernel/linux/linux-6.6/arch/riscv/kernel/compat_vdso/ |
H A D | Makefile | 25 COMPAT_CC_FLAGS += $(call as-option,-Wa$(comma)-mno-arch-attr)
|
/kernel/linux/linux-6.6/certs/ |
H A D | Makefile | 17 { cat $(CONFIG_SYSTEM_BLACKLIST_HASH_LIST); echo $(comma) NULL; } > $@, \
|