/Linux-v4.19/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-v4.19/sound/usb/ |
D | format.c | 47 u64 format, void *_fmt) in parse_audio_format_i_type() argument 55 struct uac_format_type_i_discrete_descriptor *fmt = _fmt; in parse_audio_format_i_type() 63 struct uac_format_type_i_ext_descriptor *fmt = _fmt; in parse_audio_format_i_type() 77 struct uac3_as_header_descriptor *as = _fmt; in parse_audio_format_i_type() 390 void *_fmt) in parse_audio_format_i() argument 400 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() 431 fp->formats = parse_audio_format_i_type(chip, fp, format, _fmt); in parse_audio_format_i() 444 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() 473 u64 format, void *_fmt) in parse_audio_format_ii() argument 499 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii() [all …]
|
/Linux-v4.19/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-v4.19/arch/s390/include/asm/ |
D | debug.h | 161 #define debug_sprintf_event(_id, _level, _fmt, ...) \ argument 171 _fmt, ## __VA_ARGS__); \ 219 #define debug_sprintf_exception(_id, _level, _fmt, ...) \ argument 229 _fmt, ## __VA_ARGS__);\
|
/Linux-v4.19/drivers/gpu/drm/bridge/ |
D | sil-sii8620.h | 999 #define VAL_TPI_FORMAT(_fmt, _qr) \ argument 1000 (VAL_TPI_FORMAT_##_fmt | (VAL_TPI_QUAN_RANGE_##_qr << 2))
|
/Linux-v4.19/tools/perf/ |
D | builtin-diff.c | 1062 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() argument 1066 container_of(_fmt, struct diff_hpp_fmt, fmt); in hpp__entry_global()
|
/Linux-v4.19/arch/powerpc/perf/ |
D | hv-24x7.c | 1010 #define PAGE_0_ATTR(_name, _fmt, _expr) \ argument 1026 ret = sprintf(buf, _fmt, _expr); \
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac80211.c | 852 #define CHECK_BA_TRIGGER(_mvm, _trig, _tid_bm, _tid, _fmt...) \ argument 856 iwl_fw_dbg_collect_trig(&(_mvm)->fwrt, _trig, _fmt); \ 4451 #define CHECK_MLME_TRIGGER(_cnt, _fmt...) \ in iwl_mvm_event_mlme_callback() argument 4455 iwl_fw_dbg_collect_trig(&(mvm)->fwrt, trig, _fmt); \ in iwl_mvm_event_mlme_callback()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic.h | 2308 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument 2310 printk(KERN_INFO "%s: %s: " _fmt, \
|
/Linux-v4.19/lib/ |
D | bch.c | 97 #define dbg(_fmt, args...) do {} while (0) argument
|