Searched refs:YN (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/char/ |
D | rtc.c | 1214 #define YN(bit) ((ctrl & bit) ? "yes" : "no") in rtc_proc_show() macro 1273 YN(RTC_DST_EN), in rtc_proc_show() 1275 YN(RTC_24H), in rtc_proc_show() 1276 YN(RTC_SQWE), in rtc_proc_show() 1277 YN(RTC_AIE), in rtc_proc_show() 1278 YN(RTC_UIE), in rtc_proc_show() 1279 YN(RTC_PIE), in rtc_proc_show() 1284 #undef YN in rtc_proc_show()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 26 XP = 0, XN = 1, YP = 2, YN = 3.
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | fieldseq_bt.gif.b64 | 224 YN+xnnczfUUJZ6uAkh9IV5FITcpK1GPgzTxYQhP2UH9wWtHzVvTBigAwjEycH0GeKKU1Fq+Nx0Ki
|
/linux-4.4.14/drivers/scsi/ |
D | dc395x.c | 4614 #define YESNO(YN) \ argument 4615 if (YN) seq_printf(m, " Yes ");\
|