/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_print.h | 12 #define guc_printk(_guc, _level, _fmt, ...) \ 13 gt_##_level(guc_to_gt(_guc), "GUC: " _fmt, ##__VA_ARGS__) 15 #define guc_err(_guc, _fmt, ...) \ 16 guc_printk((_guc), err, _fmt, ##__VA_ARGS__) 18 #define guc_warn(_guc, _fmt, ...) \ 19 guc_printk((_guc), warn, _fmt, ##__VA_ARGS__) 21 #define guc_notice(_guc, _fmt, ...) \ 22 guc_printk((_guc), notice, _fmt, ##__VA_ARGS__) 24 #define guc_info(_guc, _fmt, ...) \ 25 guc_printk((_guc), info, _fmt, ##__VA_ARGS_ [all...] |
H A D | intel_huc_print.h | 12 #define huc_printk(_huc, _level, _fmt, ...) \ 13 gt_##_level(huc_to_gt(_huc), "HuC: " _fmt, ##__VA_ARGS__) 14 #define huc_err(_huc, _fmt, ...) huc_printk((_huc), err, _fmt, ##__VA_ARGS__) 15 #define huc_warn(_huc, _fmt, ...) huc_printk((_huc), warn, _fmt, ##__VA_ARGS__) 16 #define huc_notice(_huc, _fmt, ...) huc_printk((_huc), notice, _fmt, ##__VA_ARGS__) 17 #define huc_info(_huc, _fmt, ...) huc_printk((_huc), info, _fmt, ##__VA_ARGS_ [all...] |
H A D | intel_guc_ct.c | 45 #define CT_ERROR(_ct, _fmt, ...) \ 46 guc_err(ct_to_guc(_ct), "CT: " _fmt, ##__VA_ARGS__) 48 #define CT_DEBUG(_ct, _fmt, ...) \ 49 guc_dbg(ct_to_guc(_ct), "CT: " _fmt, ##__VA_ARGS__) 53 #define CT_PROBE_ERROR(_ct, _fmt, ...) \ 54 guc_probe_error(ct_to_guc(ct), "CT: " _fmt, ##__VA_ARGS__)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_print.h | 13 #define gt_err(_gt, _fmt, ...) \ 14 drm_err(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__) 16 #define gt_warn(_gt, _fmt, ...) \ 17 drm_warn(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__) 19 #define gt_notice(_gt, _fmt, ...) \ 20 drm_notice(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__) 22 #define gt_info(_gt, _fmt, ...) \ 23 drm_info(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__) 25 #define gt_dbg(_gt, _fmt, ...) \ 26 drm_dbg(&(_gt)->i915->drm, "GT%u: " _fmt, (_g [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/ |
H A D | ucall_common.h | 55 #define GUEST_PRINTF(_fmt, _args...) ucall_fmt(UCALL_PRINTF, _fmt, ##_args) 67 #define ____GUEST_ASSERT(_condition, _exp, _fmt, _args...) \ 70 ucall_assert(UCALL_ABORT, _exp, __FILE__, __LINE__, _fmt, ##_args); \ 73 #define __GUEST_ASSERT(_condition, _fmt, _args...) \ 74 ____GUEST_ASSERT(_condition, #_condition, _fmt, ##_args) 79 #define GUEST_FAIL(_fmt, _args...) \ 81 __FILE__, __LINE__, _fmt, ##_args)
|
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun4i-csi/ |
H A D | sun4i_v4l2.c | 98 const struct sun4i_csi_format *_fmt; in _sun4i_csi_try_fmt() local 102 _fmt = sun4i_csi_find_format(&pix->pixelformat, NULL); in _sun4i_csi_try_fmt() 103 if (!_fmt) in _sun4i_csi_try_fmt() 104 _fmt = &sun4i_csi_formats[0]; in _sun4i_csi_try_fmt() 113 pix->num_planes = _fmt->num_planes; in _sun4i_csi_try_fmt() 114 pix->pixelformat = _fmt->fourcc; in _sun4i_csi_try_fmt() 119 width = ALIGN(pix->width, _fmt->hsub); in _sun4i_csi_try_fmt() 120 height = ALIGN(pix->height, _fmt->vsub); in _sun4i_csi_try_fmt() 123 pix->width = clamp(width, _fmt->hsub, CSI_MAX_WIDTH); in _sun4i_csi_try_fmt() 124 pix->height = clamp(height, _fmt in _sun4i_csi_try_fmt() [all...] |
/kernel/linux/linux-6.6/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 98 _fmt = sun4i_csi_find_format(&pix->pixelformat, NULL); in _sun4i_csi_try_fmt() 99 if (!_fmt) in _sun4i_csi_try_fmt() 100 _fmt = &sun4i_csi_formats[0]; in _sun4i_csi_try_fmt() 109 pix->num_planes = _fmt->num_planes; in _sun4i_csi_try_fmt() 110 pix->pixelformat = _fmt->fourcc; in _sun4i_csi_try_fmt() 113 width = ALIGN(pix->width, _fmt->hsub); in _sun4i_csi_try_fmt() 114 height = ALIGN(pix->height, _fmt->vsub); in _sun4i_csi_try_fmt() 117 pix->width = clamp(width, _fmt->hsub, CSI_MAX_WIDTH); in _sun4i_csi_try_fmt() 118 pix->height = clamp(height, _fmt in _sun4i_csi_try_fmt() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | debug.h | 116 #define ATH5K_DBG(_sc, _m, _fmt, ...) do { \ 118 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \ 122 #define ATH5K_DBG_UNLIMIT(_sc, _m, _fmt, ...) do { \ 124 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \
|
H A D | ath5k.h | 87 #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \ 88 _ath5k_printk(_sc, _level, _fmt, ##__VA_ARGS__) 90 #define ATH5K_PRINTK_LIMIT(_sc, _level, _fmt, ...) \ 93 ATH5K_PRINTK(_sc, _level, _fmt, ##__VA_ARGS__); \ 96 #define ATH5K_INFO(_sc, _fmt, ...) \ 97 ATH5K_PRINTK(_sc, KERN_INFO, _fmt, ##__VA_ARGS__) 99 #define ATH5K_WARN(_sc, _fmt, ...) \ 100 ATH5K_PRINTK_LIMIT(_sc, KERN_WARNING, _fmt, ##__VA_ARGS__) 102 #define ATH5K_ERR(_sc, _fmt, ...) \ 103 ATH5K_PRINTK_LIMIT(_sc, KERN_ERR, _fmt, ##__VA_ARGS_ [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | debug.h | 116 #define ATH5K_DBG(_sc, _m, _fmt, ...) do { \ 118 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \ 122 #define ATH5K_DBG_UNLIMIT(_sc, _m, _fmt, ...) do { \ 124 ATH5K_PRINTK(_sc, KERN_DEBUG, "(%s:%d): " _fmt, \
|
H A D | ath5k.h | 87 #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \ 88 _ath5k_printk(_sc, _level, _fmt, ##__VA_ARGS__) 90 #define ATH5K_PRINTK_LIMIT(_sc, _level, _fmt, ...) \ 93 ATH5K_PRINTK(_sc, _level, _fmt, ##__VA_ARGS__); \ 96 #define ATH5K_INFO(_sc, _fmt, ...) \ 97 ATH5K_PRINTK(_sc, KERN_INFO, _fmt, ##__VA_ARGS__) 99 #define ATH5K_WARN(_sc, _fmt, ...) \ 100 ATH5K_PRINTK_LIMIT(_sc, KERN_WARNING, _fmt, ##__VA_ARGS__) 102 #define ATH5K_ERR(_sc, _fmt, ...) \ 103 ATH5K_PRINTK_LIMIT(_sc, KERN_ERR, _fmt, ##__VA_ARGS_ [all...] |
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_lnode.h | 203 #define csio_ln_dbg(_ln, _fmt, ...) \ 204 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 207 #define csio_ln_err(_ln, _fmt, ...) \ 208 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 211 #define csio_ln_warn(_ln, _fmt, ...) \ 212 csio_warn(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | format.c | 34 u64 format, void *_fmt) in parse_audio_format_i_type() 42 struct uac_format_type_i_discrete_descriptor *fmt = _fmt; in parse_audio_format_i_type() 56 struct uac_format_type_i_ext_descriptor *fmt = _fmt; in parse_audio_format_i_type() 70 struct uac3_as_header_descriptor *as = _fmt; in parse_audio_format_i_type() 533 void *_fmt) in parse_audio_format_i() 543 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() 574 fp->formats = parse_audio_format_i_type(chip, fp, format, _fmt); in parse_audio_format_i() 587 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() 616 u64 format, void *_fmt) in parse_audio_format_ii() 642 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii() 32 parse_audio_format_i_type(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) parse_audio_format_i_type() argument 531 parse_audio_format_i(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) parse_audio_format_i() argument 614 parse_audio_format_ii(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) parse_audio_format_ii() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_lnode.h | 216 #define csio_ln_dbg(_ln, _fmt, ...) \ 217 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 220 #define csio_ln_err(_ln, _fmt, ...) \ 221 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 224 #define csio_ln_warn(_ln, _fmt, ...) \ 225 csio_warn(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | format.c | 33 u64 format, void *_fmt) in parse_audio_format_i_type() 41 struct uac_format_type_i_discrete_descriptor *fmt = _fmt; in parse_audio_format_i_type() 55 struct uac_format_type_i_ext_descriptor *fmt = _fmt; in parse_audio_format_i_type() 69 struct uac3_as_header_descriptor *as = _fmt; in parse_audio_format_i_type() 649 void *_fmt) in parse_audio_format_i() 659 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() 690 fp->formats = parse_audio_format_i_type(chip, fp, format, _fmt); in parse_audio_format_i() 703 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() 732 u64 format, void *_fmt) in parse_audio_format_ii() 758 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii() 31 parse_audio_format_i_type(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) parse_audio_format_i_type() argument 647 parse_audio_format_i(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) parse_audio_format_i() argument 730 parse_audio_format_ii(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) parse_audio_format_ii() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | printk.h | 377 #define __printk_index_emit(_fmt, _level, _subsys_fmt_prefix) \ 379 if (__builtin_constant_p(_fmt) && __builtin_constant_p(_level)) { \ 388 .fmt = __builtin_constant_p(_fmt) ? (_fmt) : NULL, \ 424 #define printk_index_wrap(_p_func, _fmt, ...) \ 426 __printk_index_emit(_fmt, NULL, NULL); \ 427 _p_func(_fmt, ##__VA_ARGS__); \
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | debug.h | 237 * @_fmt: format string for debug entry 246 #define debug_sprintf_event(_id, _level, _fmt, ...) \ 256 _fmt, ## __VA_ARGS__); \ 367 * @_fmt: format string for debug entry 376 #define debug_sprintf_exception(_id, _level, _fmt, ...) \ 386 _fmt, ## __VA_ARGS__);\
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | debug.h | 238 * @_fmt: format string for debug entry 247 #define debug_sprintf_event(_id, _level, _fmt, ...) \ 257 _fmt, ## __VA_ARGS__); \ 368 * @_fmt: format string for debug entry 377 #define debug_sprintf_exception(_id, _level, _fmt, ...) \ 387 _fmt, ## __VA_ARGS__);\
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | dbg.h | 333 #define IWL_FW_CHECK_FAILED(_obj, _fmt, ...) \ 334 IWL_ERR_LIMIT(_obj, _fmt, __VA_ARGS__) 336 #define IWL_FW_CHECK(_obj, _cond, _fmt, ...) \ 341 IWL_FW_CHECK_FAILED(_obj, _fmt, __VA_ARGS__); \
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_polymorph_printk.h | 58 printk(level __drbd_printk_ ## struct_name ## _fmt(fmt), \ 80 __dynamic_pr_debug(&descriptor, __drbd_printk_ ## struct_name ## _fmt(fmt), \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.c | 10 #define CT_ERROR(_ct, _fmt, ...) \ 11 DRM_DEV_ERROR(ct_to_dev(_ct), "CT: " _fmt, ##__VA_ARGS__) 13 #define CT_DEBUG(_ct, _fmt, ...) \ 14 DRM_DEV_DEBUG_DRIVER(ct_to_dev(_ct), "CT: " _fmt, ##__VA_ARGS__)
|
/kernel/linux/linux-6.6/tools/lib/perf/tests/ |
H A D | test-evsel.c | 300 #define FMT(_fmt) PERF_FORMAT_ ## _fmt in test_stat_read_format()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | ak4613.c | 276 #define AUDIO_IFACE(_dif, _width, _fmt) \ 280 .fmt = SND_SOC_DAIFMT_##_fmt,\
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | hv-24x7.c | 1086 #define PAGE_0_ATTR(_name, _fmt, _expr) \ 1102 ret = sprintf(buf, _fmt, _expr); \
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | hv-24x7.c | 1094 #define PAGE_0_ATTR(_name, _fmt, _expr) \ 1110 ret = sprintf(buf, _fmt, _expr); \
|