Home
last modified time | relevance | path

Searched refs:va_format (Results 1 – 25 of 121) sorted by relevance

12345

/Linux-v5.10/include/trace/events/
Discsi.h15 void iscsi_dbg_trace(void (*trace)(struct device *dev, struct va_format *),
23 TP_PROTO(struct device *dev, struct va_format *vaf),
45 TP_PROTO(struct device *dev, struct va_format *vaf),
54 TP_PROTO(struct device *dev, struct va_format *vaf),
63 TP_PROTO(struct device *dev, struct va_format *vaf),
72 TP_PROTO(struct device *dev, struct va_format *vaf),
81 TP_PROTO(struct device *dev, struct va_format *vaf),
90 TP_PROTO(struct device *dev, struct va_format *vaf),
99 TP_PROTO(struct device *dev, struct va_format *vaf),
Dqla.h19 struct va_format *vaf),
38 TP_PROTO(const char *buf, struct va_format *vaf),
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-devtrace-msg.h23 TP_PROTO(struct va_format *vaf),
37 TP_PROTO(struct va_format *vaf),
42 TP_PROTO(struct va_format *vaf),
47 TP_PROTO(struct va_format *vaf),
52 TP_PROTO(struct va_format *vaf),
58 struct va_format *vaf),
Diwl-debug.c69 struct va_format vaf = { \
91 struct va_format vaf = { in __iwl_err()
114 struct va_format vaf = { in __iwl_dbg()
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dbrcms_trace_brcmsmac_msg.h28 TP_PROTO(struct va_format *vaf),
42 TP_PROTO(struct va_format *vaf),
47 TP_PROTO(struct va_format *vaf),
52 TP_PROTO(struct va_format *vaf),
57 TP_PROTO(struct va_format *vaf),
62 TP_PROTO(u32 level, const char *func, struct va_format *vaf),
/Linux-v5.10/net/bluetooth/
Dlib.c140 struct va_format vaf; in bt_info()
156 struct va_format vaf; in bt_warn()
172 struct va_format vaf; in bt_err()
201 struct va_format vaf; in bt_dbg()
221 struct va_format vaf; in bt_warn_ratelimited()
237 struct va_format vaf; in bt_err_ratelimited()
/Linux-v5.10/drivers/net/wireless/ath/wil6210/
Ddebug.c12 struct va_format vaf; in __wil_err()
25 struct va_format vaf; in __wil_err_ratelimited()
41 struct va_format vaf; in wil_dbg_ratelimited()
57 struct va_format vaf; in __wil_info()
70 struct va_format vaf; in wil_dbg_trace()
Dtrace.h70 TP_PROTO(struct va_format *vaf),
85 TP_PROTO(struct va_format *vaf),
90 TP_PROTO(struct va_format *vaf),
95 TP_PROTO(struct va_format *vaf),
/Linux-v5.10/net/mac80211/
Dtrace_msg.h22 TP_PROTO(struct va_format *vaf),
40 TP_PROTO(struct va_format *vaf),
44 TP_PROTO(struct va_format *vaf),
48 TP_PROTO(struct va_format *vaf),
Dtrace.c17 struct va_format vaf = { in __sdata_info()
32 struct va_format vaf = { in __sdata_dbg()
48 struct va_format vaf = { in __sdata_err()
63 struct va_format vaf = { in __wiphy_dbg()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_print.c99 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump()
151 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file()
157 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info()
163 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_debug()
169 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err()
241 struct va_format vaf; in drm_dev_printk()
262 struct va_format vaf; in drm_dev_dbg()
285 struct va_format vaf; in __drm_dbg()
304 struct va_format vaf; in __drm_err()
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddebug.c12 struct va_format vaf = { in ath11k_info()
27 struct va_format vaf = { in ath11k_err()
42 struct va_format vaf = { in ath11k_warn()
60 struct va_format vaf; in __ath11k_dbg()
/Linux-v5.10/fs/xfs/
Dxfs_message.c21 struct va_format *vaf) in __xfs_printk()
33 struct va_format vaf; \
68 struct va_format vaf; in xfs_alert_tag()
129 struct va_format vaf; in xfs_buf_alert_ratelimited()
/Linux-v5.10/fs/ubifs/
Dmisc.c8 struct va_format vaf; in ubifs_msg()
25 struct va_format vaf; in ubifs_err()
44 struct va_format vaf; in ubifs_warn()
/Linux-v5.10/drivers/scsi/qedi/
Dqedi_dbg.c15 struct va_format vaf; in qedi_dbg_err()
36 struct va_format vaf; in qedi_dbg_warn()
61 struct va_format vaf; in qedi_dbg_notice()
87 struct va_format vaf; in qedi_dbg_info()
/Linux-v5.10/drivers/scsi/bnx2fc/
Dbnx2fc_debug.c19 struct va_format vaf; in BNX2FC_IO_DBG()
43 struct va_format vaf; in BNX2FC_TGT_DBG()
67 struct va_format vaf; in BNX2FC_HBA_DBG()
/Linux-v5.10/include/drm/
Ddrm_print.h77 void (*printfn)(struct drm_printer *p, struct va_format *vaf);
83 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf);
85 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf);
87 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf);
88 void __drm_printfn_debug(struct drm_printer *p, struct va_format *vaf);
89 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf);
108 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dtrace_dbg.h67 TP_PROTO(const char *function, struct va_format *vaf),
92 TP_PROTO(const char *function, struct va_format *vaf), \
98 struct va_format vaf = { \
/Linux-v5.10/drivers/scsi/qedf/
Dqedf_dbg.c14 struct va_format vaf; in qedf_dbg_err()
35 struct va_format vaf; in qedf_dbg_warn()
60 struct va_format vaf; in qedf_dbg_notice()
86 struct va_format vaf; in qedf_dbg_info()
/Linux-v5.10/fs/ntfs/
Ddebug.c32 struct va_format vaf; in __ntfs_warning()
75 struct va_format vaf; in __ntfs_error()
104 struct va_format vaf; in __ntfs_debug()
/Linux-v5.10/drivers/usb/host/
Dxhci-dbg.c22 void xhci_dbg_trace(struct xhci_hcd *xhci, void (*trace)(struct va_format *), in xhci_dbg_trace() argument
25 struct va_format vaf; in xhci_dbg_trace()
Dxhci-trace.h31 TP_PROTO(struct va_format *vaf),
41 TP_PROTO(struct va_format *vaf),
46 TP_PROTO(struct va_format *vaf),
51 TP_PROTO(struct va_format *vaf),
56 TP_PROTO(struct va_format *vaf),
61 TP_PROTO(struct va_format *vaf),
66 TP_PROTO(struct va_format *vaf),
71 TP_PROTO(struct va_format *vaf),
/Linux-v5.10/drivers/mtd/ubi/
Dmisc.c147 struct va_format vaf; in ubi_msg()
163 struct va_format vaf; in ubi_warn()
180 struct va_format vaf; in ubi_err()
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/
Dtrace.h253 TP_PROTO(struct va_format *vaf),
268 TP_PROTO(struct va_format *vaf),
273 TP_PROTO(struct va_format *vaf),
278 TP_PROTO(struct va_format *vaf),
283 TP_PROTO(unsigned int level, struct va_format *vaf),
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dtracepoint.h32 TP_PROTO(const char *func, struct va_format *vaf),
48 TP_PROTO(u32 level, const char *func, struct va_format *vaf),

12345