/drivers/net/wireless/ath/wil6210/ |
D | debug.c | 12 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() [all …]
|
D | trace.h | 70 TP_PROTO(struct va_format *vaf), 71 TP_ARGS(vaf), 78 vaf->fmt, 79 *vaf->va) >= WIL6210_MSG_MAX); 85 TP_PROTO(struct va_format *vaf), 86 TP_ARGS(vaf) 90 TP_PROTO(struct va_format *vaf), 91 TP_ARGS(vaf) 95 TP_PROTO(struct va_format *vaf), 96 TP_ARGS(vaf)
|
/drivers/gpu/drm/ |
D | drm_print.c | 99 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() [all …]
|
/drivers/scsi/qedi/ |
D | qedi_dbg.c | 15 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() [all …]
|
/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-devtrace-msg.h | 23 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 …]
|
D | iwl-debug.c | 15 struct va_format vaf = { \ 21 vaf.va = &args; \ 22 dev_ ##fn(dev, "%pV", &vaf); \ 23 trace_iwlwifi_ ##fn(&vaf); \ 37 struct va_format vaf = { in __iwl_err() local 43 vaf.va = &args; in __iwl_err() 46 dev_err(dev, "(RFKILL) %pV", &vaf); in __iwl_err() 48 dev_err(dev, "%pV", &vaf); in __iwl_err() 50 trace_iwlwifi_err(&vaf); in __iwl_err() 60 struct va_format vaf = { in __iwl_dbg() local [all …]
|
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | brcms_trace_brcmsmac_msg.h | 28 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 …]
|
D | debug.c | 216 struct va_format vaf = { \ 222 vaf.va = &args; \ 223 dev_ ##fn(dev, "%pV", &vaf); \ 224 trace_brcms_ ##fn(&vaf); \ 237 struct va_format vaf = { in __brcms_fn() local 243 vaf.va = &args; in __brcms_fn() 246 dev_err(dev, "%s %pV", func, &vaf); in __brcms_fn() 248 trace_brcms_dbg(level, func, &vaf); in __brcms_fn()
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc_debug.c | 19 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 …]
|
/drivers/scsi/qedf/ |
D | qedf_dbg.c | 14 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() [all …]
|
/drivers/net/wireless/ath/ath11k/ |
D | debug.c | 12 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() 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() 42 struct va_format vaf = { in ath11k_warn() local 48 vaf.va = &args; in ath11k_warn() 49 dev_warn_ratelimited(ab->dev, "%pV", &vaf); in ath11k_warn() 60 struct va_format vaf; in __ath11k_dbg() local [all …]
|
/drivers/mtd/ubi/ |
D | misc.c | 147 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/infiniband/hw/hfi1/ |
D | trace_dbg.h | 26 TP_PROTO(const char *function, struct va_format *vaf), 27 TP_ARGS(function, vaf), 34 MAX_MSG_LEN, vaf->fmt, 35 *vaf->va) >= 51 TP_PROTO(const char *function, struct va_format *vaf), \ 52 TP_ARGS(function, vaf)) 57 struct va_format vaf = { \ 63 vaf.va = &args; \ 64 trace_hfi1_ ##lvl(func, &vaf); \
|
/drivers/net/wireless/ath/ath6kl/ |
D | trace.h | 253 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 …]
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | tracepoint.c | 17 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()
|
D | tracepoint.h | 32 TP_PROTO(const char *func, struct va_format *vaf), 33 TP_ARGS(func, vaf), 41 MAX_MSG_LEN, vaf->fmt, 42 *vaf->va) >= MAX_MSG_LEN); 48 TP_PROTO(u32 level, const char *func, struct va_format *vaf), 49 TP_ARGS(level, func, vaf), 59 MAX_MSG_LEN, vaf->fmt, 60 *vaf->va) >= MAX_MSG_LEN);
|
/drivers/net/wireless/ath/ |
D | main.c | 74 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()
|
D | trace.h | 36 struct va_format *vaf), 38 TP_ARGS(wiphy, vaf), 51 vaf->fmt, 52 *vaf->va) >= ATH_DBG_MAX_LEN);
|
/drivers/usb/host/ |
D | xhci-dbg.c | 25 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()
|
D | xhci-trace.h | 29 TP_PROTO(struct va_format *vaf), 30 TP_ARGS(vaf), 33 vsnprintf(__get_str(msg), XHCI_MSG_MAX, vaf->fmt, *vaf->va); 39 TP_PROTO(struct va_format *vaf), 40 TP_ARGS(vaf) 44 TP_PROTO(struct va_format *vaf), 45 TP_ARGS(vaf) 49 TP_PROTO(struct va_format *vaf), 50 TP_ARGS(vaf) 54 TP_PROTO(struct va_format *vaf), [all …]
|
/drivers/usb/chipidea/ |
D | trace.c | 15 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()
|
/drivers/usb/musb/ |
D | musb_trace.c | 15 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()
|
/drivers/usb/mtu3/ |
D | mtu3_trace.c | 16 struct va_format vaf; in mtu3_dbg_trace() local 20 vaf.fmt = fmt; in mtu3_dbg_trace() 21 vaf.va = &args; in mtu3_dbg_trace() 22 trace_mtu3_log(dev, &vaf); in mtu3_dbg_trace()
|
/drivers/gpu/drm/i915/ |
D | i915_utils.c | 21 struct va_format vaf; in __i915_printk() local 29 vaf.fmt = fmt; in __i915_printk() 30 vaf.va = &args; in __i915_printk() 33 dev_printk(level, kdev, "%pV", &vaf); in __i915_printk() 36 __builtin_return_address(0), &vaf); in __i915_printk()
|
/drivers/net/wireless/ath/ath10k/ |
D | trace.h | 50 TP_PROTO(struct ath10k *ar, struct va_format *vaf), 51 TP_ARGS(ar, vaf), 62 vaf->fmt, 63 *vaf->va) >= ATH10K_MSG_MAX); 74 TP_PROTO(struct ath10k *ar, struct va_format *vaf), 75 TP_ARGS(ar, vaf) 79 TP_PROTO(struct ath10k *ar, struct va_format *vaf), 80 TP_ARGS(ar, vaf) 84 TP_PROTO(struct ath10k *ar, struct va_format *vaf), 85 TP_ARGS(ar, vaf) [all …]
|