Home
last modified time | relevance | path

Searched refs:_fmt (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/staging/gma500/
Dpsb_drv.h981 #define PSB_DEBUG_GENERAL(_fmt, _arg...) \ argument
982 PSB_DEBUG(PSB_D_GENERAL, _fmt, ##_arg)
983 #define PSB_DEBUG_INIT(_fmt, _arg...) \ argument
984 PSB_DEBUG(PSB_D_INIT, _fmt, ##_arg)
985 #define PSB_DEBUG_IRQ(_fmt, _arg...) \ argument
986 PSB_DEBUG(PSB_D_IRQ, _fmt, ##_arg)
987 #define PSB_DEBUG_ENTRY(_fmt, _arg...) \ argument
988 PSB_DEBUG(PSB_D_ENTRY, _fmt, ##_arg)
989 #define PSB_DEBUG_HV(_fmt, _arg...) \ argument
990 PSB_DEBUG(PSB_D_HV, _fmt, ##_arg)
[all …]
/linux-2.6.39/drivers/net/wireless/ath/ath5k/
Ddebug.h128 #define ATH5K_DBG(_sc, _m, _fmt, ...) do { \ argument
130 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \
134 #define ATH5K_DBG_UNLIMIT(_sc, _m, _fmt, ...) do { \ argument
136 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \
Dath5k.h77 #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \ argument
78 printk(_level "ath5k %s: " _fmt, \
82 #define ATH5K_PRINTK_LIMIT(_sc, _level, _fmt, ...) do { \ argument
84 ATH5K_PRINTK(_sc, _level, _fmt, ##__VA_ARGS__); \
87 #define ATH5K_INFO(_sc, _fmt, ...) \ argument
88 ATH5K_PRINTK(_sc, KERN_INFO, _fmt, ##__VA_ARGS__)
90 #define ATH5K_WARN(_sc, _fmt, ...) \ argument
91 ATH5K_PRINTK_LIMIT(_sc, KERN_WARNING, _fmt, ##__VA_ARGS__)
93 #define ATH5K_ERR(_sc, _fmt, ...) \ argument
94 ATH5K_PRINTK_LIMIT(_sc, KERN_ERR, _fmt, ##__VA_ARGS__)
/linux-2.6.39/sound/usb/
Dformat.c45 int format, void *_fmt, in parse_audio_format_i_type() argument
54 struct uac_format_type_i_discrete_descriptor *fmt = _fmt; in parse_audio_format_i_type()
62 struct uac_format_type_i_ext_descriptor *fmt = _fmt; in parse_audio_format_i_type()
418 int format, void *_fmt, in parse_audio_format_ii() argument
449 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii()
454 ret = parse_audio_format_rates_v1(chip, fp, _fmt, 8); /* fmt[8..] sample rates */ in parse_audio_format_ii()
458 struct uac_format_type_ii_ext_descriptor *fmt = _fmt; in parse_audio_format_ii()
/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic.h1398 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument
1400 printk(KERN_INFO "%s: %s: " _fmt, \
/linux-2.6.39/net/l2tp/
Dl2tp_core.c85 #define PRINTK(_mask, _type, _lvl, _fmt, args...) \ argument
88 printk(_lvl "L2TP: " _fmt, ##args); \
Dl2tp_ppp.c109 #define PRINTK(_mask, _type, _lvl, _fmt, args...) \ argument
112 printk(_lvl "PPPOL2TP: " _fmt, ##args); \
/linux-2.6.39/lib/
Dbch.c91 #define dbg(_fmt, args...) do {} while (0) argument