Lines Matching refs:vaf
182 struct va_format vaf; in b43legacyinfo() local
190 vaf.fmt = fmt; in b43legacyinfo()
191 vaf.va = &args; in b43legacyinfo()
194 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43legacyinfo()
201 struct va_format vaf; in b43legacyerr() local
209 vaf.fmt = fmt; in b43legacyerr()
210 vaf.va = &args; in b43legacyerr()
213 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43legacyerr()
220 struct va_format vaf; in b43legacywarn() local
228 vaf.fmt = fmt; in b43legacywarn()
229 vaf.va = &args; in b43legacywarn()
232 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43legacywarn()
240 struct va_format vaf; in b43legacydbg() local
245 vaf.fmt = fmt; in b43legacydbg()
246 vaf.va = &args; in b43legacydbg()
249 (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf); in b43legacydbg()