Searched refs:yn (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/ |
| H A D | Makefile.compiler | 56 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 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/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/ |
| H A D | Makefile | 1032 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)
|