Home
last modified time | relevance | path

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

12345678910>>...189

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Ddebug.h157 #define ubifs_dbg_msg(type, fmt, ...) \ argument
162 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
170 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) argument
172 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) argument
173 #define dbg_jnlk(key, fmt, ...) \ argument
176 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument
177 #define dbg_tnck(key, fmt, ...) \ argument
180 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) argument
182 #define dbg_find(fmt, ...) ubifs_dbg_msg("find", fmt, ##__VA_ARGS__) argument
184 #define dbg_mnt(fmt, ...) ubifs_dbg_msg("mnt", fmt, ##__VA_ARGS__) argument
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Ddebug.h157 #define ubifs_dbg_msg(type, fmt, ...) \ argument
162 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
174 #define ubifs_dbg_msg(type, fmt, ...) \ argument
179 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
189 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) argument
191 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) argument
192 #define dbg_jnlk(key, fmt, ...) \ argument
195 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument
196 #define dbg_tnck(key, fmt, ...) \ argument
199 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) argument
[all …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_log.h14 #define AW_LOGI(fmt, ...)\ argument
17 #define AW_LOGD(fmt, ...)\ argument
20 #define AW_LOGE(fmt, ...)\ argument
24 #define AW_DEV_LOGI(dev, fmt, ...)\ argument
27 #define AW_DEV_LOGD(dev, fmt, ...)\ argument
30 #define AW_DEV_LOGE(dev, fmt, ...)\ argument
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcolor.c14 const char *fmt, va_list args, const char *trail) in __color_vsnprintf()
39 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf()
63 const char *fmt, va_list args) in color_vsnprintf()
68 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf()
74 const char *fmt, ...) in color_snprintf()
85 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf()
142 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf()
153 int value_color_snprintf(char *bf, size_t size, const char *fmt, double value) in value_color_snprintf()
159 int percent_color_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_snprintf()
170 int percent_color_len_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_len_snprintf()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_codec.h49 #define h265e_dbg(flag, fmt, ...) _mpp_dbg(h265e_debug, flag, fmt, ## __VA_ARGS__) argument
50 #define h265e_dbg_f(flag, fmt, ...) _mpp_dbg_f(h265e_debug, flag, fmt, ## __VA_ARGS__) argument
52 #define h265e_dbg_func(fmt, ...) h265e_dbg_f(H265E_DBG_FUNCTION, fmt, ## __VA_ARGS__) argument
53 #define h265e_dbg_input(fmt, ...) h265e_dbg(H265E_DBG_INPUT, fmt, ## __VA_ARGS__) argument
54 #define h265e_dbg_output(fmt, ...) h265e_dbg(H265E_DBG_OUTPUT, fmt, ## __VA_ARGS__) argument
56 #define h265e_dbg_ps(fmt, ...) h265e_dbg(H265E_DBG_PS, fmt, ## __VA_ARGS__) argument
57 #define h265e_dbg_dpb(fmt, ...) h265e_dbg(H265E_DBG_DPB, fmt, ## __VA_ARGS__) argument
58 #define h265e_dbg_slice(fmt, ...) h265e_dbg(H265E_DBG_SLICE, fmt, ## __VA_ARGS__) argument
59 #define h265e_dbg_skip(fmt, ...) h265e_dbg(H265E_DBG_SKIP, fmt, ## __VA_ARGS__) argument
61 #define h265e_dbg_dpb_ref(fmt, ...) h265e_dbg(H265E_DBG_DPB_REF, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_debug.h55 #define jfs_info(fmt, arg...) do { \ argument
61 #define jfs_debug(fmt, arg...) do { \ argument
67 #define jfs_warn(fmt, arg...) do { \ argument
73 #define jfs_err(fmt, arg...) do { \ argument
84 #define jfs_info(fmt, arg...) do {} while (0) argument
85 #define jfs_debug(fmt, arg...) do {} while (0) argument
86 #define jfs_warn(fmt, arg...) do {} while (0) argument
87 #define jfs_err(fmt, arg...) do {} while (0) argument
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_debug.h27 #define VP8E_DBG(flag, fmt, ...) _mpp_dbg(vp8e_rc_debug, flag, fmt, ## __VA_ARGS__) argument
28 #define VP8E_DBG_F(flag, fmt, ...) _mpp_dbg_f(vp8e_rc_debug, flag, fmt, ## __VA_ARGS__) argument
31 #define vp8e_rc_dbg_func(fmt, ...) VP8E_DBG_F(VP8E_DBG_RC_FUNCTION, fmt, ## __VA_ARGS__) argument
32 #define vp8e_rc_dbg_bps(fmt, ...) VP8E_DBG(VP8E_DBG_RC_BPS, fmt, ## __VA_ARGS__) argument
33 #define vp8e_rc_dbg_rc(fmt, ...) VP8E_DBG(VP8E_DBG_RC, fmt, ## __VA_ARGS__) argument
34 #define vp8e_rc_dbg_cfg(fmt, ...) VP8E_DBG(VP8E_DBG_RC_CFG, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_debug.h27 #define jpege_dbg(flag, fmt, ...) _mpp_dbg(jpege_debug, flag, fmt, ## __VA_ARGS__) argument
28 #define jpege_dbg_f(flag, fmt, ...) _mpp_dbg_f(jpege_debug, flag, fmt, ## __VA_ARGS__) argument
30 #define jpege_dbg_func(fmt, ...) jpege_dbg_f(JPEGE_DBG_FUNCTION, fmt, ## __VA_ARGS__) argument
31 #define jpege_dbg_input(fmt, ...) jpege_dbg(JPEGE_DBG_INPUT, fmt, ## __VA_ARGS__) argument
32 #define jpege_dbg_output(fmt, ...) jpege_dbg(JPEGE_DBG_OUTPUT, fmt, ## __VA_ARGS__) argument
33 #define jpege_dbg_ctrl(fmt, ...) jpege_dbg(JPEGE_DBG_CTRL, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dhist.c18 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ argument
26 hpp_field_fn get_field, const char *fmt, int len, in __hpp__fmt()
114 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt()
133 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc()
287 static int hpp__width_fn(struct perf_hpp_fmt *fmt, in hpp__width_fn()
303 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn()
311 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf()
327 static int hpp_entry_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_entry_scnprintf()
538 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
556 struct perf_hpp_fmt *fmt = &perf_hpp__format[i]; in perf_hpp__init() local
[all …]
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_printk.c35 const char *fmt; member
38 static inline struct trace_bprintk_fmt *lookup_format(const char *fmt) in lookup_format()
56 char *fmt; in hold_module_trace_bprintk_format() local
123 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
180 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
200 int __trace_bprintk(unsigned long ip, const char *fmt, ...) in __trace_bprintk()
218 int __ftrace_vbprintk(unsigned long ip, const char *fmt, va_list ap) in __ftrace_vbprintk()
230 int __trace_printk(unsigned long ip, const char *fmt, ...) in __trace_printk()
245 int __ftrace_vprintk(unsigned long ip, const char *fmt, va_list ap) in __ftrace_vprintk()
256 const char **fmt = v; in find_next() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_def.h17 #define dev_printk_f(level, dev, fmt, args...) \ argument
21 # define dev_dbg_f(dev, fmt, args...) \ argument
23 # define dev_dbg_f_limit(dev, fmt, args...) do { \ argument
27 # define dev_dbg_f_cond(dev, cond, fmt, args...) ({ \ argument
33 # define dev_dbg_f(dev, fmt, args...) do { (void)(dev); } while (0) argument
34 # define dev_dbg_f_limit(dev, fmt, args...) do { (void)(dev); } while (0) argument
35 # define dev_dbg_f_cond(dev, cond, fmt, args...) do { (void)(dev); } while (0) argument
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dtuner-i2c.h75 #define tuner_printk(kernlvl, i2cprops, fmt, arg...) do { \ argument
85 #define __tuner_warn(i2cprops, fmt, arg...) do { \ argument
89 #define __tuner_info(i2cprops, fmt, arg...) do { \ argument
93 #define __tuner_err(i2cprops, fmt, arg...) do { \ argument
97 #define __tuner_dbg(i2cprops, fmt, arg...) do { \ argument
102 #define tuner_warn(fmt, arg...) __tuner_warn(priv->i2c_props, fmt, ##arg) argument
103 #define tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) argument
104 #define tuner_err(fmt, arg...) __tuner_err(priv->i2c_props, fmt, ##arg) argument
105 #define tuner_dbg(fmt, arg...) __tuner_dbg(priv->i2c_props, fmt, ##arg) argument
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_debug.h36 #define _mpp_dbg(debug, flag, fmt, ...) mpp_log_c((debug) & (flag), fmt, ## __VA_ARGS__) argument
37 #define _mpp_dbg_f(debug, flag, fmt, ...) mpp_log_cf((debug) & (flag), fmt, ## __VA_ARGS__) argument
39 #define mpp_dbg(flag, fmt, ...) _mpp_dbg(mpp_debug, flag, fmt, ## __VA_ARGS__) argument
40 #define mpp_dbg_f(flag, fmt, ...) _mpp_dbg_f(mpp_debug, flag, fmt, ## __VA_ARGS__) argument
42 #define mpp_dbg_pts(fmt, ...) mpp_dbg(MPP_DBG_PTS, fmt, ## __VA_ARGS__) argument
43 #define mpp_dbg_info(fmt, ...) mpp_dbg(MPP_DBG_INFO, fmt, ## __VA_ARGS__) argument
44 #define mpp_dbg_platform(fmt, ...) mpp_dbg(MPP_DBG_PLATFORM, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_debug.h68 #define mpp_debug_func(type, fmt, args...) \ argument
75 #define mpp_debug(type, fmt, args...) \ argument
98 #define mpp_err(fmt, args...) \ argument
101 #define mpp_dbg_link(fmt, args...) \ argument
109 #define mpp_dbg_session(fmt, args...) \ argument
116 #define mpp_dbg_ccu(fmt, args...) \ argument
124 #define mpp_dbg_core(fmt, args...) \ argument
131 #define mpp_dbg_slice(fmt, args...) \ argument
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_debug.h64 #define RK_TRACE(level, fmt, ...) \ argument
71 #define RK_TRACE(level, fmt, ...) argument
74 #define RK_LOGE(fmt, ...) RK_TRACE(RK_DBG_ERR, fmt, ##__VA_ARGS__) argument
75 #define RK_LOGW(fmt, ...) RK_TRACE(RK_DBG_WARN, fmt, ##__VA_ARGS__) argument
76 #define RK_LOGI(fmt, ...) RK_TRACE(RK_DBG_INFO, fmt, ##__VA_ARGS__) argument
77 #define RK_LOGD(fmt, ...) RK_TRACE(RK_DBG_DEBUG, fmt, ##__VA_ARGS__) argument
78 #define RK_LOGV(fmt, ...) RK_TRACE(RK_DBG_VERBOSE, fmt, ##__VA_ARGS__) argument
/OK3568_Linux_fs/kernel/include/linux/
H A Ddynamic_debug.h82 #define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt) \ argument
123 #define __dynamic_func_call(id, fmt, func, ...) do { \ argument
129 #define __dynamic_func_call_no_desc(id, fmt, func, ...) do { \ argument
143 #define _dynamic_func_call(fmt, func, ...) \ argument
150 #define _dynamic_func_call_no_desc(fmt, func, ...) \ argument
153 #define dynamic_pr_debug(fmt, ...) \ argument
157 #define dynamic_dev_dbg(dev, fmt, ...) \ argument
161 #define dynamic_netdev_dbg(dev, fmt, ...) \ argument
165 #define dynamic_ibdev_dbg(dev, fmt, ...) \ argument
205 #define dynamic_pr_debug(fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.h40 #define RTKBT_DBG(fmt, arg...) printk(KERN_INFO "rtk_btusb: " fmt "\n" , ## arg) argument
41 #define RTKBT_INFO(fmt, arg...) printk(KERN_INFO "rtk_btusb: " fmt "\n" , ## arg) argument
42 #define RTKBT_WARN(fmt, arg...) printk(KERN_WARNING "rtk_btusb: " fmt "\n", ## arg) argument
44 #define RTKBT_DBG(fmt, arg...) argument
48 #define RTKBT_ERR(fmt, arg...) printk(KERN_ERR "rtk_btusb: " fmt "\n" , ## arg) argument
50 #define RTKBT_ERR(fmt, arg...) argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dlog.h6 #define pr_msg(fmt, lvl, ...) \ argument
10 #define pr_p(func, fmt, ...) func(fmt ": %m", ##__VA_ARGS__) argument
12 #define pr_err(fmt, ...) \ argument
18 #define pr_fail(fmt, ...) \ argument
24 #define pr_perror(fmt, ...) pr_p(pr_err, fmt, ##__VA_ARGS__) argument
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib.h150 #define gpiod_emerg(desc, fmt, ...) \ argument
153 #define gpiod_crit(desc, fmt, ...) \ argument
156 #define gpiod_err(desc, fmt, ...) \ argument
159 #define gpiod_warn(desc, fmt, ...) \ argument
162 #define gpiod_info(desc, fmt, ...) \ argument
165 #define gpiod_dbg(desc, fmt, ...) \ argument
171 #define chip_emerg(gc, fmt, ...) \ argument
173 #define chip_crit(gc, fmt, ...) \ argument
175 #define chip_err(gc, fmt, ...) \ argument
177 #define chip_warn(gc, fmt, ...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/halrf/
H A Dhalrf_debug.h40 #define RF_DBG(dm, comp, fmt, args...) \ argument
50 static __inline void RF_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in RF_DBG()
76 #define RF_DBG(dm, comp, fmt, args...) \ argument
84 #define RF_DBG(dm, comp, fmt, args...) \ argument
97 static __inline void RF_DBG(struct dm_struct *dm, int comp, char *fmt, ...) in RF_DBG()
118 #define RF_DBG(dm, comp, fmt, args...) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/halrf/
H A Dhalrf_debug.h41 #define RF_DBG(dm, comp, fmt, args...) \ argument
51 static __inline void RF_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in RF_DBG()
77 #define RF_DBG(dm, comp, fmt, args...) \ argument
85 #define RF_DBG(dm, comp, fmt, args...) \ argument
98 static __inline void RF_DBG(struct dm_struct *dm, int comp, char *fmt, ...) in RF_DBG()
102 #define RF_DBG(dm, comp, fmt, args...) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/halrf/
H A Dhalrf_debug.h41 #define RF_DBG(dm, comp, fmt, args...) \ argument
51 static __inline void RF_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in RF_DBG()
77 #define RF_DBG(dm, comp, fmt, args...) \ argument
85 #define RF_DBG(dm, comp, fmt, args...) \ argument
98 static __inline void RF_DBG(struct dm_struct *dm, int comp, char *fmt, ...) in RF_DBG()
102 #define RF_DBG(dm, comp, fmt, args...) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/halrf/
H A Dhalrf_debug.h41 #define RF_DBG(dm, comp, fmt, args...) \ argument
51 static __inline void RF_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in RF_DBG()
77 #define RF_DBG(dm, comp, fmt, args...) \ argument
85 #define RF_DBG(dm, comp, fmt, args...) \ argument
98 static __inline void RF_DBG(struct dm_struct *dm, int comp, char *fmt, ...) in RF_DBG()
102 #define RF_DBG(dm, comp, fmt, args...) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/halrf/
H A Dhalrf_debug.h40 #define RF_DBG(dm, comp, fmt, args...) \ argument
50 static __inline void RF_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in RF_DBG()
76 #define RF_DBG(dm, comp, fmt, args...) \ argument
84 #define RF_DBG(dm, comp, fmt, args...) \ argument
97 static __inline void RF_DBG(struct dm_struct *dm, int comp, char *fmt, ...) in RF_DBG()
118 #define RF_DBG(dm, comp, fmt, args...) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/halrf/
H A Dhalrf_debug.h40 #define RF_DBG(dm, comp, fmt, args...) \ argument
50 static __inline void RF_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in RF_DBG()
76 #define RF_DBG(dm, comp, fmt, args...) \ argument
84 #define RF_DBG(dm, comp, fmt, args...) \ argument
97 static __inline void RF_DBG(struct dm_struct *dm, int comp, char *fmt, ...) in RF_DBG()
118 #define RF_DBG(dm, comp, fmt, args...) argument

12345678910>>...189