Home
last modified time | relevance | path

Searched refs:yn (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/
H A DMakefile.compiler56 cc-option-yn = $(if $(call cc-option,$1),y,n)
93 rustc-option-yn = $(if $(call rustc-option,$1),y,n)
/linux/tools/perf/
H A Dperf-archive.sh65 read -p 'Do you wish to overwrite them? ' yn
66 case $yn in
/linux/include/linux/input/
H A Das5011.h13 char yp, yn; /* threshold for y axis */ member
/linux/drivers/input/joystick/
H A Das5011.c199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
/linux/arch/powerpc/
H A DMakefile24 HAS_BIARCH := $(call cc-option-yn, -m32)
/linux/
H A DMakefile1032 ifeq ($(call cc-option-yn, -mnop-mcount),y)
1051 ifeq ($(call cc-option-yn, -mfentry),y)
1167 ifeq ($(call rustc-option-yn, --remap-path-scope=macro),y)