Home
last modified time | relevance | path

Searched refs:yesno (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2021 static const char *yesno(int x) in yesno() function
2042 seq_printf(seq, " Tnl4TupEnIpv6: %3s\n", yesno(rssconf & in rss_config_show()
2044 seq_printf(seq, " Tnl2TupEnIpv6: %3s\n", yesno(rssconf & in rss_config_show()
2046 seq_printf(seq, " Tnl4TupEnIpv4: %3s\n", yesno(rssconf & in rss_config_show()
2048 seq_printf(seq, " Tnl2TupEnIpv4: %3s\n", yesno(rssconf & in rss_config_show()
2050 seq_printf(seq, " TnlTcpSel: %3s\n", yesno(rssconf & TNLTCPSEL_F)); in rss_config_show()
2051 seq_printf(seq, " TnlIp6Sel: %3s\n", yesno(rssconf & TNLIP6SEL_F)); in rss_config_show()
2052 seq_printf(seq, " TnlVrtSel: %3s\n", yesno(rssconf & TNLVRTSEL_F)); in rss_config_show()
2053 seq_printf(seq, " TnlMapEn: %3s\n", yesno(rssconf & TNLMAPEN_F)); in rss_config_show()
2054 seq_printf(seq, " OfdHashSave: %3s\n", yesno(rssconf & in rss_config_show()
[all …]
/linux-5.19.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-reg_print_func.txt70 REC->sprite, REC->cursor, yesno(REC->cxsr), REC->sr_plane,
71 REC->sr_cursor, REC->sr_fbc, yesno(REC->hpll), REC->hpll_plane,
72 REC->hpll_cursor, REC->hpll_fbc, yesno(REC->fbc)
78 static const char *yesno(int x)
104 "yesno",
111 Now, when the event parser encounters this yesno() function, it will know
115 if (tep_unregister_print_function(tep, yes_no_helper, "yesno") != 0) {
/linux-5.19.10/drivers/gpu/drm/selftests/
Dtest-drm_buddy.c49 static inline const char *yesno(bool v) in yesno() function
64 yesno(!block->parent), in __igt_dump_block()
65 yesno(buddy)); in __igt_dump_block()
/linux-5.19.10/scripts/kconfig/
DMakefile171 checklist.o inputbox.o menubox.o textbox.o util.o yesno.o)
/linux-5.19.10/tools/power/pm-graph/
Dsleepgraph.py5443 def yesno(val): function
5498 yesno(power['async']), \
5499 yesno(power['control']), \
5500 yesno(power['runtime_status']), \
/linux-5.19.10/drivers/video/fbdev/sis/
Dinit301.c394 static void SiS_SendACK(struct SiS_Private *SiS_Pr, unsigned short yesno);
9414 SiS_SendACK(struct SiS_Private *SiS_Pr, unsigned short yesno) in SiS_SendACK() argument
9417 if(yesno) { in SiS_SendACK()