Searched refs:fmt (Results 1 - 25 of 1544) sorted by relevance

1234567891011>>

/drivers/staging/unisys/include/
H A Duniklog.h36 * \param fmt printf()-style format string containing the message to log.
53 * \param fmt printf()-style format string containing the message to log.
62 #define DBGINFDEV(devname, fmt, args...) do { } while (0)
63 #define DBGVERDEV(devname, fmt, args...) do { } while (0)
64 #define DBGINF(fmt, args...) do { } while (0)
65 #define DBGVER(fmt, args...) do { } while (0)
74 * \param fmt printf()-style format string containing the message to log.
82 #define LOGINF(fmt, args...) pr_info(fmt, ## args)
83 #define LOGINFDEV(devname, fmt, arg
[all...]
H A Dtimskmod.h97 #define PRINTKDRV(fmt, args...) LOGINF(fmt, ## args)
98 #define TBDDRV(fmt, args...) LOGERR(fmt, ## args)
99 #define HUHDRV(fmt, args...) LOGERR(fmt, ## args)
100 #define ERRDRV(fmt, args...) LOGERR(fmt, ## args)
101 #define WARNDRV(fmt, args...) LOGWRN(fmt, ## arg
[all...]
/drivers/scsi/osd/
H A Dosd_debug.h17 #define OSD_ERR(fmt, a...) printk(KERN_ERR "osd: " fmt, ##a)
18 #define OSD_INFO(fmt, a...) printk(KERN_NOTICE "osd: " fmt, ##a)
21 #define OSD_DEBUG(fmt, a...) \
22 printk(KERN_NOTICE "osd @%s:%d: " fmt, __func__, __LINE__, ##a)
24 #define OSD_DEBUG(fmt, a...) do {} while (0)
/drivers/net/wireless/libertas_tf/
H A Ddeb_defs.h48 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \
50 printk(KERN_DEBUG DRV_NAME grpnam "%s: " fmt, \
53 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0)
58 #define lbtf_deb_enter_args(grp, fmt, args...) \
59 LBTF_DEB_LL(grp | LBTF_DEB_ENTER, " enter", "%s(" fmt ")\n", __func__, ## args);
62 #define lbtf_deb_leave_args(grp, fmt, args...) \
63 LBTF_DEB_LL(grp | LBTF_DEB_LEAVE, " leave", "%s(), " fmt "\n", \
65 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args)
66 #define lbtf_deb_net(fmt, arg
[all...]
/drivers/net/wireless/ath/wil6210/
H A Ddebug.c20 void wil_err(struct wil6210_priv *wil, const char *fmt, ...) argument
24 .fmt = fmt,
28 va_start(args, fmt);
35 void wil_info(struct wil6210_priv *wil, const char *fmt, ...) argument
39 .fmt = fmt,
43 va_start(args, fmt);
50 void wil_dbg_trace(struct wil6210_priv *wil, const char *fmt, ...) argument
53 .fmt
[all...]
/drivers/usb/storage/
H A Ddebug.h54 const char *fmt, ...);
56 #define US_DEBUGPX(fmt, ...) printk(fmt, ##__VA_ARGS__)
61 const char *fmt, ...) {return 1;}
62 #define usb_stor_dbg(us, fmt, ...) \
63 do { if (0) _usb_stor_dbg(us, fmt, ##__VA_ARGS__); } while (0)
64 #define US_DEBUGPX(fmt, ...) \
65 do { if (0) printk(fmt, ##__VA_ARGS__); } while (0)
60 _usb_stor_dbg(const struct us_data *us, const char *fmt, ...) argument
/drivers/usb/dwc3/
H A Ddebug.c20 void dwc3_trace(void (*trace)(struct va_format *), const char *fmt, ...) argument
25 va_start(args, fmt);
26 vaf.fmt = fmt;
/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_debug.h23 #define mfc_debug(level, fmt, args...) \
26 printk(KERN_DEBUG "%s:%d: " fmt, \
30 #define mfc_debug(level, fmt, args...)
36 #define mfc_err(fmt, args...) \
38 printk(KERN_ERR "%s:%d: " fmt, \
42 #define mfc_info(fmt, args...) \
44 printk(KERN_INFO "%s:%d: " fmt, \
/drivers/scsi/bnx2fc/
H A Dbnx2fc_debug.h27 #define BNX2FC_ELS_DBG(fmt, ...) \
30 pr_info(fmt, ##__VA_ARGS__); \
33 #define BNX2FC_MISC_DBG(fmt, ...) \
36 pr_info(fmt, ##__VA_ARGS__); \
40 void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...);
42 void BNX2FC_TGT_DBG(const struct bnx2fc_rport *tgt, const char *fmt, ...);
44 void BNX2FC_HBA_DBG(const struct fc_lport *lport, const char *fmt, ...);
H A Dbnx2fc_debug.c16 void BNX2FC_IO_DBG(const struct bnx2fc_cmd *io_req, const char *fmt, ...) argument
24 va_start(args, fmt);
26 vaf.fmt = fmt;
40 void BNX2FC_TGT_DBG(const struct bnx2fc_rport *tgt, const char *fmt, ...) argument
48 va_start(args, fmt);
50 vaf.fmt = fmt;
64 void BNX2FC_HBA_DBG(const struct fc_lport *lport, const char *fmt, ...) argument
72 va_start(args, fmt);
[all...]
/drivers/usb/musb/
H A Dmusb_debug.h41 #define WARNING(fmt, args...) yprintk(KERN_WARNING, fmt, ## args)
42 #define INFO(fmt, args...) yprintk(KERN_INFO, fmt, ## args)
43 #define ERR(fmt, args...) yprintk(KERN_ERR, fmt, ## args)
/drivers/scsi/fcoe/
H A Dlibfcoe.h18 #define LIBFCOE_DBG(fmt, args...) \
20 pr_info("libfcoe: " fmt, ##args);)
22 #define LIBFCOE_FIP_DBG(fip, fmt, args...) \
24 pr_info("host%d: fip: " fmt, \
27 #define LIBFCOE_TRANSPORT_DBG(fmt, args...) \
29 pr_info("%s: " fmt, __func__, ##args);)
31 #define LIBFCOE_SYSFS_DBG(cdev, fmt, args...) \
33 pr_info("ctlr_%d: " fmt, cdev->id, ##args);)
/drivers/isdn/i4l/
H A Disdn_x25iface.h16 # define IX25DEBUG(fmt, args...) printk(KERN_DEBUG fmt, ##args)
18 # define IX25DEBUG(fmt, args...)
/drivers/media/pci/cx18/
H A Dcx18-alsa.h54 #define CX18_ALSA_DEBUG(x, type, fmt, args...) \
57 printk(KERN_INFO "%s-alsa: " type ": " fmt, \
61 #define CX18_ALSA_DEBUG_WARN(fmt, args...) \
62 CX18_ALSA_DEBUG(CX18_ALSA_DBGFLG_WARN, "warning", fmt , ## args)
64 #define CX18_ALSA_DEBUG_INFO(fmt, args...) \
65 CX18_ALSA_DEBUG(CX18_ALSA_DBGFLG_INFO, "info", fmt , ## args)
67 #define CX18_ALSA_ERR(fmt, args...) \
68 printk(KERN_ERR "%s-alsa: " fmt, v4l2_dev->name , ## args)
70 #define CX18_ALSA_WARN(fmt, args...) \
71 printk(KERN_WARNING "%s-alsa: " fmt, v4l2_de
[all...]
/drivers/media/pci/ivtv/
H A Divtv-alsa.h55 #define IVTV_ALSA_DEBUG(x, type, fmt, args...) \
58 pr_info("%s-alsa: " type ": " fmt, \
62 #define IVTV_ALSA_DEBUG_WARN(fmt, args...) \
63 IVTV_ALSA_DEBUG(IVTV_ALSA_DBGFLG_WARN, "warning", fmt , ## args)
65 #define IVTV_ALSA_DEBUG_INFO(fmt, args...) \
66 IVTV_ALSA_DEBUG(IVTV_ALSA_DBGFLG_INFO, "info", fmt , ## args)
68 #define IVTV_ALSA_ERR(fmt, args...) \
69 pr_err("%s-alsa: " fmt, v4l2_dev->name , ## args)
71 #define IVTV_ALSA_WARN(fmt, args...) \
72 pr_warn("%s-alsa: " fmt, v4l2_de
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-debug.c72 void __iwl_ ##fn(struct device *dev, const char *fmt, ...) \
75 .fmt = fmt, \
79 va_start(args, fmt); \
94 const char *fmt, ...)
97 .fmt = fmt,
101 va_start(args, fmt);
117 const char *fmt, ...)
120 .fmt
115 __iwl_dbg(struct device *dev, u32 level, bool limit, const char *function, const char *fmt, ...) argument
[all...]
/drivers/net/wireless/zd1211rw/
H A Dzd_def.h29 #define dev_printk_f(level, dev, fmt, args...) \
30 dev_printk(level, dev, "%s() " fmt, __func__, ##args)
33 # define dev_dbg_f(dev, fmt, args...) \
34 dev_printk_f(KERN_DEBUG, dev, fmt, ## args)
35 # define dev_dbg_f_limit(dev, fmt, args...) do { \
37 dev_printk_f(KERN_DEBUG, dev, fmt, ## args); \
39 # define dev_dbg_f_cond(dev, cond, fmt, args...) ({ \
42 dev_printk_f(KERN_DEBUG, dev, fmt, ## args); \
45 # define dev_dbg_f(dev, fmt, args...) do { (void)(dev); } while (0)
46 # define dev_dbg_f_limit(dev, fmt, arg
[all...]
/drivers/net/wireless/libertas/
H A Ddefs.h50 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \
52 printk(KERN_DEBUG DRV_NAME grpnam "%s: " fmt, \
55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0)
60 #define lbs_deb_enter_args(grp, fmt, args...) \
61 LBS_DEB_LL(grp | LBS_DEB_ENTER, " enter", "%s(" fmt ")\n", __func__, ## args);
64 #define lbs_deb_leave_args(grp, fmt, args...) \
65 LBS_DEB_LL(grp | LBS_DEB_LEAVE, " leave", "%s(), " fmt "\n", \
67 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args)
68 #define lbs_deb_net(fmt, arg
[all...]
/drivers/scsi/libfc/
H A Dfc_libfc.h42 #define FC_LIBFC_DBG(fmt, args...) \
44 pr_info("libfc: " fmt, ##args))
46 #define FC_LPORT_DBG(lport, fmt, args...) \
48 pr_info("host%u: lport %6.6x: " fmt, \
52 #define FC_DISC_DBG(disc, fmt, args...) \
54 pr_info("host%u: disc: " fmt, \
58 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \
60 pr_info("host%u: rport %6.6x: " fmt, \
64 #define FC_RPORT_DBG(rdata, fmt, args...) \
65 FC_RPORT_ID_DBG((rdata)->local_port, (rdata)->ids.port_id, fmt, ##arg
[all...]
/drivers/gpio/
H A Dgpiolib.h101 #define gpiod_emerg(desc, fmt, ...) \
102 pr_emerg("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?",\
104 #define gpiod_crit(desc, fmt, ...) \
105 pr_crit("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
107 #define gpiod_err(desc, fmt, ...) \
108 pr_err("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
110 #define gpiod_warn(desc, fmt, ...) \
111 pr_warn("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
113 #define gpiod_info(desc, fmt, ...) \
114 pr_info("gpio-%d (%s): " fmt, desc_to_gpi
[all...]
/drivers/staging/ozwpan/
H A Dozdbg.h36 #define oz_dbg(mask, fmt, ...) \
39 pr_debug(fmt, ##__VA_ARGS__); \
42 #define oz_cdev_dbg(cdev, mask, fmt, ...) \
45 netdev_dbg((cdev)->dev, fmt, ##__VA_ARGS__); \
48 #define oz_pd_dbg(pd, mask, fmt, ...) \
51 pr_debug(fmt, ##__VA_ARGS__); \
/drivers/media/platform/vivid/
H A Dvivid-vbi-out.h28 int vidioc_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt);
29 int vidioc_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt);
30 int vidioc_s_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt);
/drivers/mtd/ubi/
H A Ddebug.h41 #define ubi_dbg_msg(type, fmt, ...) \
42 pr_debug("UBI DBG " type " (pid %d): " fmt "\n", current->pid, \
46 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__)
48 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__)
50 #define dbg_wl(fmt, ...) ubi_dbg_msg("wl", fmt, ##__VA_ARGS__)
52 #define dbg_io(fmt, ...) ubi_dbg_msg("io", fmt, ##__VA_ARGS_
[all...]
/drivers/net/wireless/ti/wlcore/
H A Ddebug.h64 #define wl1271_error(fmt, arg...) \
65 pr_err(DRIVER_PREFIX "ERROR " fmt "\n", ##arg)
67 #define wl1271_warning(fmt, arg...) \
68 pr_warn(DRIVER_PREFIX "WARNING " fmt "\n", ##arg)
70 #define wl1271_notice(fmt, arg...) \
71 pr_info(DRIVER_PREFIX fmt "\n", ##arg)
73 #define wl1271_info(fmt, arg...) \
74 pr_info(DRIVER_PREFIX fmt "\n", ##arg)
78 #define wl1271_debug(level, fmt, arg...) \
81 dynamic_pr_debug(DRIVER_PREFIX fmt "\
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_dbg.h43 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
51 #define brcmf_err(fmt, ...) pr_err("%s: " fmt, __func__, ##__VA_ARGS__)
53 #define brcmf_err(fmt, ...) \
56 pr_err("%s: " fmt, __func__, ##__VA_ARGS__); \
61 void __brcmf_err(const char *func, const char *fmt, ...);
62 #define brcmf_err(fmt, ...) \
63 __brcmf_err(__func__, fmt, ##__VA_ARGS__)
68 void __brcmf_dbg(u32 level, const char *func, const char *fmt,
[all...]

Completed in 1089 milliseconds

1234567891011>>