/linux-6.1.9/drivers/media/platform/sunxi/sun4i-csi/ |
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->vsub, CSI_MAX_HEIGHT); in _sun4i_csi_try_fmt() [all …]
|
/linux-6.1.9/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-6.1.9/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-6.1.9/sound/usb/ |
D | format.c | 33 u64 format, void *_fmt) in parse_audio_format_i_type() argument 41 struct uac_format_type_i_discrete_descriptor *fmt = _fmt; in parse_audio_format_i_type() 51 struct uac_format_type_i_ext_descriptor *fmt = _fmt; in parse_audio_format_i_type() 65 struct uac3_as_header_descriptor *as = _fmt; in parse_audio_format_i_type() 624 void *_fmt) in parse_audio_format_i() argument 634 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() 665 fp->formats = parse_audio_format_i_type(chip, fp, format, _fmt); in parse_audio_format_i() 678 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() 707 u64 format, void *_fmt) in parse_audio_format_ii() argument 733 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii() [all …]
|
/linux-6.1.9/include/linux/ |
D | printk.h | 379 #define __printk_index_emit(_fmt, _level, _subsys_fmt_prefix) \ argument 381 if (__builtin_constant_p(_fmt) && __builtin_constant_p(_level)) { \ 390 .fmt = __builtin_constant_p(_fmt) ? (_fmt) : NULL, \ 426 #define printk_index_wrap(_p_func, _fmt, ...) \ argument 428 __printk_index_emit(_fmt, NULL, NULL); \ 429 _p_func(_fmt, ##__VA_ARGS__); \
|
/linux-6.1.9/arch/s390/include/asm/ |
D | debug.h | 247 #define debug_sprintf_event(_id, _level, _fmt, ...) \ argument 257 _fmt, ## __VA_ARGS__); \ 377 #define debug_sprintf_exception(_id, _level, _fmt, ...) \ argument 387 _fmt, ## __VA_ARGS__);\
|
/linux-6.1.9/tools/lib/perf/tests/ |
D | test-evsel.c | 300 #define FMT(_fmt) PERF_FORMAT_ ## _fmt in test_stat_read_format() argument
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_ct.c | 36 #define CT_ERROR(_ct, _fmt, ...) \ argument 37 drm_err(ct_to_drm(_ct), "CT: " _fmt, ##__VA_ARGS__) 39 #define CT_DEBUG(_ct, _fmt, ...) \ argument 40 drm_dbg(ct_to_drm(_ct), "CT: " _fmt, ##__VA_ARGS__) 44 #define CT_PROBE_ERROR(_ct, _fmt, ...) \ argument 45 i915_probe_error(ct_to_i915(ct), "CT: " _fmt, ##__VA_ARGS__)
|
/linux-6.1.9/tools/lib/traceevent/Documentation/ |
D | libtraceevent-tseq.txt | 52 The _trace_seq_printf()_ function puts a formated string _fmt _with 55 The _trace_seq_vprintf()_ function puts a formated string _fmt _with
|
/linux-6.1.9/sound/soc/codecs/ |
D | ak4613.c | 276 #define AUDIO_IFACE(_dif, _width, _fmt) \ argument 280 .fmt = SND_SOC_DAIFMT_##_fmt,\
|
/linux-6.1.9/drivers/gpu/drm/bridge/ |
D | sil-sii8620.h | 996 #define VAL_TPI_FORMAT(_fmt, _qr) \ argument 997 (VAL_TPI_FORMAT_##_fmt | (VAL_TPI_QUAN_RANGE_##_qr << 2))
|
/linux-6.1.9/arch/powerpc/perf/ |
D | hv-24x7.c | 1107 #define PAGE_0_ATTR(_name, _fmt, _expr) \ argument 1123 ret = sprintf(buf, _fmt, _expr); \
|
/linux-6.1.9/tools/perf/ |
D | builtin-diff.c | 1666 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() argument 1670 container_of(_fmt, struct diff_hpp_fmt, fmt); in hpp__entry_global()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic.h | 2298 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument 2300 printk(KERN_INFO "%s: %s: " _fmt, \
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mac80211.c | 795 #define CHECK_BA_TRIGGER(_mvm, _trig, _tid_bm, _tid, _fmt...) \ argument 799 iwl_fw_dbg_collect_trig(&(_mvm)->fwrt, _trig, _fmt); \ 5149 #define CHECK_MLME_TRIGGER(_cnt, _fmt...) \ in iwl_mvm_event_mlme_callback() argument 5153 iwl_fw_dbg_collect_trig(&(mvm)->fwrt, trig, _fmt); \ in iwl_mvm_event_mlme_callback()
|
/linux-6.1.9/lib/ |
D | bch.c | 97 #define dbg(_fmt, args...) do {} while (0) argument
|
/linux-6.1.9/drivers/usb/gadget/function/ |
D | f_uac1.c | 1463 result = sprintf(page, type##_fmt, opts->name); \
|
D | f_uac2.c | 1888 result = sprintf(page, type##_fmt, opts->name); \
|
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_def.h | 5475 #define DBG_FCPORT_PRFMT(_fp, _fmt, _args...) \ argument 5476 "%s: %8phC: " _fmt " (state=%d disc_state=%d scan_state=%d loopid=0x%x deleted=%d flags=0x%x)\n", \
|