Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/misc/
Dhp_sdc_rtc.c433 #define YN(bit) ("no") in hp_sdc_rtc_proc_show() macro
497 YN(RTC_DST_EN), in hp_sdc_rtc_proc_show()
499 YN(RTC_24H), in hp_sdc_rtc_proc_show()
500 YN(RTC_SQWE), in hp_sdc_rtc_proc_show()
501 YN(RTC_AIE), in hp_sdc_rtc_proc_show()
502 YN(RTC_UIE), in hp_sdc_rtc_proc_show()
503 YN(RTC_PIE), in hp_sdc_rtc_proc_show()
508 #undef YN in hp_sdc_rtc_proc_show()
/Linux-v4.19/drivers/char/
Drtc.c1108 #define YN(bit) ((ctrl & bit) ? "yes" : "no") in rtc_proc_show() macro
1167 YN(RTC_DST_EN), in rtc_proc_show()
1169 YN(RTC_24H), in rtc_proc_show()
1170 YN(RTC_SQWE), in rtc_proc_show()
1171 YN(RTC_AIE), in rtc_proc_show()
1172 YN(RTC_UIE), in rtc_proc_show()
1173 YN(RTC_PIE), in rtc_proc_show()
1178 #undef YN in rtc_proc_show()
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt26 XP = 0, XN = 1, YP = 2, YN = 3.
/Linux-v4.19/drivers/scsi/
Ddc395x.c4610 #define YESNO(YN) \ argument
4611 if (YN) seq_printf(m, " Yes ");\