/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_wapi.h | 76 #define wapi_tx_drop_inc(pst_wapi) pst_wapi->debug.ultx_ucast_drop++ 77 #define wapi_tx_wai_inc(pst_wapi) pst_wapi->debug.ultx_wai++ 78 #define wapi_tx_port_valid(pst_wapi) pst_wapi->debug.ultx_port_valid++ 79 #define wapi_rx_port_valid(wapi) wapi->debug.ulrx_port_valid++ 80 #define wapi_rx_idx_err(wapi) wapi->debug.ulrx_idx_err++ 81 #define wapi_rx_netbuf_len_err(wapi) wapi->debug.ulrx_netbuff_len_err++ 82 #define wapi_rx_idx_update_err(wapi) wapi->debug.ulrx_idx_update_err++ 83 #define wapi_rx_key_en_err(pst_wapi) pst_wapi->debug.ulrx_key_en_err++ 84 #define wapi_rx_memalloc_err(wapi) wapi->debug.ulrx_memalloc_err++ 85 #define wapi_rx_mic_err(wapi) wapi->debug [all...] |
H A D | hmac_wapi.c | 903 hmac_wapi_debug *debug = HI_NULL; in hmac_wapi_display_usr_info() local 925 debug = &wapi->debug; in hmac_wapi_display_usr_info() 927 hmac_wapi_dump_frame("pn_rx :", debug->aucrx_pn, WAPI_PN_LEN); in hmac_wapi_display_usr_info() 929 debug->ultx_ucast_drop, debug->ultx_wai, debug->ultx_port_valid, debug->ultx_memalloc_err); in hmac_wapi_display_usr_info() 931 debug->ultx_mic_calc_fail, debug in hmac_wapi_display_usr_info() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ip4_addr.h | 165 #define ip4_addr_debug_print_parts(debug, a, b, c, d) \ 166 LWIP_DEBUGF(debug, ("%" U16_F ".%" U16_F ".%" U16_F ".%" U16_F, a, b, c, d)) 167 #define ip4_addr_debug_print(debug, ipaddr) \ 168 ip4_addr_debug_print_parts(debug, \ 173 #define ip4_addr_debug_print_val(debug, ipaddr) \ 174 ip4_addr_debug_print_parts(debug, \ 180 #define ip4_addr_debug_print_parts(debug, a, b, c, d) 181 #define ip4_addr_debug_print(debug, ipaddr) 182 #define ip4_addr_debug_print_val(debug, ipaddr)
|
H A D | ip_addr.h | 254 #define ip_addr_debug_print(debug, ipaddr) do { if (IP_IS_V6(ipaddr)) { \ 255 ip6_addr_debug_print(debug, ip_2_ip6(ipaddr)); } else { \ 256 ip4_addr_debug_print(debug, ip_2_ip4(ipaddr)); } }while (0) 257 #define ip_addr_debug_print_val(debug, ipaddr) do { if (IP_IS_V6_VAL(ipaddr)) { \ 258 ip6_addr_debug_print_val(debug, *ip_2_ip6(&(ipaddr))); } else { \ 259 ip4_addr_debug_print_val(debug, *ip_2_ip4(&(ipaddr))); } }while (0) 261 #define ip_addr_debug_print(debug, ipaddr) 262 #define ip_addr_debug_print_val(debug, ipaddr) 342 #define ip_addr_debug_print(debug, ipaddr) ip4_addr_debug_print(debug, ipadd [all...] |
H A D | ip6_addr.h | 402 #define ip6_addr_debug_print_parts(debug, a, b, c, d, e, f, g, h) \ 403 LWIP_DEBUGF(debug, ("%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F ":%" X16_F, \ 405 #define ip6_addr_debug_print(debug, ipaddr) \ 406 ip6_addr_debug_print_parts(debug, \ 415 #define ip6_addr_debug_print_val(debug, ipaddr) \ 416 ip6_addr_debug_print_parts(debug, \
|
H A D | debug.h | 76 /** @name Enable/disable debug messages completely (LWIP_DBG_TYPES_ON) 79 /** flag for LWIP_DEBUGF to enable that debug message */ 81 /** flag for LWIP_DEBUGF to disable that debug message */ 167 /** Enable dbg message printing, but only if debug message type is enabled 192 #define LWIP_DEBUGF(debug, message)
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_debug.h | 36 #define _mpp_dbg(debug, flag, fmt, ...) mpp_log_c((debug) & (flag), fmt, ## __VA_ARGS__) 37 #define _mpp_dbg_f(debug, flag, fmt, ...) mpp_log_cf((debug) & (flag), fmt, ## __VA_ARGS__) 51 * in h264d module define module debug flag variable like: h265d_debug 64 * finally use environment control the debug flag 70 * sub-module debug flag usage example: 74 * 0~15 bit: software debug print 75 * 16~23 bit: hardware debug print
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_log.h | 28 * mpp_dbg is for all optional message. it can be controlled by debug and flag. 34 #define _mpp_dbg(debug, flag, fmt, ...) \ 36 if (debug & flag) \ 47 #define _mpp_dbg_f(debug, flag, fmt, ...) \ 49 if (debug & flag) \ 75 * in h264d module define module debug flag variable like: h265d_debug 88 * finally use environment control the debug flag 94 * sub-module debug flag usage example: 98 * 0~15 bit: software debug print 99 * 16~23 bit: hardware debug prin [all...] |
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_log.h | 28 * mpp_dbg is for all optional message. it can be controlled by debug and flag. 34 #define _mpp_dbg(debug, flag, fmt, ...) \ 36 if (debug & flag) \ 47 #define _mpp_dbg_f(debug, flag, fmt, ...) \ 49 if (debug & flag) \ 74 * in h264d module define module debug flag variable like: h265d_debug 87 * finally use environment control the debug flag 93 * sub-module debug flag usage example: 97 * 0~15 bit: software debug print 98 * 16~23 bit: hardware debug prin [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/ |
H A D | Makefile | 14 BUILD ?= debug 49 ifeq ($(BUILD),debug)
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/ |
H A D | Makefile | 14 BUILD ?= debug 49 ifeq ($(BUILD),debug)
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_Log.h | 89 #define omx_dbg(debug, flag, fmt, ...) \ 91 if (debug & flag) \
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_debug.c | 618 hdmi_dbg_print("%10s 0(s) --finish using debug edid and read from sink.\n", ""); in debug_edid() 619 hdmi_dbg_print("%10s 1(f) --read debug edid from argv2(a hex-string-file-path).\n", ""); in debug_edid() 1272 hdmi_dbg_print("\n debug mode set %u! \n\n", hdr_info->hdr_debug_mode); in debug_hdr_hdr10() 1290 hdmi_dbg_print("\n debug OE delay time change %u->%u! \n\n", hdr_info->hdr_mode_chn_timer.time, time); in debug_hdr_delay_set() 1299 hdmi_dbg_print("[argv1 ]: HDR debug command.\n"); in debug_hdr_print() 1300 hdmi_dbg_print(" 0\t--debug HDR mode set (argv2 = 1-HDR10, 2-dolby, else-SDR).\n" in debug_hdr_print() 1301 " 1\t--debug mode set when the HDR mode change to HDR10" in debug_hdr_print() 1303 " 2\t--debug mode delay time(1~10000ms, default 100ms).\n" in debug_hdr_print() 1360 hdmi_dbg_print("\n debug zero DRM infoframe send time change %u->%u! \n\n", in debug_hdr() 2055 hdmi_dbg_print("[argv1 ]: FRL debug comman in debug_frl_attr_help() 2538 hdmi_frl_debug debug = {0}; debug_frl_mode() local 2603 frl_debug debug = {0}; debug_frl_get_lm_table() local 2694 frl_debug debug = {0}; debug_frl_training_break() local 2711 frl_debug debug = {0}; debug_frl_sw_training_mode() local 2734 frl_debug debug = {0}; debug_frl_lts3_interval() local 2774 frl_debug debug = {0}; debug_frl_ltp_pattern() local 2801 frl_debug debug = {0}; debug_frl_channel_sel() local 2882 frl_debug debug = {0}; debug_frl_lts3_timeout() local 2927 frl_debug debug = {0}; debug_frl_rc() local [all...] |
H A D | drv_hdmi_frl.c | 643 hdmi_info("debug mode, use the rate:%u\n", curr_frl_info->rate_info.cur_rate);
in drv_hdmi_frl_enable() 1161 hi_s32 drv_hdmi_frl_mode_change(hdmi_device_id hdmi_id, const hdmi_frl_debug *debug)
in drv_hdmi_frl_mode_change() argument 1170 hdmi_if_null_return(debug, HI_FAILURE);
in drv_hdmi_frl_mode_change() 1179 hdmi_dev->frl_info.mode = debug->hdmi_mode;
in drv_hdmi_frl_mode_change() 1180 if (debug->hdmi_mode == HDMI_FRL_MODE_FRL) {
in drv_hdmi_frl_mode_change() 1182 curr_frl_info->rate_info.cur_rate = debug->rate;
in drv_hdmi_frl_mode_change() 1188 train_config.frl_rate = debug->rate;
in drv_hdmi_frl_mode_change()
|
H A D | drv_hdmi_frl.h | 161 hi_s32 drv_hdmi_frl_mode_change(hdmi_device_id hdmi_id, const hdmi_frl_debug *debug);
|
H A D | drv_hdmi_intf.h | 63 hdmi_debug debug;
member
|
/device/board/hisilicon/hispark_taurus/liteos_a/board/ |
H A D | Makefile | 19 RELEASE_TYPE := debug
|
/device/board/hisilicon/hispark_aries/liteos_a/board/ |
H A D | Makefile | 19 RELEASE_TYPE := debug
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | debug.h | 3 #define TRACE_SYSTEM debug
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
H A D | mpp_enc_ref.h | 41 RK_U32 debug; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/ |
H A D | mali_kbase_debug_ktrace_defs.h | 90 #include "debug/backend/mali_kbase_debug_ktrace_defs_csf.h" 92 #include "debug/backend/mali_kbase_debug_ktrace_defs_jm.h" 105 /* Collect all the common flags together for debug checking */ 127 #include <debug/mali_kbase_debug_ktrace_codes.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/ |
H A D | mali_kbase_debug_ktrace_defs.h | 95 #include "debug/backend/mali_kbase_debug_ktrace_defs_csf.h" 97 #include "debug/backend/mali_kbase_debug_ktrace_defs_jm.h" 110 /* Collect all the common flags together for debug checking */ 132 #include <debug/mali_kbase_debug_ktrace_codes.h>
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | mtio.h | 118 unsigned long debug; member
|
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | process.c | 15 #include <linux/sched/debug.h>
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | dev.c | 31 module_param_named(debug, rkispp_debug, int, 0644); 32 MODULE_PARM_DESC(debug, "Debug level (0-3)"); 64 MODULE_PARM_DESC(debug_reg, "rkispp debug register"); 72 MODULE_PARM_DESC(dump_path, "rkispp dump debug file path");
|