Searched refs:yn (Results 1 – 5 of 5) 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/ |
| H A D | Makefile | 1036 ifeq ($(call cc-option-yn, -mnop-mcount),y) 1055 ifeq ($(call cc-option-yn, -mfentry),y) 1192 ifeq ($(call rustc-option-yn, --remap-path-scope=macro),y)
|