| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | socket.h | 34 #define net_dbg_skb_ratelimited(fmt, dev, skb, ...) do { \ argument 41 #define net_dbg_skb_ratelimited(fmt, skb, ...) argument
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | irq-generic.h | 14 #define IRQ_I(fmt, args...) printf("IRQ: "fmt, ##args) argument 15 #define IRQ_W(fmt, args...) printf("IRQ Warn: "fmt, ##args) argument 16 #define IRQ_E(fmt, args...) printf("IRQ Err: "fmt, ##args) argument 17 #define IRQ_D(fmt, args...) debug("IRQ Debug "fmt, ##args) argument
|
| H A D | log.h | 77 #define pr_fmt(fmt) fmt argument 118 #define debug_cond(cond, fmt, args...) \ argument 131 #define debug_cond(cond, fmt, args...) \ argument 140 #define debug(fmt, args...) \ argument 144 #define warn_non_spl(fmt, args...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btrtl.h | 10 #define rtl_dev_err(dev, fmt, ...) bt_dev_err(dev, "RTL: " fmt, ##__VA_ARGS__) argument 11 #define rtl_dev_warn(dev, fmt, ...) bt_dev_warn(dev, "RTL: " fmt, ##__VA_ARGS__) argument 12 #define rtl_dev_info(dev, fmt, ...) bt_dev_info(dev, "RTL: " fmt, ##__VA_ARGS__) argument 13 #define rtl_dev_dbg(dev, fmt, ...) bt_dev_dbg(dev, "RTL: " fmt, ##__VA_ARGS__) argument
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/ |
| H A D | aw_bin_parse.c | 40 #define DBG(fmt, arg...) do {\ argument 43 #define DBG_ERR(fmt, arg...) do {\ argument 47 #define DBG(fmt, arg...) do {} while (0) argument 48 #define DBG_ERR(fmt, arg...) do {} while (0) argument
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | sock_flags_kern.c | 11 char fmt[] = "socket: family %d type %d protocol %d\n"; in bpf_prog1() local 34 char fmt[] = "socket: family %d type %d protocol %d\n"; in bpf_prog2() local
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| H A D | axg-tdm.h | 33 unsigned int fmt; member 41 static inline bool axg_tdm_lrclk_invert(unsigned int fmt) in axg_tdm_lrclk_invert() 47 static inline bool axg_tdm_sclk_invert(unsigned int fmt) in axg_tdm_sclk_invert()
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | tb.h | 564 #define tb_err(tb, fmt, arg...) dev_err(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 565 #define tb_WARN(tb, fmt, arg...) dev_WARN(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 566 #define tb_warn(tb, fmt, arg...) dev_warn(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 567 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 568 #define tb_dbg(tb, fmt, arg...) dev_dbg(&(tb)->nhi->pdev->dev, fmt, ## arg) argument 570 #define __TB_SW_PRINT(level, sw, fmt, arg...) \ argument 576 #define tb_sw_WARN(sw, fmt, arg...) __TB_SW_PRINT(tb_WARN, sw, fmt, ##arg) argument 577 #define tb_sw_warn(sw, fmt, arg...) __TB_SW_PRINT(tb_warn, sw, fmt, ##arg) argument 578 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) argument 579 #define tb_sw_dbg(sw, fmt, arg...) __TB_SW_PRINT(tb_dbg, sw, fmt, ##arg) argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | bugs.c | 256 #define pr_fmt(fmt) "MDS: " fmt argument 309 #define pr_fmt(fmt) "TAA: " fmt argument 411 #define pr_fmt(fmt) "MMIO Stale Data: " fmt argument 504 #define pr_fmt(fmt) "" fmt argument 559 #define pr_fmt(fmt) "SRBDS: " fmt argument 652 #define pr_fmt(fmt) "Spectre V1 : " fmt argument 745 #define pr_fmt(fmt) "RETBleed: " fmt argument 913 #define pr_fmt(fmt) "Spectre V2 : " fmt argument 1567 #define pr_fmt(fmt) fmt argument 1654 #define pr_fmt(fmt) "Speculative Store Bypass: " fmt argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | event_log.h | 190 #define EVENT_LOG_FAST(tag, fmt, ...) argument 191 #define EVENT_LOG_COMPACT(tag, fmt, ...) argument 193 #define EVENT_LOG_CAST(tag, fmt, ...) argument 194 #define EVENT_LOG_FAST_CAST(tag, fmt, ...) argument 195 #define EVENT_LOG_COMPACT_CAST(tag, fmt, ...) argument 277 #define _EVENT_LOG(cast, tag, fmt, ...) \ argument 286 #define EVENT_LOG_FAST(tag, fmt, ...) \ argument 296 #define EVENT_LOG_COMPACT(tag, fmt, ...) \ argument 302 #define EVENT_LOG_FAST_CAST(tag, fmt, ...) \ argument 312 #define EVENT_LOG_COMPACT_CAST(tag, fmt, ...) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/ |
| H A D | fimc-lite.c | 8 #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ argument 111 const struct fimc_fmt *fmt, *def_fmt = NULL; in fimc_lite_find_format() local 355 const struct fimc_fmt *fmt = frame->fmt; in queue_setup() local 558 const struct fimc_fmt *fmt = NULL; in fimc_lite_subdev_try_fmt() local 659 const struct fimc_fmt *fmt; in fimc_lite_enum_fmt() local 677 const struct fimc_fmt *fmt = frame->fmt; in fimc_lite_g_fmt_mplane() local 698 const struct fimc_fmt *fmt; in fimc_lite_try_fmt() local 748 const struct fimc_fmt *fmt = NULL; in fimc_lite_s_fmt_mplane() local 1008 const struct fimc_fmt *fmt; in fimc_lite_subdev_enum_mbus_code() local 1029 struct v4l2_subdev_format *fmt) in fimc_lite_subdev_get_fmt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_common.h | 144 #define FTS_DEBUG(fmt, args...) printk("[FTS][%s]"fmt"\n", __func__, ##args) argument 146 #define FTS_DEBUG(fmt, args...) printk("[FTS]"fmt"\n", ##args) argument 151 #define FTS_DEBUG(fmt, args...) argument 156 #define FTS_INFO(fmt, args...) printk(KERN_INFO "[FTS][Info]"fmt"\n", ##args) argument 157 #define FTS_ERROR(fmt, args...) printk(KERN_ERR "[FTS][Error]"fmt"\n", ##args) argument
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_dec_cfg.cpp | 37 #define mpp_dec_cfg_dbg(flag, fmt, ...) _mpp_dbg_f(mpp_dec_cfg_debug, flag, fmt, ## __VA_ARGS__) argument 39 #define mpp_dec_cfg_dbg_func(fmt, ...) mpp_dec_cfg_dbg(MPP_DEC_CFG_DBG_FUNC, fmt, ## __VA_ARGS__) argument 40 #define mpp_dec_cfg_dbg_info(fmt, ...) mpp_dec_cfg_dbg(MPP_DEC_CFG_DBG_INFO, fmt, ## __VA_ARGS__) argument 41 #define mpp_dec_cfg_dbg_set(fmt, ...) mpp_dec_cfg_dbg(MPP_DEC_CFG_DBG_SET, fmt, ## __VA_ARGS__) argument 42 #define mpp_dec_cfg_dbg_get(fmt, ...) mpp_dec_cfg_dbg(MPP_DEC_CFG_DBG_GET, fmt, ## __VA_ARGS__) argument
|
| H A D | mpp_enc_cfg.cpp | 38 #define mpp_enc_cfg_dbg(flag, fmt, ...) _mpp_dbg_f(mpp_enc_cfg_debug, flag, fmt, ## __VA_ARGS__) argument 40 #define mpp_enc_cfg_dbg_func(fmt, ...) mpp_enc_cfg_dbg(MPP_ENC_CFG_DBG_FUNC, fmt, ## __VA_ARGS__) argument 41 #define mpp_enc_cfg_dbg_info(fmt, ...) mpp_enc_cfg_dbg(MPP_ENC_CFG_DBG_INFO, fmt, ## __VA_ARGS__) argument 42 #define mpp_enc_cfg_dbg_set(fmt, ...) mpp_enc_cfg_dbg(MPP_ENC_CFG_DBG_SET, fmt, ## __VA_ARGS__) argument 43 #define mpp_enc_cfg_dbg_get(fmt, ...) mpp_enc_cfg_dbg(MPP_ENC_CFG_DBG_GET, fmt, ## __VA_ARGS__) argument
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/skylake/ |
| H A D | skl-nhlt.c | 17 struct device *dev, struct nhlt_fmt *fmt, in skl_get_specific_cfg() 86 struct nhlt_fmt *fmt; in skl_get_ep_blob() local 195 struct nhlt_fmt *fmt, u8 id) in skl_get_ssp_clks() 307 struct nhlt_fmt *fmt, u8 id) in skl_get_mclk() 354 struct nhlt_fmt *fmt; in skl_get_clks() local
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | storage_common.c | 73 #define VLDBG(lun, fmt, args...) do { } while (0) argument 83 #define LDBG(lun, fmt, args...) do { } while (0) argument 84 #define LERROR(lun, fmt, args...) do { } while (0) argument 85 #define LWARN(lun, fmt, args...) do { } while (0) argument 86 #define LINFO(lun, fmt, args...) do { } while (0) argument 110 #define DBG(d, fmt, args...) debug(fmt , ## args) argument 111 #define VDBG(d, fmt, args...) debug(fmt , ## args) argument 118 #define ERROR(d, fmt, args...) do { } while (0) argument 119 #define WARNING(d, fmt, args...) do { } while (0) argument 120 #define INFO(d, fmt, args...) do { } while (0) argument
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/uvc/ |
| H A D | uvc_metadata.c | 46 struct v4l2_meta_format *fmt = &format->fmt.meta; in uvc_meta_v4l2_get_format() local 65 struct v4l2_meta_format *fmt = &format->fmt.meta; in uvc_meta_v4l2_try_format() local 85 struct v4l2_meta_format *fmt = &format->fmt.meta; in uvc_meta_v4l2_set_format() local
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_global.h | 42 #define H264D_DBG(level, fmt, ...)\ argument 49 #define H264D_ERR(fmt, ...)\ argument 61 #define H264D_WARNNING(fmt, ...)\ argument 67 #define H264D_LOG(fmt, ...)\ argument
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | lib.h | 31 #define AA_DEBUG(fmt, args...) \ argument 41 #define AA_BUG_FMT(X, fmt, args...) \ argument 44 #define AA_BUG_FMT(X, fmt, args...) argument 47 #define AA_ERROR(fmt, args...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | debug.h | 43 const char *fmt, ...) in _usb_stor_dbg() 46 #define usb_stor_dbg(us, fmt, ...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_debug.h | 28 #define BNX2FC_ELS_DBG(fmt, ...) \ argument 34 #define BNX2FC_MISC_DBG(fmt, ...) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/dvbm/ |
| H A D | rockchip_dvbm.c | 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 35 #define dvbm_debug(fmt, args...) \ argument 41 #define dvbm_debug_reg(fmt, args...) \ argument 47 #define dvbm_debug_irq(fmt, args...) \ argument 53 #define dvbm_debug_dump(fmt, args...) \ argument 59 #define dvbm_debug_frm(fmt, args...) \ argument 65 #define dvbm_err(fmt, args...) \ argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_frame.h | 195 #define MPP_FRAME_FMT_IS_YUV(fmt) (((fmt & MPP_FRAME_FMT_COLOR_MASK) == MPP_FRAME_FMT_YUV) && \ argument 197 #define MPP_FRAME_FMT_IS_YUV_10BIT(fmt) ((fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP_10BIT || \ argument 199 #define MPP_FRAME_FMT_IS_RGB(fmt) (((fmt & MPP_FRAME_FMT_COLOR_MASK) == MPP_FRAME_FMT_RGB) && \ argument 205 #define MPP_FRAME_FMT_IS_FBC(fmt) (fmt & MPP_FRAME_FBC_MASK) argument 207 #define MPP_FRAME_FMT_IS_HDR(fmt) (fmt & MPP_FRAME_HDR_MASK) argument 209 #define MPP_FRAME_FMT_IS_LE(fmt) ((fmt & MPP_FRAME_FMT_LE_MASK) == MPP_FRAME_FMT_LE_MASK) argument 210 #define MPP_FRAME_FMT_IS_BE(fmt) ((fmt & MPP_FRAME_FMT_LE_MASK) == 0) argument
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_frame.h | 194 #define MPP_FRAME_FMT_IS_YUV(fmt) (((fmt & MPP_FRAME_FMT_COLOR_MASK) == MPP_FRAME_FMT_YUV) && \ argument 196 #define MPP_FRAME_FMT_IS_YUV_10BIT(fmt) ((fmt & MPP_FRAME_FMT_MASK) == MPP_FMT_YUV420SP_10BIT || \ argument 198 #define MPP_FRAME_FMT_IS_RGB(fmt) (((fmt & MPP_FRAME_FMT_COLOR_MASK) == MPP_FRAME_FMT_RGB) && \ argument 204 #define MPP_FRAME_FMT_IS_FBC(fmt) (fmt & MPP_FRAME_FBC_MASK) argument 206 #define MPP_FRAME_FMT_IS_HDR(fmt) (fmt & MPP_FRAME_HDR_MASK) argument 208 #define MPP_FRAME_FMT_IS_LE(fmt) ((fmt & MPP_FRAME_FMT_LE_MASK) == MPP_FRAME_FMT_LE_MASK) argument 209 #define MPP_FRAME_FMT_IS_BE(fmt) ((fmt & MPP_FRAME_FMT_LE_MASK) == 0) argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/83xx/ |
| H A D | mpc832x_mds.c | 41 #define DBG(fmt...) udbg_printf(fmt) argument 43 #define DBG(fmt...) argument
|