| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_custom_sec.c | 258 DHD_ERROR(("[WIFI_SEC] %s: %s doesn't exist" 264 DHD_ERROR(("[WIFI_SEC] %s: POWER_VAL = %c \r\n", __FUNCTION__, power_val)); 274 DHD_ERROR(("[WIFI_SEC] %s: doesn't set from sysfs" 314 DHD_ERROR(("[WIFI_SEC] %s: Set lpc failed %d\n", 319 DHD_ERROR(("[WIFI_SEC] %s : Turn Runtime PM off \n", __FUNCTION__)); 326 DHD_ERROR(("[WIFI_SEC] %s: WLC_UP faield %d\n", __FUNCTION__, ret)); 334 DHD_ERROR(("[WIFI_SEC] %s: Set ocl_enable %d failed %d\n", 337 DHD_ERROR(("[WIFI_SEC] %s: Set ocl_enable %d OK %d\n", 346 DHD_ERROR(("[WIFI_SEC] %s: dhd_enable_adps failed %d\n", 353 DHD_ERROR(("[WIFI_SEC] %s: WLC_DOWN faield %d\n", [all …]
|
| H A D | dhd_pcie_linux.c | 306 DHD_ERROR(("%s: SMMU initialize\n", __FUNCTION__)); in dhdpcie_smmu_init() 316 DHD_ERROR(("%s : get SMMU start address 0x%x, size 0x%x\n", in dhdpcie_smmu_init() 327 DHD_ERROR(("%s: Invalid smmu iova len %d\n", in dhdpcie_smmu_init() 332 DHD_ERROR(("%s : SMMU init start\n", __FUNCTION__)); in dhdpcie_smmu_init() 336 DHD_ERROR(("%s: DMA set 64bit mask failed.\n", __FUNCTION__)); in dhdpcie_smmu_init() 343 DHD_ERROR(("%s: create mapping failed, err = %d\n", in dhdpcie_smmu_init() 352 DHD_ERROR(("%s: set atomic_ctx attribute failed, err = %d\n", in dhdpcie_smmu_init() 360 DHD_ERROR(("%s: set s1_bypass attribute failed, err = %d\n", in dhdpcie_smmu_init() 367 DHD_ERROR(("%s: attach device failed, err = %d\n", in dhdpcie_smmu_init() 412 DHD_ERROR(("%s: tpoweron_rc:0x%x tpoweron_ep:0x%x\n", in dhd_bus_get_tpoweron() [all …]
|
| H A D | dhd_custom_hikey.c | 74 DHD_ERROR(("failed to get device node of BRCM WLAN, use default GPIOs\n")); in dhd_wifi_init_gpio() 87 DHD_ERROR(("%s: Failed to request gpio %d for WL_REG_ON, " in dhd_wifi_init_gpio() 91 DHD_ERROR(("%s: gpio_request WL_REG_ON done - WLAN_EN: GPIO %d\n", in dhd_wifi_init_gpio() 102 DHD_ERROR(("%s: WL_REG_ON is failed to pull up\n", __FUNCTION__)); in dhd_wifi_init_gpio() 114 DHD_ERROR(("%s: Failed to request gpio %d for WLAN_HOST_WAKE\n", in dhd_wifi_init_gpio() 118 DHD_ERROR(("%s: gpio_request WLAN_HOST_WAKE done" in dhd_wifi_init_gpio() 124 DHD_ERROR(("%s: Failed to set WL_HOST_WAKE gpio direction\n", __FUNCTION__)); in dhd_wifi_init_gpio() 145 DHD_ERROR(("%s: WL_REG_ON is failed to pull up\n", __FUNCTION__)); in dhd_wlan_power() 152 DHD_ERROR(("[%s] gpio value is 0. We need reinit.\n", __func__)); in dhd_wlan_power() 154 DHD_ERROR(("%s: WL_REG_ON is " in dhd_wlan_power() [all …]
|
| H A D | dhd_custom_cis.c | 100 DHD_ERROR(("invalid size/addr combination\n")); in read_otp_from_bp() 107 DHD_ERROR(("invalid size/addr combination\n")); in read_otp_from_bp() 113 DHD_ERROR(("invalid size/addr combination\n")); in read_otp_from_bp() 134 DHD_ERROR(("invalid size/addr combination\n")); in read_otp_from_bp() 140 DHD_ERROR(("invalid size/addr combination\n")); in read_otp_from_bp() 161 DHD_ERROR(("%s : Can't read the OTP\n", __FUNCTION__)); in dhd_parse_board_information_bcm() 169 DHD_ERROR(("%s: Can not find the TAG\n", __FUNCTION__)); in dhd_parse_board_information_bcm() 199 DHD_ERROR(("failed to parse information (vid=%d, boardtype=%d)\n", in dhd_parse_board_information_bcm() 308 DHD_ERROR(("%s : Invalid pointer \n", __FUNCTION__)); in select_naming_table() 330 DHD_ERROR(("%s: No MODULE NAMING TABLE found\n", __FUNCTION__)); in select_naming_table() [all …]
|
| H A D | dhd_linux_wq.c | 124 DHD_ERROR(("%s: dhd info not initialized\n", __FUNCTION__)); in dhd_deferred_work_init() 131 DHD_ERROR(("%s: work queue creation failed\n", __FUNCTION__)); in dhd_deferred_work_init() 146 DHD_ERROR(("%s: prio work fifo allocation failed\n", in dhd_deferred_work_init() 164 DHD_ERROR(("%s: work fifo allocation failed\n", __FUNCTION__)); in dhd_deferred_work_init() 177 DHD_ERROR(("%s: work queue initialized\n", __FUNCTION__)); in dhd_deferred_work_init() 194 DHD_ERROR(("%s: deferred work has been freed already\n", in dhd_deferred_work_deinit() 245 DHD_ERROR(("%s: work queue not initialized\n", __FUNCTION__)); in dhd_deferred_schedule_work() 251 DHD_ERROR(("%s: unknown event, event=%d\n", __FUNCTION__, in dhd_deferred_schedule_work() 257 DHD_ERROR(("%s: unknown priority, priority=%d\n", in dhd_deferred_schedule_work() 263 DHD_ERROR(("%s: Skip event requested. Mask = 0x%x\n", in dhd_deferred_schedule_work() [all …]
|
| H A D | dhd_dbg.h | 132 #define DHD_ERROR(args) do {if (dhd_msg_level & DHD_ERROR_VAL) \ macro 138 #define DHD_ERROR_ROAM(args) DHD_ERROR(args) 144 #define DHD_ERROR(args) \ macro 163 #define DHD_ERROR(args) \ macro 176 #define DHD_ERROR(args) do {if (dhd_msg_level & DHD_ERROR_VAL) printf args;} while (0) macro 178 #define DHD_ERROR_ROAM(args) DHD_ERROR(args) 224 #define DHD_ERROR_EX(args) DHD_ERROR(args) 225 #define DHD_ERROR_ROAM(args) DHD_ERROR(args) 323 #define DHD_ERROR_MEM(args) DHD_ERROR(args) 324 #define DHD_IOVAR_MEM(args) DHD_ERROR(args) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_custom_sec.c | 258 DHD_ERROR(("[WIFI_SEC] %s: %s doesn't exist" 264 DHD_ERROR(("[WIFI_SEC] %s: POWER_VAL = %c \r\n", __FUNCTION__, power_val)); 274 DHD_ERROR(("[WIFI_SEC] %s: doesn't set from sysfs" 314 DHD_ERROR(("[WIFI_SEC] %s: Set lpc failed %d\n", 319 DHD_ERROR(("[WIFI_SEC] %s : Turn Runtime PM off \n", __FUNCTION__)); 326 DHD_ERROR(("[WIFI_SEC] %s: WLC_UP faield %d\n", __FUNCTION__, ret)); 334 DHD_ERROR(("[WIFI_SEC] %s: Set ocl_enable %d failed %d\n", 337 DHD_ERROR(("[WIFI_SEC] %s: Set ocl_enable %d OK %d\n", 346 DHD_ERROR(("[WIFI_SEC] %s: dhd_enable_adps failed %d\n", 353 DHD_ERROR(("[WIFI_SEC] %s: WLC_DOWN faield %d\n", [all …]
|
| H A D | dhd_pcie_linux.c | 304 DHD_ERROR(("%s: SMMU initialize\n", __FUNCTION__)); in dhdpcie_smmu_init() 314 DHD_ERROR(("%s : get SMMU start address 0x%x, size 0x%x\n", in dhdpcie_smmu_init() 325 DHD_ERROR(("%s: Invalid smmu iova len %d\n", in dhdpcie_smmu_init() 330 DHD_ERROR(("%s : SMMU init start\n", __FUNCTION__)); in dhdpcie_smmu_init() 334 DHD_ERROR(("%s: DMA set 64bit mask failed.\n", __FUNCTION__)); in dhdpcie_smmu_init() 341 DHD_ERROR(("%s: create mapping failed, err = %d\n", in dhdpcie_smmu_init() 350 DHD_ERROR(("%s: set atomic_ctx attribute failed, err = %d\n", in dhdpcie_smmu_init() 358 DHD_ERROR(("%s: set s1_bypass attribute failed, err = %d\n", in dhdpcie_smmu_init() 365 DHD_ERROR(("%s: attach device failed, err = %d\n", in dhdpcie_smmu_init() 410 DHD_ERROR(("%s: tpoweron_rc:0x%x tpoweron_ep:0x%x\n", in dhd_bus_get_tpoweron() [all …]
|
| H A D | dhd_custom_hikey.c | 74 DHD_ERROR(("failed to get device node of BRCM WLAN, use default GPIOs\n")); in dhd_wifi_init_gpio() 87 DHD_ERROR(("%s: Failed to request gpio %d for WL_REG_ON, " in dhd_wifi_init_gpio() 91 DHD_ERROR(("%s: gpio_request WL_REG_ON done - WLAN_EN: GPIO %d\n", in dhd_wifi_init_gpio() 102 DHD_ERROR(("%s: WL_REG_ON is failed to pull up\n", __FUNCTION__)); in dhd_wifi_init_gpio() 114 DHD_ERROR(("%s: Failed to request gpio %d for WLAN_HOST_WAKE\n", in dhd_wifi_init_gpio() 118 DHD_ERROR(("%s: gpio_request WLAN_HOST_WAKE done" in dhd_wifi_init_gpio() 124 DHD_ERROR(("%s: Failed to set WL_HOST_WAKE gpio direction\n", __FUNCTION__)); in dhd_wifi_init_gpio() 145 DHD_ERROR(("%s: WL_REG_ON is failed to pull up\n", __FUNCTION__)); in dhd_wlan_power() 152 DHD_ERROR(("[%s] gpio value is 0. We need reinit.\n", __func__)); in dhd_wlan_power() 154 DHD_ERROR(("%s: WL_REG_ON is " in dhd_wlan_power() [all …]
|
| H A D | dhd_custom_cis.c | 100 DHD_ERROR(("invalid size/addr combination\n")); in read_otp_from_bp() 107 DHD_ERROR(("invalid size/addr combination\n")); in read_otp_from_bp() 113 DHD_ERROR(("invalid size/addr combination\n")); in read_otp_from_bp() 134 DHD_ERROR(("invalid size/addr combination\n")); in read_otp_from_bp() 140 DHD_ERROR(("invalid size/addr combination\n")); in read_otp_from_bp() 161 DHD_ERROR(("%s : Can't read the OTP\n", __FUNCTION__)); in dhd_parse_board_information_bcm() 169 DHD_ERROR(("%s: Can not find the TAG\n", __FUNCTION__)); in dhd_parse_board_information_bcm() 199 DHD_ERROR(("failed to parse information (vid=%d, boardtype=%d)\n", in dhd_parse_board_information_bcm() 308 DHD_ERROR(("%s : Invalid pointer \n", __FUNCTION__)); in select_naming_table() 330 DHD_ERROR(("%s: No MODULE NAMING TABLE found\n", __FUNCTION__)); in select_naming_table() [all …]
|
| H A D | dhd_linux_wq.c | 124 DHD_ERROR(("%s: dhd info not initialized\n", __FUNCTION__)); in dhd_deferred_work_init() 131 DHD_ERROR(("%s: work queue creation failed\n", __FUNCTION__)); in dhd_deferred_work_init() 146 DHD_ERROR(("%s: prio work fifo allocation failed\n", in dhd_deferred_work_init() 164 DHD_ERROR(("%s: work fifo allocation failed\n", __FUNCTION__)); in dhd_deferred_work_init() 177 DHD_ERROR(("%s: work queue initialized\n", __FUNCTION__)); in dhd_deferred_work_init() 194 DHD_ERROR(("%s: deferred work has been freed already\n", in dhd_deferred_work_deinit() 245 DHD_ERROR(("%s: work queue not initialized\n", __FUNCTION__)); in dhd_deferred_schedule_work() 251 DHD_ERROR(("%s: unknown event, event=%d\n", __FUNCTION__, in dhd_deferred_schedule_work() 257 DHD_ERROR(("%s: unknown priority, priority=%d\n", in dhd_deferred_schedule_work() 263 DHD_ERROR(("%s: Skip event requested. Mask = 0x%x\n", in dhd_deferred_schedule_work() [all …]
|
| H A D | dhd_dbg.h | 132 #define DHD_ERROR(args) do {if (dhd_msg_level & DHD_ERROR_VAL) \ macro 138 #define DHD_ERROR_ROAM(args) DHD_ERROR(args) 144 #define DHD_ERROR(args) \ macro 163 #define DHD_ERROR(args) \ macro 176 #define DHD_ERROR(args) do {if (dhd_msg_level & DHD_ERROR_VAL) printf args;} while (0) macro 178 #define DHD_ERROR_ROAM(args) DHD_ERROR(args) 224 #define DHD_ERROR_EX(args) DHD_ERROR(args) 225 #define DHD_ERROR_ROAM(args) DHD_ERROR(args) 323 #define DHD_ERROR_MEM(args) DHD_ERROR(args) 324 #define DHD_IOVAR_MEM(args) DHD_ERROR(args) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_pcie_linux.c | 285 DHD_ERROR(("%s: SMMU initialize\n", __FUNCTION__)); in dhdpcie_smmu_init() 295 DHD_ERROR(("%s : get SMMU start address 0x%x, size 0x%x\n", in dhdpcie_smmu_init() 306 DHD_ERROR(("%s: Invalid smmu iova len %d\n", in dhdpcie_smmu_init() 311 DHD_ERROR(("%s : SMMU init start\n", __FUNCTION__)); in dhdpcie_smmu_init() 315 DHD_ERROR(("%s: DMA set 64bit mask failed.\n", __FUNCTION__)); in dhdpcie_smmu_init() 322 DHD_ERROR(("%s: create mapping failed, err = %d\n", in dhdpcie_smmu_init() 331 DHD_ERROR(("%s: set atomic_ctx attribute failed, err = %d\n", in dhdpcie_smmu_init() 339 DHD_ERROR(("%s: set s1_bypass attribute failed, err = %d\n", in dhdpcie_smmu_init() 346 DHD_ERROR(("%s: attach device failed, err = %d\n", in dhdpcie_smmu_init() 391 DHD_ERROR(("%s: tpoweron_rc:0x%x tpoweron_ep:0x%x\n", in dhd_bus_get_tpoweron() [all …]
|
| H A D | dhd_linux_wq.c | 117 DHD_ERROR(("%s: dhd info not initialized\n", __FUNCTION__)); in dhd_deferred_work_init() 124 DHD_ERROR(("%s: work queue creation failed\n", __FUNCTION__)); in dhd_deferred_work_init() 139 DHD_ERROR(("%s: prio work fifo allocation failed\n", in dhd_deferred_work_init() 157 DHD_ERROR(("%s: work fifo allocation failed\n", __FUNCTION__)); in dhd_deferred_work_init() 170 DHD_ERROR(("%s: work queue initialized\n", __FUNCTION__)); in dhd_deferred_work_init() 187 DHD_ERROR(("%s: deferred work has been freed already\n", in dhd_deferred_work_deinit() 238 DHD_ERROR(("%s: work queue not initialized\n", __FUNCTION__)); in dhd_deferred_schedule_work() 244 DHD_ERROR(("%s: unknown event, event=%d\n", __FUNCTION__, in dhd_deferred_schedule_work() 250 DHD_ERROR(("%s: unknown priority, priority=%d\n", in dhd_deferred_schedule_work() 256 DHD_ERROR(("%s: Skip event requested. Mask = 0x%x\n", in dhd_deferred_schedule_work() [all …]
|
| H A D | dhd_bandsteer.c | 114 DHD_ERROR(("%s: dhd_bandsteer_mac is null\n", __FUNCTION__)); in dhd_bandsteer_state_machine() 151 DHD_ERROR(("%s: unexpected event \n", __FUNCTION__)); in dhd_bandsteer_workqueue_wrapper() 168 DHD_ERROR(("%s: alloc failed\n", __FUNCTION__)); in dhd_bandsteer_addmac_to_monitorlist() 208 DHD_ERROR(("%s: dhd_bandsteer_mac is NULL\n", __FUNCTION__)); in dhd_bandsteer_remove_mac_from_list() 218 DHD_ERROR(("%s: Invalid MAC\n", __FUNCTION__)); in dhd_bandsteer_remove_mac_from_list() 223 DHD_ERROR(("%s: " MACDBG " deleted from list \n", __FUNCTION__, in dhd_bandsteer_remove_mac_from_list() 272 DHD_ERROR(("%s: failed to allocated memory %d bytes\n", __FUNCTION__, in dhd_bandsteer_tx_wnm_actframe() 279 DHD_ERROR(("%s: unable to allocate frame\n", __FUNCTION__)); in dhd_bandsteer_tx_wnm_actframe() 314 DHD_ERROR(("Failed to set action frame, error=%d\n", error)); in dhd_bandsteer_tx_wnm_actframe() 362 DHD_ERROR(("%s: WLC_GET_MACLIST error=%d\n", __FUNCTION__, err)); in dhd_bandsteer_add_to_black_list() [all …]
|
| H A D | dhd_pcie.c | 679 DHD_ERROR(("%s: buscorerev=%d chipid=0x%x\n", in dhdpcie_chip_support_msi() 719 DHD_ERROR(("%s: MALLOC of dhd_bus_t failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 737 DHD_ERROR(("%s: MALLOC of bus->pcie_sh failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 745 DHD_ERROR(("%s: dhdpcie_probe_attach failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 757 DHD_ERROR(("%s: dhdpcie_sromotp_customvar failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 761 DHD_ERROR(("%s:customvar2 is not OTPed" in dhdpcie_bus_attach() 772 DHD_ERROR(("%s: Not going to enumerate this module as " in dhdpcie_bus_attach() 785 DHD_ERROR(("%s: dhd_attach failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 790 DHD_ERROR(("%s: making DHD_BUS_DOWN\n", __FUNCTION__)); in dhdpcie_bus_attach() 934 DHD_ERROR(("failed to start PCIe Loopback Test!!! " in dhd_bus_dmaxfer_lpbk() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_pcie_linux.c | 285 DHD_ERROR(("%s: SMMU initialize\n", __FUNCTION__)); in dhdpcie_smmu_init() 295 DHD_ERROR(("%s : get SMMU start address 0x%x, size 0x%x\n", in dhdpcie_smmu_init() 306 DHD_ERROR(("%s: Invalid smmu iova len %d\n", in dhdpcie_smmu_init() 311 DHD_ERROR(("%s : SMMU init start\n", __FUNCTION__)); in dhdpcie_smmu_init() 315 DHD_ERROR(("%s: DMA set 64bit mask failed.\n", __FUNCTION__)); in dhdpcie_smmu_init() 322 DHD_ERROR(("%s: create mapping failed, err = %d\n", in dhdpcie_smmu_init() 331 DHD_ERROR(("%s: set atomic_ctx attribute failed, err = %d\n", in dhdpcie_smmu_init() 339 DHD_ERROR(("%s: set s1_bypass attribute failed, err = %d\n", in dhdpcie_smmu_init() 346 DHD_ERROR(("%s: attach device failed, err = %d\n", in dhdpcie_smmu_init() 391 DHD_ERROR(("%s: tpoweron_rc:0x%x tpoweron_ep:0x%x\n", in dhd_bus_get_tpoweron() [all …]
|
| H A D | dhd_linux_wq.c | 117 DHD_ERROR(("%s: dhd info not initialized\n", __FUNCTION__)); in dhd_deferred_work_init() 124 DHD_ERROR(("%s: work queue creation failed\n", __FUNCTION__)); in dhd_deferred_work_init() 139 DHD_ERROR(("%s: prio work fifo allocation failed\n", in dhd_deferred_work_init() 157 DHD_ERROR(("%s: work fifo allocation failed\n", __FUNCTION__)); in dhd_deferred_work_init() 170 DHD_ERROR(("%s: work queue initialized\n", __FUNCTION__)); in dhd_deferred_work_init() 187 DHD_ERROR(("%s: deferred work has been freed already\n", in dhd_deferred_work_deinit() 238 DHD_ERROR(("%s: work queue not initialized\n", __FUNCTION__)); in dhd_deferred_schedule_work() 244 DHD_ERROR(("%s: unknown event, event=%d\n", __FUNCTION__, in dhd_deferred_schedule_work() 250 DHD_ERROR(("%s: unknown priority, priority=%d\n", in dhd_deferred_schedule_work() 256 DHD_ERROR(("%s: Skip event requested. Mask = 0x%x\n", in dhd_deferred_schedule_work() [all …]
|
| H A D | dhd_bandsteer.c | 114 DHD_ERROR(("%s: dhd_bandsteer_mac is null\n", __FUNCTION__)); in dhd_bandsteer_state_machine() 151 DHD_ERROR(("%s: unexpected event \n", __FUNCTION__)); in dhd_bandsteer_workqueue_wrapper() 168 DHD_ERROR(("%s: alloc failed\n", __FUNCTION__)); in dhd_bandsteer_addmac_to_monitorlist() 208 DHD_ERROR(("%s: dhd_bandsteer_mac is NULL\n", __FUNCTION__)); in dhd_bandsteer_remove_mac_from_list() 218 DHD_ERROR(("%s: Invalid MAC\n", __FUNCTION__)); in dhd_bandsteer_remove_mac_from_list() 223 DHD_ERROR(("%s: " MACDBG " deleted from list \n", __FUNCTION__, in dhd_bandsteer_remove_mac_from_list() 272 DHD_ERROR(("%s: failed to allocated memory %d bytes\n", __FUNCTION__, in dhd_bandsteer_tx_wnm_actframe() 279 DHD_ERROR(("%s: unable to allocate frame\n", __FUNCTION__)); in dhd_bandsteer_tx_wnm_actframe() 314 DHD_ERROR(("Failed to set action frame, error=%d\n", error)); in dhd_bandsteer_tx_wnm_actframe() 362 DHD_ERROR(("%s: WLC_GET_MACLIST error=%d\n", __FUNCTION__, err)); in dhd_bandsteer_add_to_black_list() [all …]
|
| H A D | dhd_pcie.c | 679 DHD_ERROR(("%s: buscorerev=%d chipid=0x%x\n", in dhdpcie_chip_support_msi() 719 DHD_ERROR(("%s: MALLOC of dhd_bus_t failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 737 DHD_ERROR(("%s: MALLOC of bus->pcie_sh failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 745 DHD_ERROR(("%s: dhdpcie_probe_attach failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 757 DHD_ERROR(("%s: dhdpcie_sromotp_customvar failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 761 DHD_ERROR(("%s:customvar2 is not OTPed" in dhdpcie_bus_attach() 772 DHD_ERROR(("%s: Not going to enumerate this module as " in dhdpcie_bus_attach() 785 DHD_ERROR(("%s: dhd_attach failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 790 DHD_ERROR(("%s: making DHD_BUS_DOWN\n", __FUNCTION__)); in dhdpcie_bus_attach() 934 DHD_ERROR(("failed to start PCIe Loopback Test!!! " in dhd_bus_dmaxfer_lpbk() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_pcie_linux.c | 276 DHD_ERROR(("%s: SMMU initialize\n", __FUNCTION__)); in dhdpcie_smmu_init() 286 DHD_ERROR(("%s : get SMMU start address 0x%x, size 0x%x\n", in dhdpcie_smmu_init() 297 DHD_ERROR(("%s: Invalid smmu iova len %d\n", in dhdpcie_smmu_init() 302 DHD_ERROR(("%s : SMMU init start\n", __FUNCTION__)); in dhdpcie_smmu_init() 306 DHD_ERROR(("%s: DMA set 64bit mask failed.\n", __FUNCTION__)); in dhdpcie_smmu_init() 313 DHD_ERROR(("%s: create mapping failed, err = %d\n", in dhdpcie_smmu_init() 322 DHD_ERROR(("%s: set atomic_ctx attribute failed, err = %d\n", in dhdpcie_smmu_init() 330 DHD_ERROR(("%s: set s1_bypass attribute failed, err = %d\n", in dhdpcie_smmu_init() 337 DHD_ERROR(("%s: attach device failed, err = %d\n", in dhdpcie_smmu_init() 382 DHD_ERROR(("%s: tpoweron_rc:0x%x tpoweron_ep:0x%x\n", in dhd_bus_get_tpoweron() [all …]
|
| H A D | dhd_linux_wq.c | 117 DHD_ERROR(("%s: dhd info not initialized\n", __FUNCTION__)); in dhd_deferred_work_init() 124 DHD_ERROR(("%s: work queue creation failed\n", __FUNCTION__)); in dhd_deferred_work_init() 139 DHD_ERROR(("%s: prio work fifo allocation failed\n", in dhd_deferred_work_init() 157 DHD_ERROR(("%s: work fifo allocation failed\n", __FUNCTION__)); in dhd_deferred_work_init() 170 DHD_ERROR(("%s: work queue initialized\n", __FUNCTION__)); in dhd_deferred_work_init() 187 DHD_ERROR(("%s: deferred work has been freed already\n", in dhd_deferred_work_deinit() 238 DHD_ERROR(("%s: work queue not initialized\n", __FUNCTION__)); in dhd_deferred_schedule_work() 244 DHD_ERROR(("%s: unknown event, event=%d\n", __FUNCTION__, in dhd_deferred_schedule_work() 250 DHD_ERROR(("%s: unknown priority, priority=%d\n", in dhd_deferred_schedule_work() 256 DHD_ERROR(("%s: Skip event requested. Mask = 0x%x\n", in dhd_deferred_schedule_work() [all …]
|
| H A D | dhd_bandsteer.c | 114 DHD_ERROR(("%s: dhd_bandsteer_mac is null\n", __FUNCTION__)); in dhd_bandsteer_state_machine() 151 DHD_ERROR(("%s: unexpected event \n", __FUNCTION__)); in dhd_bandsteer_workqueue_wrapper() 168 DHD_ERROR(("%s: alloc failed\n", __FUNCTION__)); in dhd_bandsteer_addmac_to_monitorlist() 208 DHD_ERROR(("%s: dhd_bandsteer_mac is NULL\n", __FUNCTION__)); in dhd_bandsteer_remove_mac_from_list() 218 DHD_ERROR(("%s: Invalid MAC\n", __FUNCTION__)); in dhd_bandsteer_remove_mac_from_list() 223 DHD_ERROR(("%s: " MACDBG " deleted from list \n", __FUNCTION__, in dhd_bandsteer_remove_mac_from_list() 272 DHD_ERROR(("%s: failed to allocated memory %d bytes\n", __FUNCTION__, in dhd_bandsteer_tx_wnm_actframe() 279 DHD_ERROR(("%s: unable to allocate frame\n", __FUNCTION__)); in dhd_bandsteer_tx_wnm_actframe() 314 DHD_ERROR(("Failed to set action frame, error=%d\n", error)); in dhd_bandsteer_tx_wnm_actframe() 362 DHD_ERROR(("%s: WLC_GET_MACLIST error=%d\n", __FUNCTION__, err)); in dhd_bandsteer_add_to_black_list() [all …]
|
| H A D | dhd_pcie.c | 679 DHD_ERROR(("%s: buscorerev=%d chipid=0x%x\n", in dhdpcie_chip_support_msi() 719 DHD_ERROR(("%s: MALLOC of dhd_bus_t failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 737 DHD_ERROR(("%s: MALLOC of bus->pcie_sh failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 745 DHD_ERROR(("%s: dhdpcie_probe_attach failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 757 DHD_ERROR(("%s: dhdpcie_sromotp_customvar failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 761 DHD_ERROR(("%s:customvar2 is not OTPed" in dhdpcie_bus_attach() 772 DHD_ERROR(("%s: Not going to enumerate this module as " in dhdpcie_bus_attach() 785 DHD_ERROR(("%s: dhd_attach failed\n", __FUNCTION__)); in dhdpcie_bus_attach() 789 DHD_ERROR(("%s: making DHD_BUS_DOWN\n", __FUNCTION__)); in dhdpcie_bus_attach() 941 DHD_ERROR(("failed to start PCIe Loopback Test!!! " in dhd_bus_dmaxfer_lpbk() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_pcie_linux.c | 252 DHD_ERROR(("%s: SMMU initialize\n", __FUNCTION__)); in dhdpcie_smmu_init() 262 DHD_ERROR(("%s : get SMMU start address 0x%x, size 0x%x\n", in dhdpcie_smmu_init() 273 DHD_ERROR(("%s: Invalid smmu iova len %d\n", in dhdpcie_smmu_init() 278 DHD_ERROR(("%s : SMMU init start\n", __FUNCTION__)); in dhdpcie_smmu_init() 282 DHD_ERROR(("%s: create mapping failed, err = %d\n", in dhdpcie_smmu_init() 291 DHD_ERROR(("%s: set atomic_ctx attribute failed, err = %d\n", in dhdpcie_smmu_init() 299 DHD_ERROR(("%s: set s1_bypass attribute failed, err = %d\n", in dhdpcie_smmu_init() 306 DHD_ERROR(("%s: attach device failed, err = %d\n", in dhdpcie_smmu_init() 357 DHD_ERROR(("%s: Bus not IDLE!! dhd_bus_busy_state = 0x%x\n", in dhdpcie_pm_suspend() 456 DHD_ERROR(("%s: Bus not IDLE!! dhd_bus_busy_state = 0x%x\n", in dhdpcie_pci_suspend() [all …]
|