Home
last modified time | relevance | path

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

/drivers/input/misc/
Dhp_sdc_rtc.c423 #define YN(bit) ("no") in hp_sdc_rtc_proc_output() macro
490 YN(RTC_DST_EN), in hp_sdc_rtc_proc_output()
492 YN(RTC_24H), in hp_sdc_rtc_proc_output()
493 YN(RTC_SQWE), in hp_sdc_rtc_proc_output()
494 YN(RTC_AIE), in hp_sdc_rtc_proc_output()
495 YN(RTC_UIE), in hp_sdc_rtc_proc_output()
496 YN(RTC_PIE), in hp_sdc_rtc_proc_output()
501 #undef YN in hp_sdc_rtc_proc_output()
/drivers/char/
Drtc.c1219 #define YN(bit) ((ctrl & bit) ? "yes" : "no") in rtc_proc_show() macro
1278 YN(RTC_DST_EN), in rtc_proc_show()
1280 YN(RTC_24H), in rtc_proc_show()
1281 YN(RTC_SQWE), in rtc_proc_show()
1282 YN(RTC_AIE), in rtc_proc_show()
1283 YN(RTC_UIE), in rtc_proc_show()
1284 YN(RTC_PIE), in rtc_proc_show()
1289 #undef YN in rtc_proc_show()
/drivers/scsi/
Ddc395x.c4621 #define YESNO(YN) \ argument
4622 if (YN) SPRINTF(" Yes ");\