Home
last modified time | relevance | path

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

12

/drivers/scsi/bnx2fc/
Dbnx2fc_debug.c18 struct va_format vaf; in BNX2FC_IO_DBG() local
26 vaf.fmt = fmt; in BNX2FC_IO_DBG()
27 vaf.va = &args; in BNX2FC_IO_DBG()
33 io_req->xid, &vaf); in BNX2FC_IO_DBG()
35 pr_info("NULL %pV", &vaf); in BNX2FC_IO_DBG()
42 struct va_format vaf; in BNX2FC_TGT_DBG() local
50 vaf.fmt = fmt; in BNX2FC_TGT_DBG()
51 vaf.va = &args; in BNX2FC_TGT_DBG()
57 tgt->rport->port_id, &vaf); in BNX2FC_TGT_DBG()
59 pr_info("NULL %pV", &vaf); in BNX2FC_TGT_DBG()
[all …]
/drivers/usb/host/
Dxhci-trace.h26 TP_PROTO(struct va_format *vaf),
27 TP_ARGS(vaf),
30 vsnprintf(__get_str(msg), XHCI_MSG_MAX, vaf->fmt, *vaf->va);
36 TP_PROTO(struct va_format *vaf),
37 TP_ARGS(vaf)
41 TP_PROTO(struct va_format *vaf),
42 TP_ARGS(vaf)
46 TP_PROTO(struct va_format *vaf),
47 TP_ARGS(vaf)
51 TP_PROTO(struct va_format *vaf),
[all …]
/drivers/net/wireless/iwlwifi/
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 …]
Diwl-devtrace.h251 TP_PROTO(struct va_format *vaf),
252 TP_ARGS(vaf),
258 MAX_MSG_LEN, vaf->fmt,
259 *vaf->va) >= MAX_MSG_LEN);
265 TP_PROTO(struct va_format *vaf),
266 TP_ARGS(vaf)
270 TP_PROTO(struct va_format *vaf),
271 TP_ARGS(vaf)
275 TP_PROTO(struct va_format *vaf),
276 TP_ARGS(vaf)
[all …]
/drivers/net/wireless/ath/wil6210/
Ddebug.c23 struct va_format vaf = { in wil_err() local
29 vaf.va = &args; in wil_err()
30 netdev_err(ndev, "%pV", &vaf); in wil_err()
31 trace_wil6210_log_err(&vaf); in wil_err()
38 struct va_format vaf = { in wil_info() local
44 vaf.va = &args; in wil_info()
45 netdev_info(ndev, "%pV", &vaf); in wil_info()
46 trace_wil6210_log_info(&vaf); in wil_info()
52 struct va_format vaf = { in wil_dbg_trace() local
58 vaf.va = &args; in wil_dbg_trace()
[all …]
Dtrace.h79 TP_PROTO(struct va_format *vaf),
80 TP_ARGS(vaf),
87 vaf->fmt,
88 *vaf->va) >= WIL6210_MSG_MAX);
94 TP_PROTO(struct va_format *vaf),
95 TP_ARGS(vaf)
99 TP_PROTO(struct va_format *vaf),
100 TP_ARGS(vaf)
104 TP_PROTO(struct va_format *vaf),
105 TP_ARGS(vaf)
/drivers/net/wireless/brcm80211/brcmsmac/
Dbrcms_trace_events.h193 TP_PROTO(struct va_format *vaf),
194 TP_ARGS(vaf),
200 MAX_MSG_LEN, vaf->fmt,
201 *vaf->va) >= MAX_MSG_LEN);
207 TP_PROTO(struct va_format *vaf),
208 TP_ARGS(vaf)
212 TP_PROTO(struct va_format *vaf),
213 TP_ARGS(vaf)
217 TP_PROTO(struct va_format *vaf),
218 TP_ARGS(vaf)
[all …]
Ddebug.c121 struct va_format vaf = { \
127 vaf.va = &args; \
128 dev_ ##fn(dev, "%pV", &vaf); \
129 trace_brcms_ ##fn(&vaf); \
142 struct va_format vaf = { in __brcms_fn() local
148 vaf.va = &args; in __brcms_fn()
151 dev_err(dev, "%s %pV", func, &vaf); in __brcms_fn()
153 trace_brcms_dbg(level, func, &vaf); in __brcms_fn()
/drivers/net/wireless/ath/ath6kl/
Dtrace.h252 TP_PROTO(struct va_format *vaf),
253 TP_ARGS(vaf),
260 vaf->fmt,
261 *vaf->va) >= ATH6KL_MSG_MAX);
267 TP_PROTO(struct va_format *vaf),
268 TP_ARGS(vaf)
272 TP_PROTO(struct va_format *vaf),
273 TP_ARGS(vaf)
277 TP_PROTO(struct va_format *vaf),
278 TP_ARGS(vaf)
[all …]
Ddebug.c42 struct va_format vaf; in ath6kl_printk() local
48 vaf.fmt = fmt; in ath6kl_printk()
49 vaf.va = &args; in ath6kl_printk()
51 rtn = printk("%sath6kl: %pV", level, &vaf); in ath6kl_printk()
61 struct va_format vaf = { in ath6kl_info() local
68 vaf.va = &args; in ath6kl_info()
69 ret = ath6kl_printk(KERN_INFO, "%pV", &vaf); in ath6kl_info()
70 trace_ath6kl_log_info(&vaf); in ath6kl_info()
79 struct va_format vaf = { in ath6kl_err() local
86 vaf.va = &args; in ath6kl_err()
[all …]
/drivers/net/wireless/ath/ath10k/
Dtrace.h43 TP_PROTO(struct ath10k *ar, struct va_format *vaf),
44 TP_ARGS(ar, vaf),
55 vaf->fmt,
56 *vaf->va) >= ATH10K_MSG_MAX);
67 TP_PROTO(struct ath10k *ar, struct va_format *vaf),
68 TP_ARGS(ar, vaf)
72 TP_PROTO(struct ath10k *ar, struct va_format *vaf),
73 TP_ARGS(ar, vaf)
77 TP_PROTO(struct ath10k *ar, struct va_format *vaf),
78 TP_ARGS(ar, vaf)
[all …]
Ddebug.c111 struct va_format vaf = { in ath10k_info() local
118 vaf.va = &args; in ath10k_info()
119 ret = dev_info(ar->dev, "%pV", &vaf); in ath10k_info()
120 trace_ath10k_log_info(ar, &vaf); in ath10k_info()
148 struct va_format vaf = { in ath10k_err() local
155 vaf.va = &args; in ath10k_err()
156 ret = dev_err(ar->dev, "%pV", &vaf); in ath10k_err()
157 trace_ath10k_log_err(ar, &vaf); in ath10k_err()
166 struct va_format vaf = { in ath10k_warn() local
172 vaf.va = &args; in ath10k_warn()
[all …]
/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);
/drivers/net/wireless/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);
Ddhd_common.c373 struct va_format vaf = { in __brcmf_err() local
379 vaf.va = &args; in __brcmf_err()
380 pr_err("%s: %pV", func, &vaf); in __brcmf_err()
381 trace_brcmf_err(func, &vaf); in __brcmf_err()
388 struct va_format vaf = { in __brcmf_dbg() local
394 vaf.va = &args; in __brcmf_dbg()
396 pr_debug("%s %pV", func, &vaf); in __brcmf_dbg()
397 trace_brcmf_dbg(level, func, &vaf); in __brcmf_dbg()
/drivers/usb/dwc3/
Dtrace.h31 TP_PROTO(struct va_format *vaf),
32 TP_ARGS(vaf),
35 vsnprintf(__get_str(msg), DWC3_MSG_MAX, vaf->fmt, *vaf->va);
41 TP_PROTO(struct va_format *vaf),
42 TP_ARGS(vaf)
46 TP_PROTO(struct va_format *vaf),
47 TP_ARGS(vaf)
51 TP_PROTO(struct va_format *vaf),
52 TP_ARGS(vaf)
Ddebug.c22 struct va_format vaf; in dwc3_trace() local
26 vaf.fmt = fmt; in dwc3_trace()
27 vaf.va = &args; in dwc3_trace()
29 trace(&vaf); in dwc3_trace()
/drivers/acpi/
Dutils.c515 struct va_format vaf; in acpi_handle_printk() local
520 vaf.fmt = fmt; in acpi_handle_printk()
521 vaf.va = &args; in acpi_handle_printk()
524 printk("%sACPI: %s: %pV", level, path ? path : "<n/a>" , &vaf); in acpi_handle_printk()
544 struct va_format vaf; in __acpi_handle_debug() local
549 vaf.fmt = fmt; in __acpi_handle_debug()
550 vaf.va = &args; in __acpi_handle_debug()
553 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()
/drivers/net/wireless/rsi/
Drsi_91x_main.c45 struct va_format vaf; in rsi_dbg() local
50 vaf.fmt = fmt; in rsi_dbg()
51 vaf.va = &args; in rsi_dbg()
54 pr_info("%pV", &vaf); in rsi_dbg()
/drivers/net/ethernet/mellanox/mlx4/
Den_main.c85 struct va_format vaf; in en_print() local
89 vaf.fmt = format; in en_print()
90 vaf.va = &args; in en_print()
93 level, DRV_NAME, priv->dev->name, &vaf); in en_print()
97 priv->port, &vaf); in en_print()
/drivers/gpu/drm/
Ddrm_drv.c61 struct va_format vaf; in drm_err() local
66 vaf.fmt = format; in drm_err()
67 vaf.va = &args; in drm_err()
69 printk(KERN_ERR "[" DRM_NAME ":%s] *ERROR* %pV", func, &vaf); in drm_err()
77 struct va_format vaf; in drm_ut_debug_printk() local
81 vaf.fmt = format; in drm_ut_debug_printk()
82 vaf.va = &args; in drm_ut_debug_printk()
84 printk(KERN_DEBUG "[" DRM_NAME ":%s] %pV", function_name, &vaf); in drm_ut_debug_printk()
/drivers/net/wireless/brcm80211/brcmutil/
Dutils.c280 struct va_format vaf; in brcmu_dbg_hex_dump() local
285 vaf.fmt = fmt; in brcmu_dbg_hex_dump()
286 vaf.va = &args; in brcmu_dbg_hex_dump()
288 pr_debug("%pV", &vaf); in brcmu_dbg_hex_dump()
/drivers/isdn/mISDN/
Dlayer1.c104 struct va_format vaf; in l1m_debug() local
109 vaf.fmt = fmt; in l1m_debug()
110 vaf.va = &va; in l1m_debug()
112 printk(KERN_DEBUG "%s: %pV\n", dev_name(&l1->dch->dev.dev), &vaf); in l1m_debug()
/drivers/scsi/qla2xxx/
Dqla_dbg.c2467 struct va_format vaf; in ql_dbg() local
2474 vaf.fmt = fmt; in ql_dbg()
2475 vaf.va = &va; in ql_dbg()
2482 vha->host_no, &vaf); in ql_dbg()
2485 QL_MSGHDR, "0000:00:00.0", id + ql_dbg_offset, &vaf); in ql_dbg()
2511 struct va_format vaf; in ql_dbg_pci() local
2520 vaf.fmt = fmt; in ql_dbg_pci()
2521 vaf.va = &va; in ql_dbg_pci()
2525 QL_MSGHDR, dev_name(&(pdev->dev)), id + ql_dbg_offset, &vaf); in ql_dbg_pci()
2547 struct va_format vaf; in ql_log() local
[all …]

12