Home
last modified time | relevance | path

Searched defs:fmt (Results 51 – 75 of 3867) sorted by relevance

12345678910>>...155

/linux/drivers/net/wireless/ath/wil6210/
H A Ddebug.c10 void __wil_err(struct wil6210_priv *wil, const char *fmt, ...) in __wil_err()
23 void __wil_err_ratelimited(struct wil6210_priv *wil, const char *fmt, ...) in __wil_err_ratelimited()
39 void wil_dbg_ratelimited(const struct wil6210_priv *wil, const char *fmt, ...) in wil_dbg_ratelimited()
55 void __wil_info(struct wil6210_priv *wil, const char *fmt, ...) in __wil_info()
68 void wil_dbg_trace(struct wil6210_priv *wil, const char *fmt, ...) in wil_dbg_trace()
/linux/lib/
H A Dvsprintf.c908 const char *fmt) in dentry_name()
957 struct printf_spec spec, const char *fmt) in file_dentry_name()
967 struct printf_spec spec, const char *fmt) in bdev_name()
990 struct printf_spec spec, const char *fmt) in symbol_string()
1065 struct printf_spec spec, const char *fmt) in resource_string()
1162 struct printf_spec spec, const char *fmt) in range_string()
1187 const char *fmt) in hex_string()
1238 struct printf_spec spec, const char *fmt) in bitmap_string()
1282 struct printf_spec spec, const char *fmt) in bitmap_list_string()
1312 struct printf_spec spec, const char *fmt) in mac_address_string()
[all …]
/linux/tools/lib/api/
H A Ddebug-internal.h7 #define __pr(func, fmt, ...) \ argument
17 #define pr_warn(fmt, ...) __pr(__pr_warn, fmt, ##__VA_ARGS__) argument
18 #define pr_info(fmt, ...) __pr(__pr_info, fmt, ##__VA_ARGS__) argument
19 #define pr_debug(fmt, ...) __pr(__pr_debug, fmt, ##__VA_ARGS__) argument
/linux/drivers/scsi/elx/include/
H A Defc_common.h22 #define efc_log_crit(efc, fmt, args...) \ argument
25 #define efc_log_err(efc, fmt, args...) \ argument
28 #define efc_log_warn(efc, fmt, args...) \ argument
31 #define efc_log_info(efc, fmt, args...) \ argument
34 #define efc_log_debug(efc, fmt, args...) \ argument
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_debug.h11 #define DML_LOG_INTERNAL(fmt, ...) dm_output_to_console(fmt, ## __VA_ARGS__) argument
100 #define DML_LOG_FATAL(fmt, ...) DML_LOG_INTERNAL("[DML FATAL] " fmt, ## __VA_ARGS__) argument
104 #define DML_LOG_ERROR(fmt, ...) DML_LOG_INTERNAL("[DML ERROR] "fmt, ## __VA_ARGS__) argument
105 #define DML_ASSERT_MSG(condition, fmt, ...) \ argument
114 #define DML_LOG_ERROR(fmt, ...) ((void)0) argument
115 #define DML_ASSERT_MSG(condition, fmt, ...) ((void)0) argument
120 #define DML_LOG_WARN(fmt, ...) DML_LOG_INTERNAL("[DML WARN] "fmt, ## __VA_ARGS__) argument
122 #define DML_LOG_WARN(fmt, ...) ((void)0) argument
127 #define DML_LOG_INFO(fmt, ...) DML_LOG_INTERNAL("[DML INFO] "fmt, ## __VA_ARGS__) argument
131 #define DML_LOG_INFO(fmt, ...) ((void)0) argument
[all …]
/linux/drivers/net/wireless/ti/wlcore/
H A Ddebug.h50 #define wl1271_error(fmt, arg...) \ argument
53 #define wl1271_warning(fmt, arg...) \ argument
56 #define wl1271_notice(fmt, arg...) \ argument
59 #define wl1271_info(fmt, arg...) \ argument
64 #define wl1271_debug(level, fmt, arg...) \ argument
70 #define wl1271_debug(level, fmt, arg...) \ argument
/linux/sound/usb/
H A Dformat.c41 struct uac_format_type_i_discrete_descriptor *fmt = _fmt; in parse_audio_format_i_type() local
55 struct uac_format_type_i_ext_descriptor *fmt = _fmt; in parse_audio_format_i_type() local
204 unsigned char *fmt, int offset) in parse_audio_format_rates_v1()
314 unsigned char *fmt; in focusrite_valid_sample_rate() local
667 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() local
711 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() local
766 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii() local
775 struct uac_format_type_ii_ext_descriptor *fmt = _fmt; in parse_audio_format_ii() local
790 struct uac_format_type_i_continuous_descriptor *fmt, in snd_usb_parse_audio_format()
H A Dimplicit.c84 struct audioformat *fmt, in add_implicit_fb_sync_ep()
112 struct audioformat *fmt, in add_generic_uac2_implicit_fb()
148 struct audioformat *fmt, in add_roland_implicit_fb()
178 struct audioformat *fmt, in add_roland_capture_quirk()
237 struct audioformat *fmt, in __add_generic_implicit_fb()
261 struct audioformat *fmt, in add_generic_implicit_fb()
294 struct audioformat *fmt, in audioformat_implicit_fb_quirk()
362 struct audioformat *fmt, in audioformat_capture_quirk()
387 struct audioformat *fmt, in snd_usb_parse_implicit_fb_quirk()
/linux/drivers/scsi/fcoe/
H A Dlibfcoe.h19 #define LIBFCOE_DBG(fmt, args...) \ argument
23 #define LIBFCOE_FIP_DBG(fip, fmt, args...) \ argument
28 #define LIBFCOE_TRANSPORT_DBG(fmt, args...) \ argument
32 #define LIBFCOE_SYSFS_DBG(cdev, fmt, args...) \ argument
/linux/drivers/media/usb/pwc/
H A Dpwc.h56 #define PWC_DEBUG_MODULE(fmt, args...) PWC_DEBUG(MODULE, fmt, ##args) argument
57 #define PWC_DEBUG_PROBE(fmt, args...) PWC_DEBUG(PROBE, fmt, ##args) argument
58 #define PWC_DEBUG_OPEN(fmt, args...) PWC_DEBUG(OPEN, fmt, ##args) argument
59 #define PWC_DEBUG_READ(fmt, args...) PWC_DEBUG(READ, fmt, ##args) argument
60 #define PWC_DEBUG_MEMORY(fmt, args...) PWC_DEBUG(MEMORY, fmt, ##args) argument
61 #define PWC_DEBUG_FLOW(fmt, args...) PWC_DEBUG(FLOW, fmt, ##args) argument
62 #define PWC_DEBUG_SIZE(fmt, args...) PWC_DEBUG(SIZE, fmt, ##args) argument
63 #define PWC_DEBUG_IOCTL(fmt, args...) PWC_DEBUG(IOCTL, fmt, ##args) argument
64 #define PWC_DEBUG_TRACE(fmt, args...) PWC_DEBUG(TRACE, fmt, ##args) argument
71 #define PWC_DEBUG(level, fmt, args...) do {\ argument
[all …]
/linux/net/mac80211/
H A Dtrace.c15 void __sdata_info(const char *fmt, ...) in __sdata_info()
30 void __sdata_dbg(bool print, const char *fmt, ...) in __sdata_dbg()
46 void __sdata_err(const char *fmt, ...) in __sdata_err()
61 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) in __wiphy_dbg()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddebug.h36 #define ath12k_warn(ab, fmt, ...) __ath12k_warn((ab)->dev, fmt, ##__VA_ARGS__) argument
37 #define ath12k_hw_warn(ah, fmt, ...) __ath12k_warn((ah)->dev, fmt, ##__VA_ARGS__) argument
53 const char *fmt, ...) in __ath12k_dbg()
65 #define ath12k_dbg(ab, dbg_mask, fmt, ...) \ argument
72 #define ath12k_generic_dbg(dbg_mask, fmt, ...) \ argument
H A Ddebug.c11 void ath12k_info(struct ath12k_base *ab, const char *fmt, ...) in ath12k_info()
25 void ath12k_err(struct ath12k_base *ab, const char *fmt, ...) in ath12k_err()
39 void __ath12k_warn(struct device *dev, const char *fmt, ...) in __ath12k_warn()
56 const char *fmt, ...) in __ath12k_dbg()
/linux/drivers/media/tuners/
H A Dtda18271-priv.h12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
135 #define tda_printk(st, lvl, fmt, arg...) \ argument
138 #define tda_dprintk(st, lvl, fmt, arg...) \ argument
144 #define tda_info(fmt, arg...) pr_info(fmt, ##arg) argument
145 #define tda_warn(fmt, arg...) tda_printk(priv, KERN_WARNING, fmt, ##arg) argument
146 #define tda_err(fmt, arg...) tda_printk(priv, KERN_ERR, fmt, ##arg) argument
147 #define tda_dbg(fmt, arg...) tda_dprintk(priv, DBG_INFO, fmt, ##arg) argument
148 #define tda_map(fmt, arg...) tda_dprintk(priv, DBG_MAP, fmt, ##arg) argument
149 #define tda_reg(fmt, arg...) tda_dprintk(priv, DBG_REG, fmt, ##arg) argument
150 #define tda_cal(fmt, arg...) tda_dprintk(priv, DBG_CAL, fmt, ##arg) argument
/linux/drivers/bcma/
H A Dbcma_private.h6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
12 #define bcma_err(bus, fmt, ...) \ argument
14 #define bcma_warn(bus, fmt, ...) \ argument
16 #define bcma_info(bus, fmt, ...) \ argument
18 #define bcma_debug(bus, fmt, ...) \ argument
/linux/drivers/staging/media/starfive/camss/
H A Dstf-isp.c62 struct v4l2_mbus_framefmt *fmt; in isp_set_stream() local
85 struct v4l2_mbus_framefmt *fmt) in isp_try_format()
142 struct v4l2_subdev_format *fmt) in isp_set_format()
184 struct v4l2_mbus_framefmt *fmt = in isp_try_crop() local
202 struct v4l2_subdev_format fmt = { 0 }; in isp_get_selection() local
264 struct v4l2_subdev_format fmt = { 0 }; in isp_set_selection() local
/linux/tools/perf/ui/
H A Dhelpline.c43 void ui_helpline__vpush(const char *fmt, va_list ap) in ui_helpline__vpush()
55 void ui_helpline__fpush(const char *fmt, ...) in ui_helpline__fpush()
70 int ui_helpline__vshow(const char *fmt, va_list ap) in ui_helpline__vshow()
75 void ui_helpline__printf(const char *fmt, ...) in ui_helpline__printf()
/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c77 void ivtv_expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal) in ivtv_expand_service_set()
90 static void check_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal) in check_service_set()
101 u16 ivtv_get_service_set(struct v4l2_sliced_vbi_format *fmt) in ivtv_get_service_set()
309 static int ivtv_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_out()
331 static int ivtv_g_fmt_vid_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_cap()
354 static int ivtv_g_fmt_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vbi_cap()
372 static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_sliced_vbi_cap()
395 static int ivtv_g_fmt_vid_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_out()
435 static int ivtv_g_fmt_vid_out_overlay(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_g_fmt_vid_out_overlay()
457 static int ivtv_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt) in ivtv_try_fmt_sliced_vbi_out()
[all …]
/linux/include/media/
H A Dv4l2-common.h23 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \ argument
26 #define v4l_client_printk(level, client, fmt, arg...) \ argument
30 #define v4l_err(client, fmt, arg...) \ argument
33 #define v4l_warn(client, fmt, arg...) \ argument
36 #define v4l_info(client, fmt, arg...) \ argument
41 #define v4l_dbg(level, debug, client, fmt, arg...) \ argument
57 #define v4l2_printk(level, dev, fmt, arg...) \ argument
60 #define v4l2_err(dev, fmt, arg...) \ argument
63 #define v4l2_warn(dev, fmt, arg...) \ argument
66 #define v4l2_info(dev, fmt, arg...) \ argument
[all …]
/linux/drivers/scsi/qedi/
H A Dqedi_dbg.c12 const char *fmt, ...) in qedi_dbg_err()
33 const char *fmt, ...) in qedi_dbg_warn()
58 const char *fmt, ...) in qedi_dbg_notice()
84 u32 level, const char *fmt, ...) in qedi_dbg_info()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebug.c13 void ath11k_info(struct ath11k_base *ab, const char *fmt, ...) in ath11k_info()
28 void ath11k_err(struct ath11k_base *ab, const char *fmt, ...) in ath11k_err()
43 void ath11k_warn(struct ath11k_base *ab, const char *fmt, ...) in ath11k_warn()
61 const char *fmt, ...) in __ath11k_dbg()
/linux/fs/befs/
H A Ddebug.c14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
29 befs_error(const struct super_block *sb, const char *fmt, ...) in befs_error()
42 befs_warning(const struct super_block *sb, const char *fmt, ...) in befs_warning()
55 befs_debug(const struct super_block *sb, const char *fmt, ...) in befs_debug()
/linux/drivers/gpu/drm/msm/disp/
H A Dmdp_format.c69 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument
89 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
109 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
129 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
148 #define PSEUDO_YUV_FMT_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
168 #define PSEUDO_YUV_FMT_LOOSE(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np)\ argument
187 #define PSEUDO_YUV_FMT_LOOSE_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
207 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \ argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dqos.h11 #define qos_err(mdev, fmt, ...) \ argument
13 #define qos_warn(mdev, fmt, ...) \ argument
15 #define qos_dbg(mdev, fmt, ...) \ argument
/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-ip.c132 bool rzg2l_cru_ip_fmt_supports_mbus_code(const struct rzg2l_cru_ip_format *fmt, in rzg2l_cru_ip_fmt_supports_mbus_code()
146 struct v4l2_mbus_framefmt *fmt; in rzg2l_cru_ip_get_src_fmt() local
204 struct v4l2_subdev_format *fmt) in rzg2l_cru_ip_set_format()
250 const struct rzg2l_cru_ip_format *fmt = &rzg2l_cru_ip_formats[i]; in rzg2l_cru_ip_enum_mbus_code() local
292 struct v4l2_subdev_format fmt = { .pad = RZG2L_CRU_IP_SINK, }; in rzg2l_cru_ip_init_state() local

12345678910>>...155