/linux-6.12.1/scripts/ |
D | Makefile.compiler | 54 # cc-option-yn 55 # Usage: flag := $(call cc-option-yn,-march=winchip-c6) 56 cc-option-yn = $(if $(call cc-option,$1),y,n) 87 # rustc-option-yn 88 # Usage: flag := $(call rustc-option-yn,-Cinstrument-coverage) 89 rustc-option-yn = $(if $(call rustc-option,$1),y,n)
|
/linux-6.12.1/drivers/input/misc/ |
D | hp_sdc_rtc.c | 270 #define YN(bit) ("no") in hp_sdc_rtc_proc_show() macro 332 YN(RTC_DST_EN), in hp_sdc_rtc_proc_show() 334 YN(RTC_24H), in hp_sdc_rtc_proc_show() 335 YN(RTC_SQWE), in hp_sdc_rtc_proc_show() 336 YN(RTC_AIE), in hp_sdc_rtc_proc_show() 337 YN(RTC_UIE), in hp_sdc_rtc_proc_show() 338 YN(RTC_PIE), in hp_sdc_rtc_proc_show() 343 #undef YN in hp_sdc_rtc_proc_show()
|
/linux-6.12.1/arch/mips/ |
D | Makefile | 60 ifeq ($(call cc-option-yn,-mmcount-ra-address), y) 235 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips) 239 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips) 243 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa) 246 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt) 252 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa) 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) 300 KBUILD_SYM32 = $(call cc-option-yn, -msym32)
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | fsl,imx25-gcq.yaml | 70 3: yn 97 1: YN ground reference
|
/linux-6.12.1/tools/perf/ |
D | perf-archive.sh | 58 read -p 'Do you wish to overwrite them? ' yn 59 case $yn in
|
/linux-6.12.1/tools/net/ynl/ |
D | ethtool.py | 43 fields and the optional type (bool/yn). 56 if tp == 'yn': 362 print_field(ours, ('Pause', 'Supported pause frame use', 'yn')) 363 print_field(ours, ('Autoneg', 'Supports auto-negotiation', 'yn'))
|
/linux-6.12.1/include/linux/input/ |
D | as5011.h | 13 char yp, yn; /* threshold for y axis */ member
|
/linux-6.12.1/include/dt-bindings/iio/adc/ |
D | fsl-imx25-gcq.h | 15 #define MX25_ADC_REFN_YN 1 /* YN ground reference */
|
/linux-6.12.1/tools/perf/scripts/python/ |
D | flamegraph.py | 168 …plate from cdn.jsdelivr.net? (this warning can be suppressed with --allow-download) [yn] ").lower() 193 continue?[yn] """).lower()
|
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti,am3359-tsc.yaml | 42 and so on until AIN7 = 7. XP = 0, XN = 1, YP = 2, YN = 3.
|
/linux-6.12.1/arch/x86/ |
D | Makefile_32.cpu | 3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
|
/linux-6.12.1/drivers/input/joystick/ |
D | as5011.c | 199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | stm32mp13xx-dhcor-som.dtsi | 284 brcmf: bcrmf@1 { /* muRata 1YN */
|
/linux-6.12.1/drivers/iio/adc/ |
D | ingenic-adc.c | 138 /* Fourth channel (INGENIC_ADC_TOUCH_YN): sample YN vs. GND */ in ingenic_adc_set_adcmd() 152 /* Sixth channel (INGENIC_ADC_TOUCH_YD): sample YP vs. YN */ in ingenic_adc_set_adcmd()
|
D | fsl-imx25-gcq.c | 68 MX25_CQG_CHAN(MX25_CFG_YN, "yn"),
|
/linux-6.12.1/Documentation/kbuild/ |
D | makefiles.rst | 580 cc-option-yn 581 cc-option-yn is used to check if $(CC) supports a given option 587 biarch := $(call cc-option-yn, -m32) 596 Note: cc-option-yn uses KBUILD_CFLAGS for $(CC) options
|
/linux-6.12.1/arch/powerpc/ |
D | Makefile | 24 HAS_BIARCH := $(call cc-option-yn, -m32)
|
/linux-6.12.1/arch/powerpc/boot/ |
D | Makefile | 95 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
/linux-6.12.1/ |
D | Makefile | 884 ifeq ($(call cc-option-yn, -mnop-mcount),y) 903 ifeq ($(call cc-option-yn, -mfentry),y)
|
/linux-6.12.1/drivers/scsi/ |
D | dc395x.c | 4436 #define YESNO(YN) \ argument 4437 if (YN) seq_printf(m, " Yes ");\
|
/linux-6.12.1/tools/memory-model/Documentation/ |
D | explanation.txt | 1016 Z0 ->rf Y1 ->rmw Z1 ->rf ... ->rf Yn ->rmw Zn,
|
/linux-6.12.1/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 4369 * between Xn (input) and Yn (output) pins. We need to clear any existing
|