| /Linux-v5.4/drivers/media/cec/ |
| 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-v5.4/arch/x86/crypto/ |
| D | Makefile | 8 avx_supported := $(call as-instr,vpxor %xmm0$(comma)%xmm0$(comma)%xmm0,yes,no) 9 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ 10 $(comma)4)$(comma)%ymm2,yes,no) 11 avx512_supported :=$(call as-instr,vpmovm2b %k1$(comma)%zmm5,yes,no) 12 sha1_ni_supported :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,yes,no) 13 sha256_ni_supported :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,yes,no)
|
| /Linux-v5.4/arch/x86/ |
| D | Makefile | 185 cfi := $(call as-instr,.cfi_startproc\n.cfi_rel_offset $(sp-y)$(comma)0\n.cfi_endproc,-DCONFIG_AS_C… 191 asinstr += $(call as-instr,pshufb %xmm0$(comma)%xmm0,-DCONFIG_AS_SSSE3=1) 192 avx_instr := $(call as-instr,vxorps %ymm0$(comma)%ymm1$(comma)%ymm2,-DCONFIG_AS_AVX=1) 193 avx2_instr :=$(call as-instr,vpbroadcastb %xmm0$(comma)%ymm1,-DCONFIG_AS_AVX2=1) 194 avx512_instr :=$(call as-instr,vpmovm2b %k1$(comma)%zmm5,-DCONFIG_AS_AVX512=1) 195 sha1_ni_instr :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,-DCONFIG_AS_SHA1_NI=1) 196 sha256_ni_instr :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,-DCONFIG_AS_SHA256_NI=1)
|
| /Linux-v5.4/arch/mips/loongson64/ |
| D | Platform | 13 ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-nop,),) 16 cflags-$(CONFIG_CPU_NOP_WORKAROUNDS) += -Wa$(comma)-mfix-loongson2f-nop 18 ifeq ($(call as-option,-Wa$(comma)-mfix-loongson2f-jump,),) 21 cflags-$(CONFIG_CPU_JUMP_WORKAROUNDS) += -Wa$(comma)-mfix-loongson2f-jump 47 cflags-$(CONFIG_CPU_LOONGSON3) += $(call as-option,-Wa$(comma)-mno-fix-loongson3-llsc,)
|
| /Linux-v5.4/scripts/kconfig/tests/preprocess/escape/ |
| D | Kconfig | 8 comma := , 9 $(warning,hello$(comma) world)
|
| /Linux-v5.4/arch/sh/ |
| D | Makefile | 65 isaflags-y := $(call as-option,-Wa$(comma)-isa=any,) 75 isaflags-y := $(call as-option,-Wa$(comma)-isa=$(isa-y),) 78 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
|
| /Linux-v5.4/arch/arm/ |
| D | Makefile | 70 …) =-D__LINUX_ARM_ARCH__=7 $(call cc-option,-march=armv7-a,-march=armv5t -Wa$(comma)-march=armv7-a) 71 …32v6) =-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6) 75 …v6K) =-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6k,-march=armv5t -Wa$(comma)-march=armv6k) 123 AFLAGS_NOWARN :=$(call as-option,-Wa$(comma)-mno-warn-deprecated,-Wa$(comma)-W) 127 AFLAGS_ISA :=$(CFLAGS_ISA) -Wa$(comma)-mthumb
|
| /Linux-v5.4/scripts/ |
| D | bpf_helpers_doc.py | 363 comma = '' 365 one_arg = '{}{}'.format(comma, a['type']) 372 comma = ', '
|
| D | Kconfig.include | 5 comma := ,
|
| D | Kbuild.include | 6 comma := , 20 # contain a comma 21 depfile = $(subst $(comma),_,$(dot-target).d) 102 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
|
| /Linux-v5.4/init/ |
| D | do_mounts_md.c | 253 char *comma = strchr(str+pos, ','); in raid_setup() local 255 if (comma) in raid_setup() 256 wlen = (comma-str)-pos; in raid_setup()
|
| /Linux-v5.4/tools/build/ |
| D | Build.include | 13 comma := , 27 # contain a comma 28 depfile = $(subst $(comma),_,$(dot-target).d)
|
| /Linux-v5.4/tools/testing/selftests/kvm/ |
| D | Makefile | 56 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)
|
| /Linux-v5.4/arch/mips/ |
| D | Makefile | 110 ifneq ($(call as-option,-Wa$(comma)-msoft-float,),) 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)
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| 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
|
| D | sysfs-block-aoe | 14 (RO) The names of the network interfaces on the localhost (comma
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-ftrace.txt | 35 Trace on existing process id (comma separated list). 47 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).
|
| D | perf-sched.txt | 115 Only show events for given process ID (comma separated list). 119 Only show events for given thread ID (comma separated list).
|
| D | perf-top.txt | 31 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. 84 Profile events on existing Process ID (comma separated list). 88 Profile events on existing thread ID (comma separated list). 239 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k
|
| D | perf-record.txt | 168 Multiple filters can be separated with space or comma. 183 Record events on existing process ID (comma separated list). 187 Record events on existing thread ID (comma separated list). 229 Also, by adding a comma, the number of mmap pages for AUX 260 User can change the size by passing the size after comma like 306 comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. 376 The various filters must be specified as a comma separated list: --branch-filter any_ret,u,k 407 --intr-regs=\?. To name registers, pass a comma separated list such as
|
| D | perf-diff.txt | 170 be provided as a comma-separated list with no space: 0,1. Ranges of 175 Only diff samples for given process ID (comma separated list). 178 Only diff samples for given thread ID (comma separated list).
|
| /Linux-v5.4/arch/powerpc/ |
| D | Makefile | 209 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1) 248 cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec) 256 cpu-as-$(CONFIG_PPC_E500MC) += $(call as-option,-Wa$(comma)-me500mc)
|
| /Linux-v5.4/arch/mips/vdso/ |
| D | Makefile | 30 $(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \ 71 $(addprefix -Wl$(comma),$(filter -E%,$(KBUILD_CFLAGS))) \
|
| /Linux-v5.4/drivers/android/ |
| D | Kconfig | 42 The binder.devices parameter is a comma-separated list of strings
|