Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Ddebug.h116 #define ATH5K_DBG(_sc, _m, _fmt, ...) do { \ argument
118 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \
122 #define ATH5K_DBG_UNLIMIT(_sc, _m, _fmt, ...) do { \ argument
124 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \
Dath5k.h87 #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \ argument
88 _ath5k_printk(_sc, _level, _fmt, ##__VA_ARGS__)
90 #define ATH5K_PRINTK_LIMIT(_sc, _level, _fmt, ...) \ argument
93 ATH5K_PRINTK(_sc, _level, _fmt, ##__VA_ARGS__); \
96 #define ATH5K_INFO(_sc, _fmt, ...) \ argument
97 ATH5K_PRINTK(_sc, KERN_INFO, _fmt, ##__VA_ARGS__)
99 #define ATH5K_WARN(_sc, _fmt, ...) \ argument
100 ATH5K_PRINTK_LIMIT(_sc, KERN_WARNING, _fmt, ##__VA_ARGS__)
102 #define ATH5K_ERR(_sc, _fmt, ...) \ argument
103 ATH5K_PRINTK_LIMIT(_sc, KERN_ERR, _fmt, ##__VA_ARGS__)
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_lnode.h216 #define csio_ln_dbg(_ln, _fmt, ...) \ argument
217 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
220 #define csio_ln_err(_ln, _fmt, ...) \ argument
221 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
224 #define csio_ln_warn(_ln, _fmt, ...) \ argument
225 csio_warn(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
/linux-4.1.27/sound/usb/
Dformat.c46 unsigned 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()
435 int format, void *_fmt) in parse_audio_format_ii() argument
461 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii()
466 ret = parse_audio_format_rates_v1(chip, fp, _fmt, 8); /* fmt[8..] sample rates */ in parse_audio_format_ii()
470 struct uac_format_type_ii_ext_descriptor *fmt = _fmt; in parse_audio_format_ii()
/linux-4.1.27/arch/s390/include/asm/
Ddebug.h157 #define debug_sprintf_event(_id, _level, _fmt, ...) \ argument
166 _fmt, ## __VA_ARGS__); \
212 #define debug_sprintf_exception(_id, _level, _fmt, ...) \ argument
221 _fmt, ## __VA_ARGS__);\
/linux-4.1.27/arch/powerpc/perf/
Dhv-24x7.c953 #define PAGE_0_ATTR(_name, _fmt, _expr) \ argument
969 ret = sprintf(buf, _fmt, _expr); \
/linux-4.1.27/tools/perf/
Dbuiltin-diff.c1024 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() argument
1028 container_of(_fmt, struct diff_hpp_fmt, fmt); in hpp__entry_global()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h2288 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument
2290 printk(KERN_INFO "%s: %s: " _fmt, \
/linux-4.1.27/lib/
Dbch.c91 #define dbg(_fmt, args...) do {} while (0) argument
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c3989 #define CHECK_MLME_TRIGGER(_mvm, _trig, _buf, _cnt, _fmt...) \ in iwl_mvm_mac_event_callback() argument
3993 iwl_mvm_fw_dbg_collect_trig(_mvm, _trig, _fmt);\ in iwl_mvm_mac_event_callback()