/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | debug.h | 179 #define LWIP_DEBUGF(dbg, message) do { \ argument 181 ((dbg) & LWIP_DBG_ON) && \ 182 ((dbg) & LWIP_DBG_TYPES_ON) && \ 183 ((s16_t)((dbg) & LWIP_DBG_MASK_LEVEL) >= LWIP_DBG_MIN_LEVEL)) { \ 185 if ((dbg) & LWIP_DBG_HALT) { \ 196 #define LWIP_DEBUGF_LOG0(dbg, fmt) diag_layer_msg_i0(0, fmt); argument 197 #define LWIP_DEBUGF_LOG1(dbg, fmt, p1) diag_layer_msg_i1(0, fmt, (hi_u32)(p1)); argument 198 #define LWIP_DEBUGF_LOG2(dbg, fmt, p1, p2) diag_layer_msg_i2(0, fmt, (hi_u32)(p1), (hi_u32)(p2)); argument 199 #define LWIP_DEBUGF_LOG3(dbg, fmt, p1, p2, p3) \ argument 201 #define LWIP_DEBUGF_LOG4(dbg, fmt, p1, p2, p3, p4) \ argument [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/console/ |
D | fhost_command_common.c | 96 dbg("Usage:\n AT+TXPWR=idx power_level\n"); in do_set_power() 102 dbg("invalid fvif index\n"); in do_set_power() 110 dbg("invalid tx power\n"); in do_set_power() 118 dbg("invalid tx power\n"); in do_set_power() 138 dbg("%02x:%02x:%02x:%02x:%02x:%02x\r\n", in do_mac() 185 dbg("Usage:\n AT+WAUTOCNCT=mode <frcd_ap/auto_cnct>\n"); in do_auto_connect() 193 dbg("flash read err\n"); in do_auto_connect() 207 dbg("flash read err\n"); in do_auto_connect() 212 dbg("invalid auto_cnct parameter\n"); in do_auto_connect() 222 dbg("invalid mode\n"); in do_auto_connect() [all …]
|
D | wifi_host_console.c | 121 dbg("Cannot find interface %s\n", name); in fhost_console_search_itf() 139 dbg("Unsupported frame: length = %d\r\n", info->length); in fhost_console_monitor_cb() 145 dbg("a1=%02x:%02x:%02x:%02x:%02x:%02x a2=%02x:%02x:%02x:%02x:%02x:%02x " in fhost_console_monitor_cb() 162 dbg ("Usage:\n iperf <-s|-c|-h> [options]\n"); in do_iperf() 167 dbg ("Usage:\n Connect AP first\n"); in do_iperf() 199 dbg ("Usage:\n ping dst_ip|stop ID\n"); in do_ping() 204 dbg ("Usage:\n Connect first\n"); in do_ping() 246 dbg("invalid fvif index\n"); in do_scan() 253 dbg(D_ERR "Failed to open link with control task\n"); in do_scan() 265 dbg("Got %d scan results\n", nb_res); in do_scan() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | dhd_debug.c | 204 if (!dhdp || !dhdp->dbg) { in dhd_dbg_ring_pull_single() 208 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_ring_pull_single() 276 if (!dhdp || !dhdp->dbg) in dhd_dbg_ring_pull() 278 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_ring_pull() 304 if (!dhdp || !dhdp->dbg) { in dhd_dbg_ring_push() 308 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_ring_push() 410 dhdp->dbg->pullreq(dhdp->dbg->private, ring->id); in dhd_dbg_ring_push() 669 log_level = dhdp->dbg->dbg_rings[FW_EVENT_RING_ID].log_level; in dhd_dbg_custom_evnt_handler() 854 if (dhdp->dbg) { in dhd_dbg_verboselog_printf() 855 log_level = dhdp->dbg->dbg_rings[FW_VERBOSE_RING_ID].log_level; in dhd_dbg_verboselog_printf() [all …]
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_debug.c | 163 if (!dhdp || !dhdp->dbg) { in dhd_dbg_push_to_ring() 172 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_push_to_ring() 180 dhd_dbg_ring_sched_pull(ring, pending_len, dhdp->dbg->pullreq, in dhd_dbg_push_to_ring() 181 dhdp->dbg->private, ring->id); in dhd_dbg_push_to_ring() 188 if (!dhdp || !dhdp->dbg) { in dhd_dbg_get_ring_from_ring_id() 197 return &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_get_ring_from_ring_id() 205 if (!dhdp || !dhdp->dbg) { in dhd_dbg_pull_single_from_ring() 214 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_single_from_ring() 224 if (!dhdp || !dhdp->dbg) { in dhd_dbg_pull_from_ring() 231 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_from_ring() [all …]
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | dhd_debug.c | 153 if (!dhdp || !dhdp->dbg) { in dhd_dbg_push_to_ring() 162 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_push_to_ring() 169 dhd_dbg_ring_sched_pull(ring, pending_len, dhdp->dbg->pullreq, in dhd_dbg_push_to_ring() 170 dhdp->dbg->private, ring->id); in dhd_dbg_push_to_ring() 178 if (!dhdp || !dhdp->dbg) { in dhd_dbg_get_ring_from_ring_id() 187 return &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_get_ring_from_ring_id() 196 if (!dhdp || !dhdp->dbg) { in dhd_dbg_pull_single_from_ring() 205 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_single_from_ring() 215 if (!dhdp || !dhdp->dbg) in dhd_dbg_pull_from_ring() 221 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_from_ring() [all …]
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dhd_debug.c | 198 if (!dhdp || !dhdp->dbg) { in dhd_dbg_push_to_ring() 207 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_push_to_ring() 214 dhd_dbg_ring_sched_pull(ring, pending_len, dhdp->dbg->pullreq, in dhd_dbg_push_to_ring() 215 dhdp->dbg->private, ring->id); in dhd_dbg_push_to_ring() 223 if (!dhdp || !dhdp->dbg) { in dhd_dbg_get_ring_from_ring_id() 232 return &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_get_ring_from_ring_id() 241 if (!dhdp || !dhdp->dbg) { in dhd_dbg_pull_single_from_ring() 250 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_single_from_ring() 260 if (!dhdp || !dhdp->dbg) in dhd_dbg_pull_from_ring() 266 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_from_ring() [all …]
|
/device/soc/chipsea/hals/communication/wifi_lite/wifiservice/ |
D | wifi_device.c | 63 dbg("SecureHm2Chipsea hmType = %d,akm = %d\r\n", hmType, *akm); in SecureHm2Chipsea() 77 dbg("SecureChipsea2Hm akm = %d,hmType = %d\r\n", akm, *hmType); in SecureChipsea2Hm() 84 dbg("wifiDevice:mutex create err\r\n"); in WifiCreateLock() 90 dbg("wifiDevice:mutex lock err\r\n"); in WifiCreateLock() 100 dbg("wifiDevice:mutex lock null\r\n"); in WifiUnlock() 105 dbg("wifiDevice:mutex unlock err\r\n"); in WifiUnlock() 128 dbg("wifiDevice:AddDeviceConfig success netid = %d\r\n", *result); in AddDeviceConfig() 134 dbg("wifiDevice:AddDeviceConfig err index = %d\r\n", index); in AddDeviceConfig() 158 dbg("wifiDevice:GetDeviceConfigs size = %d\r\n", *size); in GetDeviceConfigs() 165 dbg("wifiDevice:RemoveDevice networkId = %d\r\n", networkId); in RemoveDevice() [all …]
|
D | wifi_hotspot.c | 51 dbg("Failed to open link with control task\n"); in SetApVif() 76 dbg("ap has enabled\r\n"); in EnableHotspot() 84 dbg("Failed to start AP, check ssid\r\n"); in EnableHotspot() 89 dbg("SetApVif err\r\n"); in EnableHotspot() 94 dbg("Failed to start AP, check your configuration\r\n"); in EnableHotspot() 100 dbg("[CS] net_if_find_from_wifi_idx fail\r\n"); in EnableHotspot() 115 …dbg("DHCPS init: ip=%d.%d.%d.%d\r\n", (ip_addr)&0xFF, (ip_addr>>8)&0xFF, (ip_addr>>16)&0xFF, (ip_a… in EnableHotspot() 134 dbg("wifi ap has closed\r\n"); in DisableHotspot() 168 dbg("WifiAp:set akm =%d\r\n", cfg->akm); in SetSecType() 178 dbg("Invalid band set default 2G4\r\n"); in SetChannel() [all …]
|
D | wifi_event.c | 33 dbg("wifiDevice:mutex create err\r\n"); in EventLock() 39 dbg("wifiDevice:mutex lock err\r\n"); in EventLock() 49 dbg("wifiDevice:mutex lock null\r\n"); in EventUnLock() 54 dbg("wifiDevice:mutex unlock err\r\n"); in EventUnLock() 71 dbg("wifiDevice: RegisterWifiEvent! eventCnt overflow %d\r\n", g_eventData.eventCnt); in RegisterWifiEvent() 87 dbg("wifiDevice: RegisterWifiEvent!\r\n"); in RegisterWifiEvent() 99 dbg("wifiDevice: eventCnt = 0!\r\n"); in UnRegisterWifiEvent() 161 dbg("DoStaLeaveCallBack\r\n"); in DoStaLeaveCallBack()
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/ispp/ |
D | procfs.c | 46 dev->stream_vdev.dbg.id, in ispp_show() 47 dev->stream_vdev.dbg.interval / 1000 / 1000, in ispp_show() 48 dev->stream_vdev.dbg.delay / 1000 / 1000); in ispp_show() 62 stream->dbg.id, in ispp_show() 63 stream->dbg.interval / 1000 / 1000, in ispp_show() 64 stream->dbg.delay / 1000 / 1000, in ispp_show() 65 stream->dbg.frameloss); in ispp_show() 74 dev->stream_vdev.tnr.dbg.id, in ispp_show() 75 dev->stream_vdev.tnr.dbg.interval / 1000 / 1000, in ispp_show() 84 dev->stream_vdev.nr.dbg.id, in ispp_show() [all …]
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
D | procfs.c | 34 dev->ispp_sdev.out_fmt.width, dev->ispp_sdev.out_fmt.height, dev->stream_vdev.dbg.id, in ispp_show() 35 … dev->stream_vdev.dbg.interval / 1000 / 1000, dev->stream_vdev.dbg.delay / 1000 / 1000); in ispp_show() 44 stream->out_fmt.height, stream->dbg.id, stream->dbg.interval / 1000 / 1000, in ispp_show() 45 stream->dbg.delay / 1000 / 1000, stream->dbg.frameloss); in ispp_show() 51 (val & SW_TNR_GLB_GAIN_EN) ? "enable" : "disable", dev->stream_vdev.tnr.dbg.id, in ispp_show() 52 … dev->stream_vdev.tnr.dbg.interval / 1000 / 1000, dev->stream_vdev.tnr.is_end ? "idle" : "working", in ispp_show() 57 dev->stream_vdev.nr.dbg.id, dev->stream_vdev.nr.dbg.interval / 1000 / 1000, in ispp_show() 67 dev->stream_vdev.fec.dbg.id, dev->stream_vdev.fec.dbg.interval / 1000 / 1000, in ispp_show()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
D | procfs.c | 46 dev->stream_vdev.dbg.id, in ispp_show() 47 dev->stream_vdev.dbg.interval / 1000 / 1000, in ispp_show() 48 dev->stream_vdev.dbg.delay / 1000 / 1000); in ispp_show() 62 stream->dbg.id, in ispp_show() 63 stream->dbg.interval / 1000 / 1000, in ispp_show() 64 stream->dbg.delay / 1000 / 1000, in ispp_show() 65 stream->dbg.frameloss); in ispp_show() 74 dev->stream_vdev.tnr.dbg.id, in ispp_show() 75 dev->stream_vdev.tnr.dbg.interval / 1000 / 1000, in ispp_show() 84 dev->stream_vdev.nr.dbg.id, in ispp_show() [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/apps/src/ |
D | ble_smartconfig_wifi_example.c | 167 dbg("%s", resp_buf); in example_connect_website() 209 dbg("%s recv ap info %d\r\n", __func__, length); in ble_smartconfig_ap_info_received() 223 dbg("ssid %s\r\n", ble_smartconfig_result.ssid); in ble_smartconfig_ap_info_received() 224 dbg("pwd %s\r\n", ble_smartconfig_result.pwd); in ble_smartconfig_ap_info_received() 230 dbg("connect success\r\n"); in ble_smartconfig_ap_info_received() 237 dbg("connect fail %d\r\n", ret); in ble_smartconfig_ap_info_received() 246 dbg("disconnect\r\n"); in ble_smartconfig_state_info_received() 255 dbg("wlan_start_sta start\r\n"); in sta_do_connect() 257 dbg("wlan_start_sta end\r\n"); in sta_do_connect() 259 dbg("connect success\r\n"); in sta_do_connect() [all …]
|
D | app_ble_only.c | 142 dbg("%s\r\n", __func__); in app_ble_scan_stop() 149 dbg("%s\r\n", __func__); in app_ble_scan_start() 169 dbg("%s\r\n", __func__); in app_ble_adv_stop() 176 dbg("%s\r\n", __func__); in app_ble_adv_start() 183 dbg("%s\r\n", __func__); in app_ble_discon() 220 dbg("%s set %d\r\n", __func__, data); in app_batt_set() 256 dbg("%d\n", sleep_level_get()); in app_ble_sleep_level() 297 dbg("%s \r\n", __func__); in app_ble_del_bond() 335 dbg("no ble addr in flash, use default\r\n"); in app_ble_addr_rdwr() 337 dbg("read ble addr: %02x%02x%02x%02x%02x%02x\r\n", in app_ble_addr_rdwr() [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_dbg/ |
D | csble_dbg.c | 60 dbg(" "); in dump_buf() 61 dbg("%02x ", buf[i]); in dump_buf() 63 dbg("\n"); in dump_buf() 65 dbg("\n"); in dump_buf() 112 dbg("%s============== Hex Data Begin ==============\n", in csble_dbg_hex_dump() 115 dbg("%s============== Hex Data End ================\n", in csble_dbg_hex_dump()
|
D | csble_dbg.h | 78 dbg("%s<%s,%d>", prefix, __func__, __LINE__); \ 79 dbg(fmt, ##__VA_ARGS__); \ 80 dbg("\n");\ 92 dbg("[BLE_DUMP]:<%s,%d>: (len:%d)\n", __func__, __LINE__,(int)len);\
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/ |
D | phydm_debug.c | 1155 struct odm_phy_dbg_info *dbg = &dm->phy_dbg_info_win_bkp; in phydm_basic_dbg_msg_cli_win() local 1156 struct phydm_phystatus_statistic *dbg_s = &dbg->physts_statistic_info; in phydm_basic_dbg_msg_cli_win() 1157 struct phydm_phystatus_avg *dbg_avg = &dbg->phystatus_statistic_avg; in phydm_basic_dbg_msg_cli_win() 1223 dbg->num_qry_legacy_pkt[0], dbg->num_qry_legacy_pkt[1], in phydm_basic_dbg_msg_cli_win() 1224 dbg->num_qry_legacy_pkt[2], dbg->num_qry_legacy_pkt[3]); in phydm_basic_dbg_msg_cli_win() 1229 dbg->num_qry_legacy_pkt[4], dbg->num_qry_legacy_pkt[5], in phydm_basic_dbg_msg_cli_win() 1230 dbg->num_qry_legacy_pkt[6], dbg->num_qry_legacy_pkt[7], in phydm_basic_dbg_msg_cli_win() 1231 dbg->num_qry_legacy_pkt[8], dbg->num_qry_legacy_pkt[9], in phydm_basic_dbg_msg_cli_win() 1232 dbg->num_qry_legacy_pkt[10], dbg->num_qry_legacy_pkt[11]); in phydm_basic_dbg_msg_cli_win() 1236 if (dbg->ht_pkt_not_zero) { in phydm_basic_dbg_msg_cli_win() [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_app/app_smartconfig/ |
D | app_smartconfig.c | 63 dbg("%s recv ap info %d\r\n", __func__, length); in app_smartconfig_ap_info_received() 66 dbg(" "); in app_smartconfig_ap_info_received() 67 dbg("%02x ", data[i]); in app_smartconfig_ap_info_received() 69 dbg("\n"); in app_smartconfig_ap_info_received() 71 dbg("\n"); in app_smartconfig_ap_info_received() 85 dbg("ssid %s\r\n", smartconfig_result.ssid); in app_smartconfig_ap_info_received() 86 dbg("pwd %s\r\n", smartconfig_result.pwd); in app_smartconfig_ap_info_received() 103 dbg("%s\n", __func__); in app_smartconfig_init() 138 dbg("%s\n", __func__); in app_smartconfig_disconnected() 158 dbg("%s %d\r\n", __func__, length); in app_smartconfig_send_wifi_state_notification()
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/src/os_al/ |
D | rtos_al.c | 93 dbg("rtos_task_create prio err! task:%s,prio = %d\r\n", attr.name, prio); in rtos_task_create() 100 dbg("rtos_task_create err! task:%s\r\n",attr.name); in rtos_task_create() 156 dbg("rtos_task_init_notifi: err code %d\r\n", ret); in rtos_task_init_notification() 176 dbg("rtos_task_wait_notifi: task null\r\n"); in rtos_task_wait_notification() 200 dbg("rtos_task_wait_notifi: task null\r\n"); in rtos_task_notify() 204 dbg("rtos_task_notify:value=0x%x, too big\r\n", value); in rtos_task_notify() 214 dbg("rtos_task_notify:clear err code is %d\r\n", ret); in rtos_task_notify() 219 dbg("rtos_task_notify:write err code is %d\r\n", ret); in rtos_task_notify() 228 dbg("rtos_queue_create err!\r\n"); in rtos_queue_create() 267 dbg("rtos_semaphore_create err!\r\n"); in rtos_semaphore_create() [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_app/app_main/ |
D | app_present_task.c | 134 dbg("%s ,actv_idx = %x\n",__func__,app_env.scan_actv_idx); in gapm_activity_created_ind_handler() 161 dbg("## %s app_env.adv_state %d\r\n", __func__, app_env.adv_state); in gapm_activity_stopped_ind_handler() 174 dbg("## %s app_env.scan_state %d\r\n", __func__, app_env.scan_state); in gapm_activity_stopped_ind_handler() 219 dbg("%s\n",__func__); in gapm_profile_added_ind_handler() 477 dbg("%s op 0x%x, scan_op %x\n",__func__,param->operation,app_env.scan_op); in gapm_cmp_evt_handler() 482 …dbg("error, adv operation error, operation %d-%d, status %d\r\n", param->operation, app_env.adv_op… in gapm_cmp_evt_handler() 1006 dbg("%s ,%d\n",__func__,ke_time()); in app_test_timer_handler() 1029 dbg("%s \n",__func__); in app_adv_report_handler() 1030 dbg("actv_idx %x, info %x\n",param->actv_idx,param->info); in app_adv_report_handler() 1031 …dbg("trans_addr.addr_type %x, addr %x,%x,%x,%x,%x,%x \n",param->trans_addr.addr_type,param->trans_… in app_adv_report_handler() [all …]
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/dbg/ |
D | cs_dbg_assert.c | 33 dbg(D_ERR "ASSERT (%s) at %s:%d\n", condition, file, line); 49 dbg(D_ERR "ASSERT (%s) at %s:%d\n", condition, file, line); in dbg_assert_err() 58 dbg(D_ERR "WARNING (%s) at %s:%d\n", condition, file, line); in dbg_assert_warn()
|
D | dbg.h | 58 #define TRACE(fmt, ...) dbg(fmt, ##__VA_ARGS__) 137 #define dbg(fmt, ...) dbg_test_print(fmt, ## __VA_ARGS__) macro 142 #define dbg(fmt, ...) do {} while (0) macro
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/lwip-2.1/dhcps/ |
D | dhcps.c | 195 dbg("out of mem\n"); in newResp() 201 dbg("pbuf too small\n"); in newResp() 256 dbg("dhcps: no free addresses left.\n"); in handleDiscover() 344 dbg("dhcps: no free addresses left.\n"); in handleRequest() 354 dbg("Dhcps release %d\r\n", i); in force_dhcp_release() 394 dbg("DHCP unknown option %d\n", req->options[2]); in dhcpRecv() 420 dbg("Cannot allocate dhcps pcb.\n"); in dhcpServerStartRaw() 449 dbg("dhcpServerStart %d %x, %x\r\n", ap_lease_time, ap_dhcp_start, ap_dhcp_end); in dhcpServerStart() 464 dbg("Error: dhcp index[%d] unused! \r\n", index); in get_client_ip_by_index()
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/src/ |
D | rtos.c | 151 dbg("Enter rtos_main ok\r\n"); in rtos_main() 155 dbg("LOS_KernelInit\r\n"); in rtos_main() 158 dbg("RUNNING IN SIMULATION MODE\r\n"); in rtos_main() 289 dbg("\r\n start task \r\n"); in rtos_main()
|