/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | debug.h | 116 #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, \
|
D | ath5k.h | 87 #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.4.14/drivers/scsi/csiostor/ |
D | csio_lnode.h | 216 #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.4.14/sound/usb/ |
D | format.c | 46 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.4.14/arch/s390/include/asm/ |
D | debug.h | 157 #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.4.14/tools/perf/ |
D | builtin-diff.c | 1030 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() argument 1034 container_of(_fmt, struct diff_hpp_fmt, fmt); in hpp__entry_global()
|
/linux-4.4.14/arch/powerpc/perf/ |
D | hv-24x7.c | 964 #define PAGE_0_ATTR(_name, _fmt, _expr) \ argument 980 ret = sprintf(buf, _fmt, _expr); \
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 773 #define CHECK_BA_TRIGGER(_mvm, _trig, _tid_bm, _tid, _fmt...) \ argument 777 iwl_mvm_fw_dbg_collect_trig(_mvm, _trig, _fmt); \ 4077 #define CHECK_MLME_TRIGGER(_mvm, _trig, _buf, _cnt, _fmt...) \ in iwl_mvm_event_mlme_callback() argument 4081 iwl_mvm_fw_dbg_collect_trig(_mvm, _trig, _fmt);\ in iwl_mvm_event_mlme_callback()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic.h | 2286 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument 2288 printk(KERN_INFO "%s: %s: " _fmt, \
|
/linux-4.4.14/lib/ |
D | bch.c | 91 #define dbg(_fmt, args...) do {} while (0) argument
|