| /linux/scripts/ |
| H A 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) 91 # rustc-option-yn 92 # Usage: flag := $(call rustc-option-yn,-Cinstrument-coverage) 93 rustc-option-yn = $(if $(call rustc-option,$1),y,n)
|
| /linux/drivers/input/misc/ |
| H A 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/Documentation/devicetree/bindings/iio/adc/ |
| H A D | fsl,imx25-gcq.yaml | 70 3: yn 97 1: YN ground reference
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ethtool.py | 53 fields and the optional type (bool/yn). 70 if tp == 'yn': 389 print_field(ours, ('Pause', 'Supported pause frame use', 'yn')) 390 print_field(ours, ('Autoneg', 'Supports auto-negotiation', 'yn'))
|
| /linux/tools/perf/ |
| H A D | perf-archive.sh | 65 read -p 'Do you wish to overwrite them? ' yn 66 case $yn in
|
| /linux/include/linux/input/ |
| H A D | as5011.h | 13 char yp, yn; /* threshold for y axis */ member
|
| /linux/include/dt-bindings/iio/adc/ |
| H A D | fsl-imx25-gcq.h | 15 #define MX25_ADC_REFN_YN 1 /* YN ground reference */
|
| /linux/tools/perf/scripts/python/ |
| H A D | flamegraph.py | 185 "(this warning can be suppressed with --allow-download) [yn] " 212 continue?[yn] """).lower()
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | ti,am3359-tsc.yaml | 42 and so on until AIN7 = 7. XP = 0, XN = 1, YP = 2, YN = 3.
|
| /linux/drivers/iio/adc/ |
| H A 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()
|
| H A D | fsl-imx25-gcq.c | 68 MX25_CQG_CHAN(MX25_CFG_YN, "yn"),
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp13xx-dhcor-som.dtsi | 290 brcmf: wifi@1 { /* muRata 1YN */
|
| /linux/drivers/input/joystick/ |
| H A D | as5011.c | 199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
|
| /linux/arch/powerpc/ |
| H A D | Makefile | 24 HAS_BIARCH := $(call cc-option-yn, -m32)
|
| /linux/arch/powerpc/boot/ |
| H A D | Makefile | 97 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | wndw.c | 626 * For nvidia blocklinear, bit order is yn..y3 x3 y2 x2 y1 y0 x1 x0 in nv50_set_pixel_swizzle()
|
| /linux/ |
| H A D | Makefile | 984 ifeq ($(call cc-option-yn, -mnop-mcount),y) 1003 ifeq ($(call cc-option-yn, -mfentry),y)
|
| /linux/drivers/scsi/ |
| H A D | dc395x.c | 3839 #define YESNO(YN) \ argument 3840 if (YN) seq_printf(m, " Yes ");\
|
| /linux/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 1016 Z0 ->rf Y1 ->rmw Z1 ->rf ... ->rf Yn ->rmw Zn,
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-cards.c | 4369 * between Xn (input) and Yn (output) pins. We need to clear any existing
|