Searched refs:YN (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/input/misc/ |
H A D | hp_sdc_rtc.c | 433 #define YN(bit) ("no") hp_sdc_rtc_proc_show() macro 497 YN(RTC_DST_EN), hp_sdc_rtc_proc_show() 499 YN(RTC_24H), hp_sdc_rtc_proc_show() 500 YN(RTC_SQWE), hp_sdc_rtc_proc_show() 501 YN(RTC_AIE), hp_sdc_rtc_proc_show() 502 YN(RTC_UIE), hp_sdc_rtc_proc_show() 503 YN(RTC_PIE), hp_sdc_rtc_proc_show() 508 #undef YN hp_sdc_rtc_proc_show() macro
|
/linux-4.4.14/drivers/char/ |
H A D | rtc.c | 1214 #define YN(bit) ((ctrl & bit) ? "yes" : "no") rtc_proc_show() macro 1273 YN(RTC_DST_EN), rtc_proc_show() 1275 YN(RTC_24H), rtc_proc_show() 1276 YN(RTC_SQWE), rtc_proc_show() 1277 YN(RTC_AIE), rtc_proc_show() 1278 YN(RTC_UIE), rtc_proc_show() 1279 YN(RTC_PIE), rtc_proc_show() 1284 #undef YN rtc_proc_show() macro
|
/linux-4.4.14/drivers/scsi/ |
H A D | dc395x.c | 4614 #define YESNO(YN) \ 4615 if (YN) seq_printf(m, " Yes ");\
|
Completed in 190 milliseconds