Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/char/
Drtc.c1214 #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.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt26 XP = 0, XN = 1, YP = 2, YN = 3.
/linux-4.1.27/Documentation/DocBook/media/
Dfieldseq_bt.gif.b64224 YN+xnnczfUUJZ6uAkh9IV5FITcpK1GPgzTxYQhP2UH9wWtHzVvTBigAwjEycH0GeKKU1Fq+Nx0Ki
/linux-4.1.27/drivers/scsi/
Ddc395x.c4614 #define YESNO(YN) \ argument
4615 if (YN) seq_printf(m, " Yes ");\