Lines Matching refs:print
86 void __sdata_dbg(bool print, const char *fmt, ...) __printf(2, 3);
88 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...)
93 #define _sdata_dbg(print, sdata, fmt, ...) \
94 __sdata_dbg(print, "%s: " fmt, (sdata)->name, ##__VA_ARGS__)
97 #define _wiphy_dbg(print, wiphy, fmt, ...) \
98 __wiphy_dbg(wiphy, print, fmt, ##__VA_ARGS__)
106 #define _sdata_dbg(print, sdata, fmt, ...) \
108 if (print) \
119 #define _wiphy_dbg(print, wiphy, fmt, ...) \
121 if (print) \