Home
last modified time | relevance | path

Searched defs:fmt (Results 76 – 100 of 4701) sorted by relevance

12345678910>>...189

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/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/rtl8821cs/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/rtl8188fu/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/rtl8189fs/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/rtl8821cs/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()
119 #define RF_DBG(dm, comp, fmt, args...) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/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()
101 #define RF_DBG(dm, comp, fmt, args...) argument
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_debug.h20 #define mfc_debug(level, fmt, args...) \ argument
27 #define mfc_debug(level, fmt, args...) argument
33 #define mfc_err(fmt, args...) \ argument
39 #define mfc_err_limited(fmt, args...) \ argument
45 #define mfc_info(fmt, args...) \ argument
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtracex5_kern.c39 char fmt[] = "syscall=%d (one of get/set uid/pid/gid)\n"; in bpf_prog1() local
52 char fmt[] = "write(fd=%d, buf=%p, size=%d)\n"; in PROG() local
65 char fmt[] = "read(fd=%d, buf=%p, size=%d)\n"; in PROG() local
75 char fmt[] = "mmap2\n"; in PROG() local
85 char fmt[] = "mmap\n"; in PROG() local
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dedac_mc.h48 #define edac_printk(level, prefix, fmt, arg...) \ argument
51 #define edac_mc_printk(mci, level, fmt, arg...) \ argument
54 #define edac_mc_chipset_printk(mci, level, prefix, fmt, arg...) \ argument
57 #define edac_device_printk(ctl, level, fmt, arg...) \ argument
60 #define edac_pci_printk(ctl, level, fmt, arg...) \ argument
73 #define edac_dbg(level, fmt, ...) \ argument
82 #define edac_dbg(level, fmt, ...) \ argument
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_debug.h26 #define hal_vp9d_dbg(flag, fmt, ...) _mpp_dbg(hal_vp9d_debug, flag, fmt, ## __VA_ARGS__) argument
27 #define hal_vp9d_dbg_f(flag, fmt, ...) _mpp_dbg_f(hal_vp9d_debug, flag, fmt, ## __VA_ARGS__) argument
29 #define hal_vp9d_dbg_func(fmt, ...) hal_vp9d_dbg_f(HAL_VP9D_DBG_FUNC, fmt, ## __VA_ARGS__) argument
30 #define hal_vp9d_dbg_par(fmt, ...) hal_vp9d_dbg(HAL_VP9D_DBG_PAR, fmt, ## __VA_ARGS__) argument
31 #define hal_vp9d_dbg_reg(fmt, ...) hal_vp9d_dbg(HAL_VP9D_DBG_REG, fmt, ## __VA_ARGS__) argument
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-driver.h159 #define CX18_DEBUG(x, type, fmt, args...) \ argument
164 #define CX18_DEBUG_WARN(fmt, args...) CX18_DEBUG(CX18_DBGFLG_WARN, "warning", fmt , ## args) argument
165 #define CX18_DEBUG_INFO(fmt, args...) CX18_DEBUG(CX18_DBGFLG_INFO, "info", fmt , ## args) argument
166 #define CX18_DEBUG_API(fmt, args...) CX18_DEBUG(CX18_DBGFLG_API, "api", fmt , ## args) argument
167 #define CX18_DEBUG_DMA(fmt, args...) CX18_DEBUG(CX18_DBGFLG_DMA, "dma", fmt , ## args) argument
168 #define CX18_DEBUG_IOCTL(fmt, args...) CX18_DEBUG(CX18_DBGFLG_IOCTL, "ioctl", fmt , ## args) argument
169 #define CX18_DEBUG_FILE(fmt, args...) CX18_DEBUG(CX18_DBGFLG_FILE, "file", fmt , ## args) argument
170 #define CX18_DEBUG_I2C(fmt, args...) CX18_DEBUG(CX18_DBGFLG_I2C, "i2c", fmt , ## args) argument
171 #define CX18_DEBUG_IRQ(fmt, args...) CX18_DEBUG(CX18_DBGFLG_IRQ, "irq", fmt , ## args) argument
173 #define CX18_DEBUG_HIGH_VOL(x, type, fmt, args...) \ argument
[all …]
H A Dcx18-alsa.h40 #define CX18_ALSA_DEBUG(x, type, fmt, args...) \ argument
47 #define CX18_ALSA_DEBUG_WARN(fmt, args...) \ argument
50 #define CX18_ALSA_DEBUG_INFO(fmt, args...) \ argument
53 #define CX18_ALSA_ERR(fmt, args...) \ argument
56 #define CX18_ALSA_WARN(fmt, args...) \ argument
59 #define CX18_ALSA_INFO(fmt, args...) \ argument
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-alsa.h41 #define IVTV_ALSA_DEBUG(x, type, fmt, args...) \ argument
48 #define IVTV_ALSA_DEBUG_WARN(fmt, args...) \ argument
51 #define IVTV_ALSA_DEBUG_INFO(fmt, args...) \ argument
54 #define IVTV_ALSA_ERR(fmt, args...) \ argument
57 #define IVTV_ALSA_WARN(fmt, args...) \ argument
60 #define IVTV_ALSA_INFO(fmt, args...) \ argument
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/
H A Dcommon.h174 #define zip_err(fmt, args...) pr_err("ZIP ERR:%s():%d: " \ argument
179 #define zip_msg(fmt, args...) pr_info("ZIP_MSG:" fmt "\n", ## args) argument
181 #define zip_msg(fmt, args...) argument
193 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \ argument
198 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \ argument
203 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s() : %d: " \ argument
208 #define zip_dbg(fmt, args...) pr_info("ZIP DBG:" fmt "\n", ## args) argument
214 #define zip_dbg(fmt, args...) pr_info("ZIP DBG:" fmt "\n", ## args) argument
219 #define zip_dbg(fmt, args...) argument
/OK3568_Linux_fs/kernel/sound/usb/
H A Dformat.c42 struct uac_format_type_i_discrete_descriptor *fmt = _fmt; in parse_audio_format_i_type() local
52 struct uac_format_type_i_ext_descriptor *fmt = _fmt; in parse_audio_format_i_type() local
181 unsigned char *fmt, int offset) in parse_audio_format_rates_v1()
295 unsigned char *fmt; in focusrite_valid_sample_rate() local
538 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() local
582 struct uac_format_type_i_continuous_descriptor *fmt = _fmt; in parse_audio_format_i() local
637 struct uac_format_type_ii_discrete_descriptor *fmt = _fmt; in parse_audio_format_ii() local
646 struct uac_format_type_ii_ext_descriptor *fmt = _fmt; in parse_audio_format_ii() local
661 struct uac_format_type_i_continuous_descriptor *fmt, in snd_usb_parse_audio_format()
/OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/
H A Dcal-video.c131 static char *fourcc_to_str(u32 fmt) in fourcc_to_str()
152 const struct cal_fmt *fmt; in find_format_by_pix() local
167 const struct cal_fmt *fmt; in find_format_by_code() local
196 const struct cal_fmt *fmt; in cal_enum_fmt_vid_cap() local
209 struct v4l2_mbus_framefmt *fmt) in __subdev_get_format()
231 struct v4l2_mbus_framefmt *fmt) in __subdev_set_format()
252 const struct cal_fmt *fmt, in cal_calc_format_size()
299 const struct cal_fmt *fmt; in cal_try_fmt_vid_cap() local
359 const struct cal_fmt *fmt; in cal_s_fmt_vid_cap() local
403 const struct cal_fmt *fmt; in cal_enum_framesizes() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_context.h196 #define __logfc(fc, l, fmt, ...) logfc((fc)->log.log, NULL, \ argument
198 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \ argument
208 #define infof(fc, fmt, ...) __logfc(fc, 'i', fmt, ## __VA_ARGS__) argument
209 #define info_plog(p, fmt, ...) __plog(p, 'i', fmt, ## __VA_ARGS__) argument
210 #define infofc(p, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__) argument
220 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) argument
221 #define warn_plog(p, fmt, ...) __plog(p, 'w', fmt, ## __VA_ARGS__) argument
222 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__) argument
232 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) argument
233 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__) argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_debug.h78 #define _dbgdump(fmt, arg...) printk(EX_INFO_FMT fmt, EX_INFO_ARG, ##arg) argument
88 #define _dbgdump_c(fmt, arg...) printk(KERN_CONT fmt, ##arg) argument
95 #define _dbgdump_c(fmt, arg...) printf(KERN_CONT fmt, ##arg) argument
96 #define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg) argument
114 #define RTW_PRINT(fmt, arg...) \ argument
122 #define RTW_ERR(fmt, arg...) \ argument
131 #define RTW_WARN(fmt, arg...) \ argument
139 #define RTW_INFO(fmt, arg...) \ argument
148 #define RTW_DBG(fmt, arg...) \ argument
170 #define _RTW_PRINT(fmt, arg...) \ argument
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_debug.h78 #define _dbgdump(fmt, arg...) printk(EX_INFO_FMT fmt, EX_INFO_ARG, ##arg) argument
88 #define _dbgdump_c(fmt, arg...) printk(KERN_CONT fmt, ##arg) argument
95 #define _dbgdump_c(fmt, arg...) printf(KERN_CONT fmt, ##arg) argument
96 #define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg) argument
114 #define RTW_PRINT(fmt, arg...) \ argument
122 #define RTW_ERR(fmt, arg...) \ argument
131 #define RTW_WARN(fmt, arg...) \ argument
139 #define RTW_INFO(fmt, arg...) \ argument
148 #define RTW_DBG(fmt, arg...) \ argument
170 #define _RTW_PRINT(fmt, arg...) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c5 #define pr_fmt(fmt) "[drm:%s:%d] " fmt, __func__, __LINE__ argument
33 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument
52 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
72 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
91 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
109 #define PSEUDO_YUV_FMT_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
128 #define PSEUDO_YUV_FMT_LOOSE(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np)\ argument
146 #define PSEUDO_YUV_FMT_LOOSE_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
166 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \ argument
565 static int _dpu_format_get_media_color_ubwc(const struct dpu_format *fmt) in _dpu_format_get_media_color_ubwc()
[all …]
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dceph_debug.h5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
18 # define dout(fmt, ...) \ argument
24 # define dout(fmt, ...) do { \ argument
35 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) argument
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/
H A Drga.cpp38 #define rga_dbg(flag, fmt, ...) _mpp_dbg(rga_debug, flag, fmt, ## __VA_ARGS__) argument
39 #define rga_dbg_func(fmt, ...) _mpp_dbg_f(rga_debug, RGB_DBG_FUNCTION, fmt, ## __VA_ARGS__) argument
40 #define rga_dbg_copy(fmt, ...) _mpp_dbg(rga_debug, RGB_DBG_COPY, fmt, ## __VA_ARGS__) argument
41 #define rga_dbg_dup(fmt, ...) _mpp_dbg(rga_debug, RGB_DBG_COPY, fmt, ## __VA_ARGS__) argument
52 static int is_yuv_format(int fmt) in is_yuv_format()
61 static int is_rgb_format(int fmt) in is_rgb_format()
70 static RgaFormat rga_fmt_map(MppFrameFormat fmt) in rga_fmt_map()
174 RgaFormat fmt = rga_fmt_map(mpp_frame_get_fmt(frame)); in config_rga_image() local
366 RgaFormat fmt = rga_fmt_map(mpp_frame_get_fmt(frame)); in rga_dup_field() local
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Ddebug.h28 #define ubi_dbg_msg(type, fmt, ...) \ argument
33 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__) argument
35 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__) argument
37 #define dbg_wl(fmt, ...) ubi_dbg_msg("wl", fmt, ##__VA_ARGS__) argument
39 #define dbg_io(fmt, ...) ubi_dbg_msg("io", fmt, ##__VA_ARGS__) argument
41 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__) argument
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_debug.h79 #define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg) argument
83 #define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg) argument
95 #define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg) argument
139 #define RTW_PRINT(fmt, arg...) \ argument
147 #define RTW_ERR(fmt, arg...) \ argument
157 #define RTW_WARN(fmt, arg...) \ argument
166 #define RTW_INFO(fmt, arg...) \ argument
175 #define RTW_DBG(fmt, arg...) \ argument
197 #define _RTW_PRINT(fmt, arg...) \ argument
205 #define _RTW_ERR(fmt, arg...) \ argument
[all …]

12345678910>>...189