| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_print.h | 13 #define gt_err(_gt, _fmt, ...) \ argument 16 #define gt_warn(_gt, _fmt, ...) \ argument 19 #define gt_warn_once(_gt, _fmt, ...) \ argument 22 #define gt_notice(_gt, _fmt, ...) \ argument 25 #define gt_info(_gt, _fmt, ...) \ argument 28 #define gt_dbg(_gt, _fmt, ...) \ argument 31 #define gt_err_ratelimited(_gt, _fmt, ...) \ argument 34 #define gt_notice_ratelimited(_gt, _fmt, ...) \ argument 37 #define gt_probe_error(_gt, _fmt, ...) \ argument 45 #define gt_WARN(_gt, _condition, _fmt, ...) \ argument [all …]
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_print.h | 12 #define guc_printk(_guc, _level, _fmt, ...) \ argument 15 #define guc_err(_guc, _fmt, ...) \ argument 18 #define guc_warn(_guc, _fmt, ...) \ argument 21 #define guc_notice(_guc, _fmt, ...) \ argument 24 #define guc_info(_guc, _fmt, ...) \ argument 27 #define guc_dbg(_guc, _fmt, ...) \ argument 30 #define guc_err_ratelimited(_guc, _fmt, ...) \ argument 33 #define guc_notice_ratelimited(_guc, _fmt, ...) \ argument 36 #define guc_probe_error(_guc, _fmt, ...) \ argument 39 #define guc_WARN(_guc, _cond, _fmt, ...) \ argument [all …]
|
| H A D | intel_huc_print.h | 12 #define huc_printk(_huc, _level, _fmt, ...) \ argument 14 #define huc_err(_huc, _fmt, ...) huc_printk((_huc), err, _fmt, ##__VA_ARGS__) argument 15 #define huc_warn(_huc, _fmt, ...) huc_printk((_huc), warn, _fmt, ##__VA_ARGS__) argument 16 #define huc_notice(_huc, _fmt, ...) huc_printk((_huc), notice, _fmt, ##__VA_ARGS__) argument 17 #define huc_info(_huc, _fmt, ...) huc_printk((_huc), info, _fmt, ##__VA_ARGS__) argument 18 #define huc_dbg(_huc, _fmt, ...) huc_printk((_huc), dbg, _fmt, ##__VA_ARGS__) argument 19 #define huc_probe_error(_huc, _fmt, ...) huc_printk((_huc), probe_error, _fmt, ##__VA_ARGS__) argument
|
| H A D | intel_guc_ct.c | 46 #define CT_ERROR(_ct, _fmt, ...) \ argument 49 #define CT_DEBUG(_ct, _fmt, ...) \ argument 54 #define CT_PROBE_ERROR(_ct, _fmt, ...) \ argument
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_printk.h | 13 #define __XE_PRINTK_FMT(_xe, _fmt, _args...) _fmt, ##_args argument 15 #define xe_printk(_xe, _level, _fmt, ...) \ argument 18 #define xe_err(_xe, _fmt, ...) \ argument 21 #define xe_err_once(_xe, _fmt, ...) \ argument 24 #define xe_err_ratelimited(_xe, _fmt, ...) \ argument 27 #define xe_warn(_xe, _fmt, ...) \ argument 30 #define xe_notice(_xe, _fmt, ...) \ argument 33 #define xe_info(_xe, _fmt, ...) \ argument 36 #define xe_dbg(_xe, _fmt, ...) \ argument 39 #define xe_WARN_type(_xe, _type, _condition, _fmt, ...) \ argument [all …]
|
| H A D | xe_tile_printk.h | 11 #define __XE_TILE_PRINTK_FMT(_tile, _fmt, _args...) "Tile%u: " _fmt, (_tile)->id, ##_args argument 13 #define xe_tile_printk(_tile, _level, _fmt, ...) \ argument 16 #define xe_tile_err(_tile, _fmt, ...) \ argument 19 #define xe_tile_err_once(_tile, _fmt, ...) \ argument 22 #define xe_tile_err_ratelimited(_tile, _fmt, ...) \ argument 25 #define xe_tile_warn(_tile, _fmt, ...) \ argument 28 #define xe_tile_notice(_tile, _fmt, ...) \ argument 31 #define xe_tile_info(_tile, _fmt, ...) \ argument 34 #define xe_tile_dbg(_tile, _fmt, ...) \ argument 37 #define xe_tile_WARN_type(_tile, _type, _condition, _fmt, ...) \ argument [all …]
|
| H A D | xe_gt_printk.h | 12 #define __XE_GT_PRINTK_FMT(_gt, _fmt, _args...) "GT%u: " _fmt, (_gt)->info.id, ##_args argument 14 #define xe_gt_printk(_gt, _level, _fmt, ...) \ argument 17 #define xe_gt_err(_gt, _fmt, ...) \ argument 20 #define xe_gt_err_once(_gt, _fmt, ...) \ argument 23 #define xe_gt_err_ratelimited(_gt, _fmt, ...) \ argument 26 #define xe_gt_warn(_gt, _fmt, ...) \ argument 29 #define xe_gt_notice(_gt, _fmt, ...) \ argument 32 #define xe_gt_info(_gt, _fmt, ...) \ argument 35 #define xe_gt_dbg(_gt, _fmt, ...) \ argument 38 #define xe_gt_WARN_type(_gt, _type, _condition, _fmt, ...) \ argument [all …]
|
| H A D | xe_gt_sriov_printk.h | 15 #define xe_gt_sriov_err(_gt, _fmt, ...) \ argument 18 #define xe_gt_sriov_notice(_gt, _fmt, ...) \ argument 21 #define xe_gt_sriov_info(_gt, _fmt, ...) \ argument 24 #define xe_gt_sriov_dbg(_gt, _fmt, ...) \ argument 29 #define xe_gt_sriov_dbg_verbose(_gt, _fmt, ...) xe_gt_sriov_dbg(_gt, _fmt, ##__VA_ARGS__) argument 31 #define xe_gt_sriov_dbg_verbose(_gt, _fmt, ...) typecheck(struct xe_gt *, (_gt)) argument
|
| H A D | xe_memirq.c | 24 #define memirq_printk(m, _level, _fmt, ...) \ argument 29 #define memirq_debug(m, _fmt, ...) memirq_printk(m, dbg, _fmt, ##__VA_ARGS__) argument 34 #define memirq_err(m, _fmt, ...) memirq_printk(m, err, _fmt, ##__VA_ARGS__) argument 35 #define memirq_err_ratelimited(m, _fmt, ...) \ argument
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | ucall_common.h | 67 #define GUEST_PRINTF(_fmt, _args...) ucall_fmt(UCALL_PRINTF, _fmt, ##_args) argument 79 #define ____GUEST_ASSERT(_condition, _exp, _fmt, _args...) \ argument 85 #define __GUEST_ASSERT(_condition, _fmt, _args...) \ argument 91 #define GUEST_FAIL(_fmt, _args...) \ argument
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | debug.h | 116 #define ATH5K_DBG(_sc, _m, _fmt, ...) do { \ argument 122 #define ATH5K_DBG_UNLIMIT(_sc, _m, _fmt, ...) do { \ argument
|
| H A D | ath5k.h | 87 #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \ argument 90 #define ATH5K_PRINTK_LIMIT(_sc, _level, _fmt, ...) \ argument 96 #define ATH5K_INFO(_sc, _fmt, ...) \ argument 99 #define ATH5K_WARN(_sc, _fmt, ...) \ argument 102 #define ATH5K_ERR(_sc, _fmt, ...) \ argument
|
| /linux/sound/usb/ |
| H A D | format.c | 33 u64 format, void *_fmt) in parse_audio_format_i_type() 661 void *_fmt) in parse_audio_format_i() 744 u64 format, void *_fmt) in parse_audio_format_ii()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_lnode.h | 203 #define csio_ln_dbg(_ln, _fmt, ...) \ argument 207 #define csio_ln_err(_ln, _fmt, ...) \ argument 211 #define csio_ln_warn(_ln, _fmt, ...) \ argument
|
| /linux/arch/s390/include/asm/ |
| H A D | debug.h | 256 #define debug_sprintf_event(_id, _level, _fmt, ...) \ argument 386 #define debug_sprintf_exception(_id, _level, _fmt, ...) \ argument
|
| /linux/tools/lib/perf/tests/ |
| H A D | test-evsel.c | 300 #define FMT(_fmt) PERF_FORMAT_ ## _fmt in test_stat_read_format() argument
|
| /linux/drivers/media/platform/sunxi/sun4i-csi/ |
| H A D | sun4i_v4l2.c | 94 const struct sun4i_csi_format *_fmt; in _sun4i_csi_try_fmt() local
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | dbg.h | 334 #define IWL_FW_CHECK(_obj, _cond, _fmt, ...) \ argument
|
| /linux/include/linux/ |
| H A D | printk.h | 434 #define __printk_index_emit(_fmt, _level, _subsys_fmt_prefix) \ argument 481 #define printk_index_wrap(_p_func, _fmt, ...) \ argument
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | wmi-other.c | 420 #define __LWMI_ATTR_SHOW_FMT(_prop, _attrname, _fmt, _val) \ argument
|
| /linux/tools/testing/selftests/vfio/lib/include/ |
| H A D | vfio_util.h | 45 #define VFIO_FAIL(_fmt, ...) do { \ argument
|
| /linux/sound/soc/codecs/ |
| H A D | ak4613.c | 276 #define AUDIO_IFACE(_dif, _width, _fmt) \ argument
|
| /linux/lib/ |
| H A D | bch.c | 98 #define dbg(_fmt, args...) do {} while (0) argument
|
| /linux/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 1084 #define PAGE_0_ATTR(_name, _fmt, _expr) \ argument
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mac80211.c | 957 #define CHECK_BA_TRIGGER(_mvm, _trig, _tid_bm, _tid, _fmt...) \ argument 6145 #define CHECK_MLME_TRIGGER(_cnt, _fmt...) \ in iwl_mvm_event_mlme_callback() argument
|