Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Ddebug.c23 struct va_format vaf; in __wil_err() local
27 vaf.fmt = fmt; in __wil_err()
28 vaf.va = &args; in __wil_err()
29 netdev_err(wil->main_ndev, "%pV", &vaf); in __wil_err()
30 trace_wil6210_log_err(&vaf); in __wil_err()
36 struct va_format vaf; in __wil_err_ratelimited() local
43 vaf.fmt = fmt; in __wil_err_ratelimited()
44 vaf.va = &args; in __wil_err_ratelimited()
45 netdev_err(wil->main_ndev, "%pV", &vaf); in __wil_err_ratelimited()
46 trace_wil6210_log_err(&vaf); in __wil_err_ratelimited()
[all …]
/Linux-v4.19/net/mac80211/
Dtrace.c17 struct va_format vaf = { in __sdata_info() local
23 vaf.va = &args; in __sdata_info()
25 pr_info("%pV", &vaf); in __sdata_info()
26 trace_mac80211_info(&vaf); in __sdata_info()
32 struct va_format vaf = { in __sdata_dbg() local
38 vaf.va = &args; in __sdata_dbg()
41 pr_debug("%pV", &vaf); in __sdata_dbg()
42 trace_mac80211_dbg(&vaf); in __sdata_dbg()
48 struct va_format vaf = { in __sdata_err() local
54 vaf.va = &args; in __sdata_err()
[all …]
Dtrace_msg.h17 TP_PROTO(struct va_format *vaf),
19 TP_ARGS(vaf),
27 MAX_MSG_LEN, vaf->fmt,
28 *vaf->va) >= MAX_MSG_LEN);
35 TP_PROTO(struct va_format *vaf),
36 TP_ARGS(vaf)
39 TP_PROTO(struct va_format *vaf),
40 TP_ARGS(vaf)
43 TP_PROTO(struct va_format *vaf),
44 TP_ARGS(vaf)
/Linux-v4.19/drivers/gpu/drm/
Ddrm_print.c75 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump() argument
85 len = snprintf(NULL, 0, "%pV", vaf); in __drm_printfn_coredump()
98 iterator->remain, "%pV", vaf); in __drm_printfn_coredump()
114 snprintf(buf, len + 1, "%pV", vaf); in __drm_printfn_coredump()
127 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() argument
129 seq_printf(p->arg, "%pV", vaf); in __drm_printfn_seq_file()
133 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() argument
135 dev_info(p->arg, "[" DRM_NAME "] %pV", vaf); in __drm_printfn_info()
139 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug() argument
141 pr_debug("%s %pV", p->prefix, vaf); in __drm_printfn_debug()
[all …]
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dbrcms_trace_brcmsmac_msg.h28 TP_PROTO(struct va_format *vaf),
29 TP_ARGS(vaf),
35 MAX_MSG_LEN, vaf->fmt,
36 *vaf->va) >= MAX_MSG_LEN);
42 TP_PROTO(struct va_format *vaf),
43 TP_ARGS(vaf)
47 TP_PROTO(struct va_format *vaf),
48 TP_ARGS(vaf)
52 TP_PROTO(struct va_format *vaf),
53 TP_ARGS(vaf)
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-devtrace-msg.h38 TP_PROTO(struct va_format *vaf),
39 TP_ARGS(vaf),
45 MAX_MSG_LEN, vaf->fmt,
46 *vaf->va) >= MAX_MSG_LEN);
52 TP_PROTO(struct va_format *vaf),
53 TP_ARGS(vaf)
57 TP_PROTO(struct va_format *vaf),
58 TP_ARGS(vaf)
62 TP_PROTO(struct va_format *vaf),
63 TP_ARGS(vaf)
[all …]
Diwl-debug.c74 struct va_format vaf = { \
80 vaf.va = &args; \
81 dev_ ##fn(dev, "%pV", &vaf); \
82 trace_iwlwifi_ ##fn(&vaf); \
96 struct va_format vaf = { in __iwl_err() local
102 vaf.va = &args; in __iwl_err()
105 dev_err(dev, "(RFKILL) %pV", &vaf); in __iwl_err()
107 dev_err(dev, "%pV", &vaf); in __iwl_err()
109 trace_iwlwifi_err(&vaf); in __iwl_err()
119 struct va_format vaf = { in __iwl_dbg() local
[all …]
/Linux-v4.19/net/bluetooth/
Dlib.c140 struct va_format vaf; in bt_info() local
145 vaf.fmt = format; in bt_info()
146 vaf.va = &args; in bt_info()
148 pr_info("%pV", &vaf); in bt_info()
156 struct va_format vaf; in bt_warn() local
161 vaf.fmt = format; in bt_warn()
162 vaf.va = &args; in bt_warn()
164 pr_warn("%pV", &vaf); in bt_warn()
172 struct va_format vaf; in bt_err() local
177 vaf.fmt = format; in bt_err()
[all …]
/Linux-v4.19/drivers/scsi/bnx2fc/
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()
58 tgt->rport->port_id, &vaf); in BNX2FC_TGT_DBG()
60 pr_info("NULL %pV", &vaf); in BNX2FC_TGT_DBG()
[all …]
/Linux-v4.19/drivers/scsi/qedi/
Dqedi_dbg.c18 struct va_format vaf; in qedi_dbg_err() local
26 vaf.fmt = fmt; in qedi_dbg_err()
27 vaf.va = &va; in qedi_dbg_err()
31 nfunc, line, qedi->host_no, &vaf); in qedi_dbg_err()
33 pr_err("[0000:00:00.0]:[%s:%d]: %pV", nfunc, line, &vaf); in qedi_dbg_err()
43 struct va_format vaf; in qedi_dbg_warn() local
51 vaf.fmt = fmt; in qedi_dbg_warn()
52 vaf.va = &va; in qedi_dbg_warn()
59 nfunc, line, qedi->host_no, &vaf); in qedi_dbg_warn()
61 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", nfunc, line, &vaf); in qedi_dbg_warn()
[all …]
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_dbg.c17 struct va_format vaf; in qedf_dbg_err() local
25 vaf.fmt = fmt; in qedf_dbg_err()
26 vaf.va = &va; in qedf_dbg_err()
30 nfunc, line, qedf->host_no, &vaf); in qedf_dbg_err()
32 pr_err("[0000:00:00.0]:[%s:%d]: %pV", nfunc, line, &vaf); in qedf_dbg_err()
42 struct va_format vaf; in qedf_dbg_warn() local
50 vaf.fmt = fmt; in qedf_dbg_warn()
51 vaf.va = &va; in qedf_dbg_warn()
58 nfunc, line, qedf->host_no, &vaf); in qedf_dbg_warn()
60 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", nfunc, line, &vaf); in qedf_dbg_warn()
[all …]
/Linux-v4.19/fs/ubifs/
Dmisc.c8 struct va_format vaf; in ubifs_msg() local
13 vaf.fmt = fmt; in ubifs_msg()
14 vaf.va = &args; in ubifs_msg()
17 c->vi.ubi_num, c->vi.vol_id, &vaf); in ubifs_msg()
25 struct va_format vaf; in ubifs_err() local
30 vaf.fmt = fmt; in ubifs_err()
31 vaf.va = &args; in ubifs_err()
36 &vaf); in ubifs_err()
44 struct va_format vaf; in ubifs_warn() local
49 vaf.fmt = fmt; in ubifs_warn()
[all …]
/Linux-v4.19/fs/ntfs/
Ddebug.c46 struct va_format vaf; in __ntfs_warning() local
57 vaf.fmt = fmt; in __ntfs_warning()
58 vaf.va = &args; in __ntfs_warning()
61 sb->s_id, flen ? function : "", &vaf); in __ntfs_warning()
63 pr_warn("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_warning()
89 struct va_format vaf; in __ntfs_error() local
100 vaf.fmt = fmt; in __ntfs_error()
101 vaf.va = &args; in __ntfs_error()
104 sb->s_id, flen ? function : "", &vaf); in __ntfs_error()
106 pr_err("%s(): %pV\n", flen ? function : "", &vaf); in __ntfs_error()
[all …]
/Linux-v4.19/fs/xfs/
Dxfs_message.c21 struct va_format *vaf) in __xfs_printk() argument
24 printk("%sXFS (%s): %pV\n", level, mp->m_fsname, vaf); in __xfs_printk()
27 printk("%sXFS: %pV\n", level, vaf); in __xfs_printk()
33 struct va_format vaf; \
39 vaf.fmt = fmt; \
40 vaf.va = &args; \
42 __xfs_printk(kern_level, mp, &vaf); \
68 struct va_format vaf; in xfs_alert_tag() local
79 vaf.fmt = fmt; in xfs_alert_tag()
80 vaf.va = &args; in xfs_alert_tag()
[all …]
/Linux-v4.19/drivers/mtd/ubi/
Dmisc.c160 struct va_format vaf; in ubi_msg() local
165 vaf.fmt = fmt; in ubi_msg()
166 vaf.va = &args; in ubi_msg()
168 pr_notice(UBI_NAME_STR "%d: %pV\n", ubi->ubi_num, &vaf); in ubi_msg()
176 struct va_format vaf; in ubi_warn() local
181 vaf.fmt = fmt; in ubi_warn()
182 vaf.va = &args; in ubi_warn()
185 ubi->ubi_num, __builtin_return_address(0), &vaf); in ubi_warn()
193 struct va_format vaf; in ubi_err() local
198 vaf.fmt = fmt; in ubi_err()
[all …]
/Linux-v4.19/sound/core/
Dmisc.c71 struct va_format vaf; in __snd_printk() local
83 vaf.fmt = format; in __snd_printk()
84 vaf.va = &args; in __snd_printk()
86 while ((kern_level = printk_get_level(vaf.fmt)) != 0) { in __snd_printk()
87 const char *end_of_header = printk_skip_level(vaf.fmt); in __snd_printk()
91 memcpy(verbose_fmt, vaf.fmt, end_of_header - vaf.fmt); in __snd_printk()
95 vaf.fmt = end_of_header; in __snd_printk()
101 printk(verbose_fmt, sanity_file_name(path), line, &vaf); in __snd_printk()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dtrace_dbg.h67 TP_PROTO(const char *function, struct va_format *vaf),
68 TP_ARGS(function, vaf),
75 MAX_MSG_LEN, vaf->fmt,
76 *vaf->va) >=
92 TP_PROTO(const char *function, struct va_format *vaf), \
93 TP_ARGS(function, vaf))
98 struct va_format vaf = { \
104 vaf.va = &args; \
105 trace_hfi1_ ##lvl(func, &vaf); \
/Linux-v4.19/drivers/usb/host/
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()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dtrace.h253 TP_PROTO(struct va_format *vaf),
254 TP_ARGS(vaf),
261 vaf->fmt,
262 *vaf->va) >= ATH6KL_MSG_MAX);
268 TP_PROTO(struct va_format *vaf),
269 TP_ARGS(vaf)
273 TP_PROTO(struct va_format *vaf),
274 TP_ARGS(vaf)
278 TP_PROTO(struct va_format *vaf),
279 TP_ARGS(vaf)
[all …]
/Linux-v4.19/drivers/net/wireless/ath/
Dmain.c74 struct va_format vaf; in ath_printk() local
79 vaf.fmt = fmt; in ath_printk()
80 vaf.va = &args; in ath_printk()
84 level, wiphy_name(common->hw->wiphy), &vaf); in ath_printk()
85 trace_ath_log(common->hw->wiphy, &vaf); in ath_printk()
87 printk("%sath: %pV", level, &vaf); in ath_printk()
Dtrace.h36 struct va_format *vaf),
38 TP_ARGS(wiphy, vaf),
51 vaf->fmt,
52 *vaf->va) >= ATH_DBG_MAX_LEN);
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dtracepoint.h43 TP_PROTO(const char *func, struct va_format *vaf),
44 TP_ARGS(func, vaf),
52 MAX_MSG_LEN, vaf->fmt,
53 *vaf->va) >= MAX_MSG_LEN);
59 TP_PROTO(u32 level, const char *func, struct va_format *vaf),
60 TP_ARGS(level, func, vaf),
70 MAX_MSG_LEN, vaf->fmt,
71 *vaf->va) >= MAX_MSG_LEN);
Dtracepoint.c26 struct va_format vaf = { in __brcmf_err() local
32 vaf.va = &args; in __brcmf_err()
33 pr_err("%s: %pV", func, &vaf); in __brcmf_err()
34 trace_brcmf_err(func, &vaf); in __brcmf_err()
/Linux-v4.19/drivers/usb/musb/
Dmusb_trace.c15 struct va_format vaf; in musb_dbg() local
19 vaf.fmt = fmt; in musb_dbg()
20 vaf.va = &args; in musb_dbg()
22 trace_musb_log(musb, &vaf); in musb_dbg()
/Linux-v4.19/fs/befs/
Ddebug.c31 struct va_format vaf; in befs_error() local
35 vaf.fmt = fmt; in befs_error()
36 vaf.va = &args; in befs_error()
37 pr_err("(%s): %pV\n", sb->s_id, &vaf); in befs_error()
44 struct va_format vaf; in befs_warning() local
48 vaf.fmt = fmt; in befs_warning()
49 vaf.va = &args; in befs_warning()
50 pr_warn("(%s): %pV\n", sb->s_id, &vaf); in befs_warning()
59 struct va_format vaf; in befs_debug() local
63 vaf.fmt = fmt; in befs_debug()
[all …]

1234