Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 216) sorted by relevance

123456789

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_wapi.h76 #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.ulrx_mic_calc_fail++
[all …]
Dhmac_wapi.c903 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->ultx_encrypt_ok, debug->ultx_memalloc_err); in hmac_wapi_display_usr_info()
935debug->ulrx_port_valid, debug->ulrx_idx_err, debug->ulrx_netbuff_len_err, debug->ulrx_idx_update_e… in hmac_wapi_display_usr_info()
938debug->ulrx_key_en_err, debug->ulrx_pn_odd_err, debug->ulrx_pn_replay_err, debug->ulrx_decrypt_ok); in hmac_wapi_display_usr_info()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Ddebug.h520 if (!priv->debug) in xradio_debug_txed()
522 ++priv->debug->tx; in xradio_debug_txed()
527 if (!priv->debug) in xradio_debug_txed_agg()
529 ++priv->debug->tx_agg; in xradio_debug_txed_agg()
535 if (!priv->debug) in xradio_debug_txed_multi()
537 ++priv->debug->tx_multi; in xradio_debug_txed_multi()
538 priv->debug->tx_multi_frames += count; in xradio_debug_txed_multi()
543 if (!priv->debug) in xradio_debug_rxed()
545 ++priv->debug->rx; in xradio_debug_rxed()
550 if (!priv->debug) in xradio_debug_rxed_agg()
[all …]
Ditp.c40 struct xradio_itp *itp = &priv->debug->itp; in xradio_itp_read()
84 struct xradio_itp *itp = &priv->debug->itp; in xradio_itp_poll()
100 struct xradio_itp *itp = &priv->debug->itp; in xradio_itp_open()
119 struct xradio_itp *itp = &priv->debug->itp; in xradio_itp_close()
193 struct xradio_itp *itp = &priv->debug->itp; in xradio_itp_init()
212 priv->debug->debugfs_phy, priv, &fops_itp)) in xradio_itp_init()
220 struct xradio_itp *itp = &priv->debug->itp; in xradio_itp_release()
233 struct xradio_itp *itp = &priv->debug->itp; in __xradio_itp_open()
250 struct xradio_itp *itp = &priv->debug->itp; in __xradio_itp_close()
262 struct xradio_itp *itp = &priv->debug->itp; in xradio_is_itp()
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
Dconfig_lib_non_factory.mk4 LIBPATH += -Lbuild/libs/hi3861/debug/no_mesh_quick_start
6 LIBPATH += -Lbuild/libs/hi3861/debug/mesh
8 LIBPATH += -Lbuild/libs/hi3861/debug/no_mesh
14 LIBPATH += -Lbuild/libs/hi3861l/debug/no_mesh_pkt_48k
16 LIBPATH += -Lbuild/libs/hi3861l/debug/mesh
18 LIBPATH += -Lbuild/libs/hi3861l/debug/no_mesh
/device/board/isoftstone/zhiyuan/kernel/build/scripts/
Dpack219 TX=`awk '$0~"'$PACK_CHIP'"{print $2}' ${LICHEE_COMMON_CONFIG_DIR}/debug/card_debug_pin`
220 RX=`awk '$0~"'$PACK_CHIP'"{print $3}' ${LICHEE_COMMON_CONFIG_DIR}/debug/card_debug_pin`
221 PORT=`awk '$0~"'$PACK_CHIP'"{print $4}' ${LICHEE_COMMON_CONFIG_DIR}/debug/card_debug_pin`
222 MS=`awk '$0~"'$PACK_CHIP'"{print $5}' ${LICHEE_COMMON_CONFIG_DIR}/debug/card_debug_pin`
223 CK=`awk '$0~"'$PACK_CHIP'"{print $6}' ${LICHEE_COMMON_CONFIG_DIR}/debug/card_debug_pin`
224 DO=`awk '$0~"'$PACK_CHIP'"{print $7}' ${LICHEE_COMMON_CONFIG_DIR}/debug/card_debug_pin`
225 DI=`awk '$0~"'$PACK_CHIP'"{print $8}' ${LICHEE_COMMON_CONFIG_DIR}/debug/card_debug_pin`
227 …BOOT_UART_ST=`awk '$0~"'$PACK_CHIP'"{print $2}' ${LICHEE_COMMON_CONFIG_DIR}/debug/card_debug_stri…
228 …BOOT_PORT_ST=`awk '$0~"'$PACK_CHIP'"{print $3}' ${LICHEE_COMMON_CONFIG_DIR}/debug/card_debug_stri…
229 BOOT_TX_ST=`awk '$0~"'$PACK_CHIP'"{print $4}' ${LICHEE_COMMON_CONFIG_DIR}/debug/card_debug_string`
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dip_addr.h254 #define ip_addr_debug_print(debug, ipaddr) do { if (IP_IS_V6(ipaddr)) { \ argument
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)) { \ argument
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) argument
262 #define ip_addr_debug_print_val(debug, ipaddr) argument
342 #define ip_addr_debug_print(debug, ipaddr) ip4_addr_debug_print(debug, ipaddr) argument
343 #define ip_addr_debug_print_val(debug, ipaddr) ip4_addr_debug_print_val(debug, ipaddr) argument
[all …]
Dip4_addr.h165 #define ip4_addr_debug_print_parts(debug, a, b, c, d) \ argument
166 LWIP_DEBUGF(debug, ("%" U16_F ".%" U16_F ".%" U16_F ".%" U16_F, a, b, c, d))
167 #define ip4_addr_debug_print(debug, ipaddr) \ argument
168 ip4_addr_debug_print_parts(debug, \
173 #define ip4_addr_debug_print_val(debug, ipaddr) \ argument
174 ip4_addr_debug_print_parts(debug, \
180 #define ip4_addr_debug_print_parts(debug, a, b, c, d) argument
181 #define ip4_addr_debug_print(debug, ipaddr) argument
182 #define ip4_addr_debug_print_val(debug, ipaddr) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/standby/
DKconfig2 # sunxi standby debug config.
12 Say y here if you want to support standby debug module.
13 The standby debug module is used to debug system suspend.
/device/soc/rockchip/rk3588/hardware/mpp/include/
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
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_log.h34 #define _mpp_dbg(debug, flag, fmt, ...) … argument
36 …if (debug & flag) …
47 #define _mpp_dbg_f(debug, flag, fmt, ...) … argument
49 …if (debug & flag) …
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
Dbuild.bp80 "MALI_KERNEL_TEST_API={{.debug}}",
104 "debug/*.c",
105 "debug/*.h",
153 "debug/backend/*_jm.c",
154 "debug/backend/*_jm.h",
169 "debug/backend/*_csf.c",
170 "debug/backend/*_csf.h",
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_log.h34 #define _mpp_dbg(debug, flag, fmt, ...) \ argument
36 if (debug & flag) \
47 #define _mpp_dbg_f(debug, flag, fmt, ...) \ argument
49 if (debug & flag) \
/device/board/isoftstone/yangfan/kernel/src/driv/media/i2c/
Dtc35874x.c55 static int debug; variable
56 module_param(debug, int, 0644);
57 MODULE_PARM_DESC(debug, "debug level (0-3)");
301 if (debug < 3) in i2c_wr()
443 v4l2_dbg(1, debug, sd, "%s: no valid signal\n", __func__); in tc35874x_get_detected_timings()
447 v4l2_dbg(1, debug, sd, "%s: no sync on signal\n", __func__); in tc35874x_get_detected_timings()
502 v4l2_dbg(2, debug, sd, "%s interlaced:%d, fifo_level:%d\n", in tc35874x_get_detected_timings()
519 v4l2_dbg(2, debug, sd, "%s:\n", __func__); in tc35874x_delayed_work_enable_hotplug()
526 v4l2_dbg(2, debug, sd, "%s: %s\n", __func__, enable ? in tc35874x_set_hdmi_hdcp()
550 v4l2_dbg(2, debug, sd, "%s:\n", __func__); in tc35874x_disable_edid()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_debug.c2538 hdmi_frl_debug debug = {0}; in debug_frl_mode() local
2543 debug.hdmi_mode = (data == 1) ? HDMI_FRL_MODE_FRL : HDMI_FRL_MODE_TMDS; in debug_frl_mode()
2544 if (debug.hdmi_mode == HDMI_FRL_MODE_FRL) { in debug_frl_mode()
2552 debug.rate = (data >= FRL_WORK_MODE_4L12G) ? FRL_WORK_MODE_4L12G : data; in debug_frl_mode()
2555 ret = drv_hdmi_frl_mode_change(hdmi_dev->hdmi_dev_id, &debug); in debug_frl_mode()
2603 frl_debug debug = {0}; in debug_frl_get_lm_table() local
2606 debug.debug_cmd = FRL_DEBUG_LM_TABLE_GET; in debug_frl_get_lm_table()
2607 hal_call_void(hal_hdmi_debug, hdmi_dev->hal, HDMI_DEBUG_CMD_FRL, &debug); in debug_frl_get_lm_table()
2694 frl_debug debug = {0}; in debug_frl_training_break() local
2701 debug.training_break = (hi_u8)data; in debug_frl_training_break()
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dbuild.bp94 "MALI_KERNEL_TEST_API={{.debug}}",
187 "debug/*.c",
188 "debug/*.h",
189 "debug/Kbuild",
206 "debug/backend/*_jm.c",
207 "debug/backend/*_jm.h",
227 "debug/backend/*_csf.c",
228 "debug/backend/*_csf.h",
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_os/
DKconfig27 bool "Enable memory debug"
31 a fixed length debug block will be appended to every memory allocated
39 bool "Enable memory debug"
49 bool "Enable memory debug"
/device/board/isoftstone/zhiyuan/configure/rootfs/
Dinit.sun50iw9p1.cfg10 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755",
11 "write /sys/kernel/debug/hisi_inno_phy/role peripheral"
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/halrf/rtl8822c/
Dhalrf_iqk_8822c.h64 void iqk_get_cfir_8822c(void *dm_void, u8 idx, u8 path, boolean debug);
66 void iqk_set_cfir_8822c(void *dm_void, u8 idx, u8 path, boolean debug);
70 void phy_get_iqk_cfir_8822c(void *dm_void, u8 idx, u8 path, boolean debug);
/device/board/osware/imx8mm/common/rootfs/
Dinit.imx8mm.cfg14 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755",
15 "write /sys/kernel/debug/hisi_inno_phy/role peripheral"
/device/soc/esp/esp32/components/efuse/
Defuse_table_gen.py234 def to_c_file(self, file_name, debug): argument
287 rows += [p.to_struct(debug) + ',']
405 def to_struct(self, debug): argument
407 if debug is True:
432 def create_output_files(name, output_table, debug): argument
453 output = output_table.to_c_file(file_name, debug)
488 debug = args.debug
501 create_output_files(args.common_input.name, common_table, debug)
503 create_output_files(args.custom_input.name, custom_table, debug)
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/vp9/
Dvvp9.c373 static u32 debug; variable
406 if (debug & VP9_DEBUG_REG) in WRITE_VREG_DBG2()
1216 (debug & flag)) { in vp9_print()
1540 (debug & flag)) { in vp9_print_cont()
1771 if (debug) in dealloc_mv_bufs()
1809 if (debug) { in alloc_mv_buf()
1845 if (debug) { in init_mv_buf_list()
1880 if (debug & VP9_DEBUG_BUFMGR_MORE) in get_mv_buf()
1899 if (debug & VP9_DEBUG_BUFMGR_MORE) in put_mv_buf()
1905 if (debug & VP9_DEBUG_BUFMGR_MORE) in put_mv_buf()
[all …]
/device/board/isoftstone/yangfan/cfg/rootfs/
Dinit.rk3399.cfg14 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755",
15 "write /sys/kernel/debug/hisi_inno_phy/role peripheral",
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/
DKbuild21 bifrost_kbase-y += debug/mali_kbase_debug_ktrace.o
24 bifrost_kbase-y += debug/backend/mali_kbase_debug_ktrace_csf.o
26 bifrost_kbase-y += debug/backend/mali_kbase_debug_ktrace_jm.o
/device/board/hisilicon/hispark_taurus/linux/system/cfg/
Dinit.Hi3516DV300.cfg9 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755"
14 "write /sys/kernel/debug/hisi_inno_phy/role peripheral"

123456789