Home
last modified time | relevance | path

Searched defs:vaf (Results 1 – 25 of 108) sorted by relevance

12345

/linux/drivers/gpu/drm/
H A Ddrm_print.c121 void __drm_printfn_coredump(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_coredump()
173 void __drm_printfn_seq_file(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_seq_file()
179 void __drm_printfn_info(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_info()
185 void __drm_printfn_dbg(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_dbg()
206 void __drm_printfn_err(struct drm_printer *p, struct va_format *vaf) in __drm_printfn_err()
283 struct va_format vaf; in drm_dev_printk() local
304 struct va_format vaf; in __drm_dev_dbg() local
328 struct va_format vaf; in ___drm_dbg() local
347 struct va_format vaf; in __drm_err() local
/linux/net/bluetooth/
H A Dlib.c248 struct va_format vaf; in bt_info() local
268 struct va_format vaf; in bt_warn() local
288 struct va_format vaf; in bt_err() local
321 struct va_format vaf; in bt_dbg() local
348 struct va_format vaf; in bt_warn_ratelimited() local
371 struct va_format vaf; in bt_err_ratelimited() local
/linux/drivers/net/wireless/ath/wil6210/
H A Ddebug.c12 struct va_format vaf; in __wil_err() local
25 struct va_format vaf; in __wil_err_ratelimited() local
41 struct va_format vaf; in wil_dbg_ratelimited() local
57 struct va_format vaf; in __wil_info() local
70 struct va_format vaf; in wil_dbg_trace() local
/linux/net/mac80211/
H A Dtrace.c17 struct va_format vaf = { in __sdata_info() local
32 struct va_format vaf = { in __sdata_dbg() local
48 struct va_format vaf = { in __sdata_err() local
63 struct va_format vaf = { in __wiphy_dbg() local
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebug.c13 struct va_format vaf = { in ath11k_info() local
28 struct va_format vaf = { in ath11k_err() local
43 struct va_format vaf = { in ath11k_warn() local
61 struct va_format vaf; in __ath11k_dbg() local
/linux/drivers/net/wireless/ath/ath12k/
H A Ddebug.c13 struct va_format vaf = { in ath12k_info() local
27 struct va_format vaf = { in ath12k_err() local
41 struct va_format vaf = { in ath12k_warn() local
58 struct va_format vaf; in __ath12k_dbg() local
/linux/drivers/scsi/qedi/
H A Dqedi_dbg.c15 struct va_format vaf; in qedi_dbg_err() local
36 struct va_format vaf; in qedi_dbg_warn() local
61 struct va_format vaf; in qedi_dbg_notice() local
87 struct va_format vaf; in qedi_dbg_info() local
/linux/fs/xfs/
H A Dxfs_message.c21 struct va_format *vaf) in __xfs_printk()
36 struct va_format vaf; in xfs_printk_level() local
60 struct va_format vaf; in _xfs_alert_tag() local
121 struct va_format vaf; in xfs_buf_alert_ratelimited() local
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_debug.c19 struct va_format vaf; in BNX2FC_IO_DBG() local
43 struct va_format vaf; in BNX2FC_TGT_DBG() local
67 struct va_format vaf; in BNX2FC_HBA_DBG() local
/linux/fs/ubifs/
H A Dmisc.c8 struct va_format vaf; in ubifs_msg() local
25 struct va_format vaf; in ubifs_err() local
44 struct va_format vaf; in ubifs_warn() local
/linux/drivers/scsi/qedf/
H A Dqedf_dbg.c14 struct va_format vaf; in qedf_dbg_err() local
35 struct va_format vaf; in qedf_dbg_warn() local
60 struct va_format vaf; in qedf_dbg_notice() local
86 struct va_format vaf; in qedf_dbg_info() local
/linux/fs/befs/
H A Ddebug.c31 struct va_format vaf; in befs_error() local
44 struct va_format vaf; in befs_warning() local
59 struct va_format vaf; in befs_debug() local
/linux/drivers/mtd/ubi/
H A Dmisc.c147 struct va_format vaf; in ubi_msg() local
163 struct va_format vaf; in ubi_warn() local
180 struct va_format vaf; in ubi_err() local
/linux/fs/btrfs/
H A Dmessages.c140 struct va_format vaf; in __btrfs_handle_fs_error() local
214 struct va_format vaf; in _btrfs_printk() local
293 struct va_format vaf = { .fmt = fmt }; in __btrfs_panic() local
H A Dtree-checker.c60 struct va_format vaf; in generic_err() local
87 struct va_format vaf; in file_extent_err() local
148 struct va_format vaf; in dir_item_err() local
644 struct va_format vaf; in block_group_err() local
756 struct va_format vaf; in chunk_err() local
1001 struct va_format vaf; in dev_item_err() local
1248 struct va_format vaf; in extent_err() local
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-debug.c36 struct va_format vaf = { in __iwl_err() local
71 struct va_format vaf = { in __iwl_dbg() local
/linux/drivers/scsi/qla2xxx/
H A Dqla_dbg.c2493 struct va_format vaf; in ql_dbg() local
2533 struct va_format vaf; in ql_dbg_pci() local
2574 struct va_format vaf; in ql_log() local
2626 struct va_format vaf; in ql_log_pci() local
2726 struct va_format vaf; in ql_log_qp() local
2779 struct va_format vaf; in ql_dbg_qp() local
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_printk.h46 static inline void __xe_gt_printfn_err(struct drm_printer *p, struct va_format *vaf) in __xe_gt_printfn_err()
53 static inline void __xe_gt_printfn_info(struct drm_printer *p, struct va_format *vaf) in __xe_gt_printfn_info()
/linux/net/batman-adv/
H A Dlog.c23 struct va_format vaf; in batadv_debug_log() local
/linux/drivers/usb/chipidea/
H A Dtrace.c15 struct va_format vaf; in ci_log() local
/linux/drivers/usb/mtu3/
H A Dmtu3_trace.c16 struct va_format vaf; in mtu3_dbg_trace() local
/linux/drivers/usb/musb/
H A Dmusb_trace.c15 struct va_format vaf; in musb_dbg() local
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dtracepoint.c17 struct va_format vaf = { in __brcmf_err() local
/linux/drivers/usb/host/
H A Dxhci-dbg.c25 struct va_format vaf; in xhci_dbg_trace() local
/linux/fs/verity/
H A Dinit.c42 struct va_format vaf; in fsverity_msg() local

12345