Home
last modified time | relevance | path

Searched refs:vaf (Results 1 - 25 of 243) sorted by relevance

12345678910

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H 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()
18 netdev_err(wil->main_ndev, "%pV", &vaf); in __wil_err()
19 trace_wil6210_log_err(&vaf); in __wil_err()
25 struct va_format vaf; in __wil_err_ratelimited() local
32 vaf.fmt = fmt; in __wil_err_ratelimited()
33 vaf.va = &args; in __wil_err_ratelimited()
34 netdev_err(wil->main_ndev, "%pV", &vaf); in __wil_err_ratelimited()
35 trace_wil6210_log_err(&vaf); in __wil_err_ratelimited()
41 struct va_format vaf; wil_dbg_ratelimited() local
57 struct va_format vaf; __wil_info() local
70 struct va_format vaf; wil_dbg_trace() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H 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()
18 netdev_err(wil->main_ndev, "%pV", &vaf); in __wil_err()
19 trace_wil6210_log_err(&vaf); in __wil_err()
25 struct va_format vaf; in __wil_err_ratelimited() local
32 vaf.fmt = fmt; in __wil_err_ratelimited()
33 vaf.va = &args; in __wil_err_ratelimited()
34 netdev_err(wil->main_ndev, "%pV", &vaf); in __wil_err_ratelimited()
35 trace_wil6210_log_err(&vaf); in __wil_err_ratelimited()
41 struct va_format vaf; wil_dbg_ratelimited() local
57 struct va_format vaf; __wil_info() local
70 struct va_format vaf; wil_dbg_trace() local
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Discsi.h23 TP_PROTO(struct device *dev, struct va_format *vaf),
25 TP_ARGS(dev, vaf),
29 __vstring(msg, vaf->fmt, vaf->va)
34 __assign_vstr(msg, vaf->fmt, vaf->va);
45 TP_PROTO(struct device *dev, struct va_format *vaf),
47 TP_ARGS(dev, vaf)
54 TP_PROTO(struct device *dev, struct va_format *vaf),
56 TP_ARGS(dev, vaf)
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H 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);
30 TP_PROTO(struct va_format *vaf),
31 TP_ARGS(vaf)
35 TP_PROTO(struct va_format *vaf),
36 TP_ARGS(vaf)
[all...]
H 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 = { variable
50 vaf.va = &args2;
52 dev_err(dev, "(RFKILL) %pV", &vaf);
54 dev_err(dev, "%pV", &vaf);
60 vaf.va = &args;
61 trace_iwlwifi_err(&vaf); variable
71 struct va_format vaf = { __iwl_dbg() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H 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);
45 TP_PROTO(struct va_format *vaf),
46 TP_ARGS(vaf)
50 TP_PROTO(struct va_format *vaf),
51 TP_ARGS(vaf)
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A 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 in bt_err()
201 struct va_format vaf; bt_dbg() local
221 struct va_format vaf; bt_warn_ratelimited() local
237 struct va_format vaf; bt_err_ratelimited() local
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A 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 in __sdata_err()
63 struct va_format vaf = { __wiphy_dbg() local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A 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 in __sdata_err()
63 struct va_format vaf = { __wiphy_dbg() local
[all...]
H A Dtrace_msg.h22 TP_PROTO(struct va_format *vaf),
24 TP_ARGS(vaf),
27 __vstring(msg, vaf->fmt, vaf->va)
31 __assign_vstr(msg, vaf->fmt, vaf->va);
38 TP_PROTO(struct va_format *vaf),
39 TP_ARGS(vaf)
42 TP_PROTO(struct va_format *vaf),
43 TP_ARGS(vaf)
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Discsi.h23 TP_PROTO(struct device *dev, struct va_format *vaf),
25 TP_ARGS(dev, vaf),
34 vsnprintf(__get_str(msg), ISCSI_MSG_MAX, vaf->fmt, *vaf->va);
45 TP_PROTO(struct device *dev, struct va_format *vaf),
47 TP_ARGS(dev, vaf)
54 TP_PROTO(struct device *dev, struct va_format *vaf),
56 TP_ARGS(dev, vaf)
63 TP_PROTO(struct device *dev, struct va_format *vaf),
65 TP_ARGS(dev, vaf)
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dlib.c211 struct va_format vaf; in bt_info() local
216 vaf.fmt = format; in bt_info()
217 vaf.va = &args; in bt_info()
219 pr_info("%pV", &vaf); in bt_info()
227 struct va_format vaf; in bt_warn() local
232 vaf.fmt = format; in bt_warn()
233 vaf.va = &args; in bt_warn()
235 pr_warn("%pV", &vaf); in bt_warn()
243 struct va_format vaf; in bt_err() local
248 vaf in bt_err()
272 struct va_format vaf; bt_dbg() local
292 struct va_format vaf; bt_warn_ratelimited() local
308 struct va_format vaf; bt_err_ratelimited() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H 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()
24 func, line, qedi->host_no, &vaf); in qedi_dbg_err()
26 pr_err("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); 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()
48 func, line, qedi->host_no, &vaf); in qedi_dbg_warn()
50 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedi_dbg_warn()
61 struct va_format vaf; qedi_dbg_notice() local
87 struct va_format vaf; qedi_dbg_info() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H 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()
24 func, line, qedi->host_no, &vaf); in qedi_dbg_err()
26 pr_err("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); 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()
48 func, line, qedi->host_no, &vaf); in qedi_dbg_warn()
50 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedi_dbg_warn()
61 struct va_format vaf; qedi_dbg_notice() local
87 struct va_format vaf; qedi_dbg_info() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A 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...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace-msg.h23 TP_PROTO(struct va_format *vaf),
24 TP_ARGS(vaf),
30 MAX_MSG_LEN, vaf->fmt,
31 *vaf->va) >= MAX_MSG_LEN);
37 TP_PROTO(struct va_format *vaf),
38 TP_ARGS(vaf)
42 TP_PROTO(struct va_format *vaf),
43 TP_ARGS(vaf)
47 TP_PROTO(struct va_format *vaf),
48 TP_ARGS(vaf)
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H 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()
58 tgt->rport->port_id, &vaf); in BNX2FC_TGT_DBG()
60 pr_info("NULL %pV", &vaf); in BNX2FC_TGT_DBG()
67 struct va_format vaf; BNX2FC_HBA_DBG() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_message.c21 struct va_format *vaf) in __xfs_printk()
24 printk("%sXFS (%s): %pV\n", level, mp->m_super->s_id, vaf); in __xfs_printk()
27 printk("%sXFS: %pV\n", level, vaf); in __xfs_printk()
36 struct va_format vaf; in xfs_printk_level() local
41 vaf.fmt = fmt; in xfs_printk_level()
42 vaf.va = &args; in xfs_printk_level()
44 __xfs_printk(kern_level, mp, &vaf); in xfs_printk_level()
60 struct va_format vaf; in _xfs_alert_tag() local
71 vaf.fmt = fmt; in _xfs_alert_tag()
72 vaf in _xfs_alert_tag()
18 __xfs_printk( const char *level, const struct xfs_mount *mp, struct va_format *vaf) __xfs_printk() argument
121 struct va_format vaf; xfs_buf_alert_ratelimited() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H 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()
58 tgt->rport->port_id, &vaf); in BNX2FC_TGT_DBG()
60 pr_info("NULL %pV", &vaf); in BNX2FC_TGT_DBG()
67 struct va_format vaf; BNX2FC_HBA_DBG() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H 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()
23 func, line, qedf->host_no, &vaf); in qedf_dbg_err()
25 pr_err("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); 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()
47 func, line, qedf->host_no, &vaf); in qedf_dbg_warn()
49 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedf_dbg_warn()
60 struct va_format vaf; qedf_dbg_notice() local
86 struct va_format vaf; qedf_dbg_info() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H 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()
23 func, line, qedf->host_no, &vaf); in qedf_dbg_err()
25 pr_err("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); 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()
47 func, line, qedf->host_no, &vaf); in qedf_dbg_warn()
49 pr_warn("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedf_dbg_warn()
60 struct va_format vaf; qedf_dbg_notice() local
86 struct va_format vaf; qedf_dbg_info() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddebug.c12 struct va_format vaf = { in ath11k_info() local
18 vaf.va = &args; in ath11k_info()
19 dev_info(ab->dev, "%pV", &vaf); in ath11k_info()
20 trace_ath11k_log_info(ab, &vaf); in ath11k_info()
27 struct va_format vaf = { in ath11k_err() local
33 vaf.va = &args; in ath11k_err()
34 dev_err(ab->dev, "%pV", &vaf); in ath11k_err()
35 trace_ath11k_log_err(ab, &vaf); in ath11k_err()
42 struct va_format vaf = { in ath11k_warn() local
48 vaf in ath11k_warn()
60 struct va_format vaf; __ath11k_dbg() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_print.c99 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump() argument
109 len = snprintf(NULL, 0, "%pV", vaf); in __drm_printfn_coredump()
122 iterator->remain, "%pV", vaf); in __drm_printfn_coredump()
138 snprintf(buf, len + 1, "%pV", vaf); in __drm_printfn_coredump()
151 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() argument
153 seq_printf(p->arg, "%pV", vaf); in __drm_printfn_seq_file()
157 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() argument
159 dev_info(p->arg, "[" DRM_NAME "] %pV", vaf); in __drm_printfn_info()
163 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug() argument
165 pr_debug("%s %pV", p->prefix, vaf); in __drm_printfn_debug()
169 __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) __drm_printfn_err() argument
241 struct va_format vaf; drm_dev_printk() local
262 struct va_format vaf; drm_dev_dbg() local
285 struct va_format vaf; __drm_dbg() local
304 struct va_format vaf; __drm_err() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_print.c121 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump() argument
131 len = snprintf(NULL, 0, "%pV", vaf); in __drm_printfn_coredump()
144 iterator->remain, "%pV", vaf); in __drm_printfn_coredump()
160 snprintf(buf, len + 1, "%pV", vaf); in __drm_printfn_coredump()
173 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file() argument
175 seq_printf(p->arg, "%pV", vaf); in __drm_printfn_seq_file()
179 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info() argument
181 dev_info(p->arg, "[" DRM_NAME "] %pV", vaf); in __drm_printfn_info()
185 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug() argument
188 printk(KERN_DEBUG "%s %pV", p->prefix, vaf); in __drm_printfn_debug()
192 __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) __drm_printfn_err() argument
264 struct va_format vaf; drm_dev_printk() local
285 struct va_format vaf; __drm_dev_dbg() local
309 struct va_format vaf; ___drm_dbg() local
328 struct va_format vaf; __drm_err() local
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A 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 in ubifs_warn()
[all...]

Completed in 7 milliseconds

12345678910