Home
last modified time | relevance | path

Searched refs:YN (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/input/misc/
Dhp_sdc_rtc.c433 #define YN(bit) ("no") in hp_sdc_rtc_proc_show() macro
495 YN(RTC_DST_EN), in hp_sdc_rtc_proc_show()
497 YN(RTC_24H), in hp_sdc_rtc_proc_show()
498 YN(RTC_SQWE), in hp_sdc_rtc_proc_show()
499 YN(RTC_AIE), in hp_sdc_rtc_proc_show()
500 YN(RTC_UIE), in hp_sdc_rtc_proc_show()
501 YN(RTC_PIE), in hp_sdc_rtc_proc_show()
506 #undef YN in hp_sdc_rtc_proc_show()
/Linux-v5.4/drivers/char/
Drtc.c1104 #define YN(bit) ((ctrl & bit) ? "yes" : "no") in rtc_proc_show() macro
1162 YN(RTC_DST_EN), in rtc_proc_show()
1164 YN(RTC_24H), in rtc_proc_show()
1165 YN(RTC_SQWE), in rtc_proc_show()
1166 YN(RTC_AIE), in rtc_proc_show()
1167 YN(RTC_UIE), in rtc_proc_show()
1168 YN(RTC_PIE), in rtc_proc_show()
1173 #undef YN in rtc_proc_show()
/Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt31 XP = 0, XN = 1, YP = 2, YN = 3.
/Linux-v5.4/drivers/scsi/
Ddc395x.c4505 #define YESNO(YN) \ argument
4506 if (YN) seq_printf(m, " Yes ");\