Searched refs:YN (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/input/misc/ |
D | hp_sdc_rtc.c | 433 #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/ |
D | rtc.c | 1108 #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/ |
D | ti-tsc-adc.txt | 26 XP = 0, XN = 1, YP = 2, YN = 3.
|
/Linux-v4.19/drivers/scsi/ |
D | dc395x.c | 4610 #define YESNO(YN) \ argument 4611 if (YN) seq_printf(m, " Yes ");\
|