Lines Matching refs:vaf
12 struct va_format vaf = {
18 vaf.va = &args;
19 dev_info(ab->dev, "%pV", &vaf);
20 trace_ath11k_log_info(ab, &vaf);
27 struct va_format vaf = {
33 vaf.va = &args;
34 dev_err(ab->dev, "%pV", &vaf);
35 trace_ath11k_log_err(ab, &vaf);
42 struct va_format vaf = {
48 vaf.va = &args;
49 dev_warn_ratelimited(ab->dev, "%pV", &vaf);
50 trace_ath11k_log_warn(ab, &vaf);
60 struct va_format vaf;
65 vaf.fmt = fmt;
66 vaf.va = &args;
69 dev_printk(KERN_DEBUG, ab->dev, "%s %pV", ath11k_dbg_str(mask), &vaf);
71 trace_ath11k_log_dbg(ab, mask, &vaf);