Home
last modified time | relevance | path

Searched refs:vaf (Results 1 – 25 of 76) sorted by relevance

1234

/drivers/net/wireless/ath/wil6210/
A Ddebug.c12 struct va_format vaf; in __wil_err() local
16 vaf.fmt = fmt; in __wil_err()
17 vaf.va = &args; in __wil_err()
32 vaf.fmt = fmt; in __wil_err_ratelimited()
33 vaf.va = &args; in __wil_err_ratelimited()
48 vaf.fmt = fmt; in wil_dbg_ratelimited()
49 vaf.va = &args; in wil_dbg_ratelimited()
61 vaf.fmt = fmt; in __wil_info()
62 vaf.va = &args; in __wil_info()
74 vaf.fmt = fmt; in wil_dbg_trace()
[all …]
A Dtrace.h70 TP_PROTO(struct va_format *vaf),
71 TP_ARGS(vaf),
73 __vstring(msg, vaf->fmt, vaf->va)
76 __assign_vstr(msg, vaf->fmt, vaf->va);
82 TP_PROTO(struct va_format *vaf),
83 TP_ARGS(vaf)
87 TP_PROTO(struct va_format *vaf),
88 TP_ARGS(vaf)
92 TP_PROTO(struct va_format *vaf),
93 TP_ARGS(vaf)
/drivers/net/wireless/intel/iwlwifi/
A Diwl-devtrace-msg.h18 TP_PROTO(struct va_format *vaf),
19 TP_ARGS(vaf),
21 __vstring(msg, vaf->fmt, vaf->va)
24 __assign_vstr(msg, vaf->fmt, vaf->va);
31 TP_ARGS(vaf)
36 TP_ARGS(vaf)
41 TP_ARGS(vaf)
46 TP_ARGS(vaf)
51 struct va_format *vaf),
56 __vstring(msg, vaf->fmt, vaf->va)
[all …]
A Diwl-debug.c15 struct va_format vaf = { \
21 vaf.va = &args; \
22 dev_ ##fn(dev, "%pV", &vaf); \
23 trace_iwlwifi_ ##fn(&vaf); \
36 struct va_format vaf = { in __iwl_err() local
50 vaf.va = &args2; in __iwl_err()
54 dev_err(dev, "%pV", &vaf); in __iwl_err()
60 vaf.va = &args; in __iwl_err()
61 trace_iwlwifi_err(&vaf); in __iwl_err()
71 struct va_format vaf = { in __iwl_dbg() local
[all …]
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Dbrcms_trace_brcmsmac_msg.h33 TP_PROTO(struct va_format *vaf),
34 TP_ARGS(vaf),
36 __vstring(msg, vaf->fmt, vaf->va)
39 __assign_vstr(msg, vaf->fmt, vaf->va);
46 TP_ARGS(vaf)
51 TP_ARGS(vaf)
56 TP_ARGS(vaf)
61 TP_ARGS(vaf)
66 TP_ARGS(level, func, vaf),
70 __vstring(msg, vaf->fmt, vaf->va)
[all …]
/drivers/scsi/qedi/
A Dqedi_dbg.c15 struct va_format vaf; in qedi_dbg_err() local
19 vaf.fmt = fmt; in qedi_dbg_err()
20 vaf.va = &va; in qedi_dbg_err()
36 struct va_format vaf; in qedi_dbg_warn() local
40 vaf.fmt = fmt; in qedi_dbg_warn()
41 vaf.va = &va; in qedi_dbg_warn()
61 struct va_format vaf; in qedi_dbg_notice() local
65 vaf.fmt = fmt; in qedi_dbg_notice()
66 vaf.va = &va; in qedi_dbg_notice()
91 vaf.fmt = fmt; in qedi_dbg_info()
[all …]
/drivers/gpu/drm/
A Ddrm_print.c185 struct va_format *vaf) in __drm_dev_vprintk() argument
235 drm_err(drm, "%pV", vaf); in __drm_printfn_err()
319 struct va_format vaf; in drm_dev_printk() local
323 vaf.fmt = format; in drm_dev_printk()
324 vaf.va = &args; in drm_dev_printk()
335 struct va_format vaf; in __drm_dev_dbg() local
343 vaf.fmt = format; in __drm_dev_dbg()
344 vaf.va = &args; in __drm_dev_dbg()
354 struct va_format vaf; in __drm_err() local
358 vaf.fmt = format; in __drm_err()
[all …]
/drivers/net/wireless/ath/ath11k/
A Ddebug.c15 struct va_format vaf = { in ath11k_info() local
21 vaf.va = &args; in ath11k_info()
22 dev_info(ab->dev, "%pV", &vaf); in ath11k_info()
30 struct va_format vaf = { in ath11k_err() local
36 vaf.va = &args; in ath11k_err()
37 dev_err(ab->dev, "%pV", &vaf); in ath11k_err()
45 struct va_format vaf = { in ath11k_warn() local
51 vaf.va = &args; in ath11k_warn()
63 struct va_format vaf; in __ath11k_dbg() local
68 vaf.fmt = fmt; in __ath11k_dbg()
[all …]
A Dtrace.h125 TP_PROTO(struct ath11k_base *ab, struct va_format *vaf),
126 TP_ARGS(ab, vaf),
130 __vstring(msg, vaf->fmt, vaf->va)
135 __assign_vstr(msg, vaf->fmt, vaf->va);
146 TP_PROTO(struct ath11k_base *ab, struct va_format *vaf),
147 TP_ARGS(ab, vaf)
152 TP_ARGS(ab, vaf)
157 TP_ARGS(ab, vaf)
223 TP_ARGS(ab, level, vaf),
237 ATH11K_MSG_MAX, vaf->fmt,
[all …]
/drivers/scsi/qedf/
A Dqedf_dbg.c14 struct va_format vaf; in qedf_dbg_err() local
18 vaf.fmt = fmt; in qedf_dbg_err()
19 vaf.va = &va; in qedf_dbg_err()
35 struct va_format vaf; in qedf_dbg_warn() local
39 vaf.fmt = fmt; in qedf_dbg_warn()
40 vaf.va = &va; in qedf_dbg_warn()
60 struct va_format vaf; in qedf_dbg_notice() local
64 vaf.fmt = fmt; in qedf_dbg_notice()
65 vaf.va = &va; in qedf_dbg_notice()
90 vaf.fmt = fmt; in qedf_dbg_info()
[all …]
/drivers/scsi/bnx2fc/
A Dbnx2fc_debug.c19 struct va_format vaf; in BNX2FC_IO_DBG() local
27 vaf.fmt = fmt; in BNX2FC_IO_DBG()
28 vaf.va = &args; in BNX2FC_IO_DBG()
34 io_req->xid, &vaf); in BNX2FC_IO_DBG()
36 pr_info("NULL %pV", &vaf); in BNX2FC_IO_DBG()
43 struct va_format vaf; in BNX2FC_TGT_DBG() local
51 vaf.fmt = fmt; in BNX2FC_TGT_DBG()
52 vaf.va = &args; in BNX2FC_TGT_DBG()
67 struct va_format vaf; in BNX2FC_HBA_DBG() local
75 vaf.fmt = fmt; in BNX2FC_HBA_DBG()
[all …]
/drivers/net/wireless/ath/ath12k/
A Ddebug.c13 struct va_format vaf = { in ath12k_info() local
19 vaf.va = &args; in ath12k_info()
20 dev_info(ab->dev, "%pV", &vaf); in ath12k_info()
27 struct va_format vaf = { in ath12k_err() local
33 vaf.va = &args; in ath12k_err()
34 dev_err(ab->dev, "%pV", &vaf); in ath12k_err()
41 struct va_format vaf = { in __ath12k_warn() local
47 vaf.va = &args; in __ath12k_warn()
58 struct va_format vaf; in __ath12k_dbg() local
63 vaf.fmt = fmt; in __ath12k_dbg()
[all …]
/drivers/infiniband/hw/hfi1/
A Dtrace_dbg.h31 TP_PROTO(const char *function, struct va_format *vaf),
32 TP_ARGS(function, vaf),
34 __vstring(msg, vaf->fmt, vaf->va)
37 __assign_vstr(msg, vaf->fmt, vaf->va);
54 TP_PROTO(const char *function, struct va_format *vaf), \
55 TP_ARGS(function, vaf))
60 struct va_format vaf = { \
66 vaf.va = &args; \
67 trace_hfi1_ ##lvl(func, &vaf); \
/drivers/mtd/ubi/
A Dmisc.c147 struct va_format vaf; in ubi_msg() local
152 vaf.fmt = fmt; in ubi_msg()
153 vaf.va = &args; in ubi_msg()
155 pr_notice(UBI_NAME_STR "%d: %pV\n", ubi->ubi_num, &vaf); in ubi_msg()
163 struct va_format vaf; in ubi_warn() local
168 vaf.fmt = fmt; in ubi_warn()
169 vaf.va = &args; in ubi_warn()
172 ubi->ubi_num, __builtin_return_address(0), &vaf); in ubi_warn()
180 struct va_format vaf; in ubi_err() local
185 vaf.fmt = fmt; in ubi_err()
[all …]
/drivers/net/wireless/ath/ath6kl/
A Dtrace.h253 TP_PROTO(struct va_format *vaf),
254 TP_ARGS(vaf),
256 __vstring(msg, vaf->fmt, vaf->va)
259 __assign_vstr(msg, vaf->fmt, vaf->va);
265 TP_PROTO(struct va_format *vaf),
266 TP_ARGS(vaf)
271 TP_ARGS(vaf)
276 TP_ARGS(vaf)
281 TP_ARGS(level, vaf),
284 __vstring(msg, vaf->fmt, vaf->va)
[all …]
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dtracepoint.h37 TP_PROTO(const char *func, struct va_format *vaf),
38 TP_ARGS(func, vaf),
41 __vstring(msg, vaf->fmt, vaf->va)
45 __assign_vstr(msg, vaf->fmt, vaf->va);
51 TP_PROTO(u32 level, const char *func, struct va_format *vaf),
52 TP_ARGS(level, func, vaf),
56 __vstring(msg, vaf->fmt, vaf->va)
61 __assign_vstr(msg, vaf->fmt, vaf->va);
A Dtracepoint.c17 struct va_format vaf = { in __brcmf_err() local
23 vaf.va = &args; in __brcmf_err()
25 dev_err(bus->dev, "%s: %pV", func, &vaf); in __brcmf_err()
27 pr_err("%s: %pV", func, &vaf); in __brcmf_err()
28 trace_brcmf_err(func, &vaf); in __brcmf_err()
/drivers/md/dm-vdo/
A Dlogger.c55 struct va_format vaf; in emit_log_message_to_kernel() local
61 vaf.fmt = fmt; in emit_log_message_to_kernel()
62 vaf.va = &args; in emit_log_message_to_kernel()
68 pr_crit("%pV", &vaf); in emit_log_message_to_kernel()
71 pr_err("%pV", &vaf); in emit_log_message_to_kernel()
74 pr_warn("%pV", &vaf); in emit_log_message_to_kernel()
78 pr_info("%pV", &vaf); in emit_log_message_to_kernel()
81 pr_debug("%pV", &vaf); in emit_log_message_to_kernel()
84 printk(KERN_DEFAULT "%pV", &vaf); in emit_log_message_to_kernel()
/drivers/net/wireless/ath/
A Dtrace.h36 struct va_format *vaf),
38 TP_ARGS(wiphy, vaf),
43 __vstring(msg, vaf->fmt, vaf->va)
49 __assign_vstr(msg, vaf->fmt, vaf->va);
A Dmain.c75 struct va_format vaf; in ath_printk() local
80 vaf.fmt = fmt; in ath_printk()
81 vaf.va = &args; in ath_printk()
85 level, wiphy_name(common->hw->wiphy), &vaf); in ath_printk()
86 trace_ath_log(common->hw->wiphy, &vaf); in ath_printk()
88 printk("%sath: %pV", level, &vaf); in ath_printk()
/drivers/usb/host/
A Dxhci-dbg.c25 struct va_format vaf; in xhci_dbg_trace() local
29 vaf.fmt = fmt; in xhci_dbg_trace()
30 vaf.va = &args; in xhci_dbg_trace()
31 xhci_dbg(xhci, "%pV\n", &vaf); in xhci_dbg_trace()
32 trace(&vaf); in xhci_dbg_trace()
A Dxhci-trace.h29 TP_PROTO(struct va_format *vaf),
30 TP_ARGS(vaf),
31 TP_STRUCT__entry(__vstring(msg, vaf->fmt, vaf->va)),
33 __assign_vstr(msg, vaf->fmt, vaf->va);
40 TP_ARGS(vaf)
45 TP_ARGS(vaf)
50 TP_ARGS(vaf)
55 TP_ARGS(vaf)
60 TP_ARGS(vaf)
65 TP_ARGS(vaf)
[all …]
/drivers/net/wireless/ath/ath10k/
A Dtrace.h50 TP_PROTO(struct ath10k *ar, struct va_format *vaf),
51 TP_ARGS(ar, vaf),
55 __vstring(msg, vaf->fmt, vaf->va)
60 __assign_vstr(msg, vaf->fmt, vaf->va);
71 TP_PROTO(struct ath10k *ar, struct va_format *vaf),
72 TP_ARGS(ar, vaf)
77 TP_ARGS(ar, vaf)
82 TP_ARGS(ar, vaf)
87 TP_ARGS(ar, level, vaf),
92 __vstring(msg, vaf->fmt, vaf->va)
[all …]
/drivers/usb/chipidea/
A Dtrace.h27 TP_PROTO(struct ci_hdrc *ci, struct va_format *vaf),
28 TP_ARGS(ci, vaf),
31 __vstring(msg, vaf->fmt, vaf->va)
35 __assign_vstr(msg, vaf->fmt, vaf->va);
A Dtrace.c15 struct va_format vaf; in ci_log() local
19 vaf.fmt = fmt; in ci_log()
20 vaf.va = &args; in ci_log()
21 trace_ci_log(ci, &vaf); in ci_log()

Completed in 35 milliseconds

1234