Searched refs:icnss_pr_err (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/platform/icnss2/ |
H A D | main.c | 281 icnss_pr_err("Invalid Event type: %d, can't post", type); in icnss_driver_event_post() 353 icnss_pr_err("Invalid Event type: %d, can't post", type); in icnss_soc_wake_event_post() 504 icnss_pr_err("Error in SMP2P sent. ret: %d, %s\n", in icnss_send_smp2p() 539 icnss_pr_err("SMP2P Soc Wake timeout msg %d, %s\n", msg_id, in icnss_send_smp2p() 566 icnss_pr_err("Received force error fatal request from FW\n"); in fw_error_fatal_handler() 576 icnss_pr_err("Received early crash indication from FW\n"); in fw_crash_indication_handler() 611 icnss_pr_err("Failed to get smp2p node for force-fatal-error\n"); in register_fw_error_notifications() 621 icnss_pr_err("Unable to get force-fatal-error irq %d\n", in register_fw_error_notifications() 631 icnss_pr_err("Unable to register for error fatal IRQ handler %d ret = %d", in register_fw_error_notifications() 650 icnss_pr_err("Failed to get smp2p node for early-crash-ind\n"); in register_early_crash_notifications() [all …]
|
H A D | qmi.c | 80 icnss_pr_err("fatal: "_fmt, ##__VA_ARGS__); \ 355 icnss_pr_err("Fail to get MHI info address\n"); in wlfw_device_info_send_msg() 474 icnss_pr_err("Fail to init txn for wake msg resp %d\n", in wlfw_send_soc_wake_msg() 485 icnss_pr_err("Fail to send soc wake msg %d\n", ret); in wlfw_send_soc_wake_msg() 748 icnss_pr_err("RF card not present\n"); in wlfw_cap_send_sync_msg() 857 icnss_pr_err("DMS QMI connection not established\n"); in icnss_qmi_get_dms_mac() 866 icnss_pr_err("Failed to initialize txn for dms, err: %d\n", in icnss_qmi_get_dms_mac() 877 icnss_pr_err("Failed to send QMI_DMS_GET_MAC_ADDRESS_REQ_V01, err: %d\n", in icnss_qmi_get_dms_mac() 883 icnss_pr_err("Failed to wait for QMI_DMS_GET_MAC_ADDRESS_RESP_V01, err: %d\n", in icnss_qmi_get_dms_mac() 890 icnss_pr_err("NV MAC address is not provisioned"); in icnss_qmi_get_dms_mac() [all …]
|
H A D | power.c | 122 icnss_pr_err("Regulator %s doesn't exist: %d\n", in icnss_get_vreg_single() 131 icnss_pr_err("Failed to get regulator %s, err = %d\n", in icnss_get_vreg_single() 210 icnss_pr_err("Failed to set voltage for regulator %s, min_uv: %u, max_uv: %u, err = %d\n", in icnss_vreg_on_single() 222 icnss_pr_err("Failed to set load for regulator %s, load: %u, err = %d\n", in icnss_vreg_on_single() 234 icnss_pr_err("Failed to enable regulator %s, err = %d\n", in icnss_vreg_on_single() 260 icnss_pr_err("Failed to set load for regulator %s, err = %d\n", in icnss_vreg_unvote_single() 268 icnss_pr_err("Failed to set voltage for regulator %s, err = %d\n", in icnss_vreg_unvote_single() 290 icnss_pr_err("Failed to disable regulator %s, err = %d\n", in icnss_vreg_off_single() 296 icnss_pr_err("Failed to set load for regulator %s, err = %d\n", in icnss_vreg_off_single() 304 icnss_pr_err("Failed to set voltage for regulator %s, err = %d\n", in icnss_vreg_off_single() [all …]
|
H A D | debug.h | 42 #define icnss_pr_err(_fmt, ...) do { \ macro 83 icnss_pr_err("ASSERT at line %d\n", __LINE__); \ 92 icnss_pr_err("fatal: "_fmt, ##__VA_ARGS__)
|
H A D | genl.c | 147 icnss_pr_err("Fail to send genl msg: %d\n", ret); in icnss_genl_send_data() 151 icnss_pr_err("Fail to generate genl msg: %d\n", ret); in icnss_genl_send_data() 187 icnss_pr_err("fail to send genl data, ret %d\n", ret); in icnss_genl_send_msg() 205 icnss_pr_err("genl_register_family fail: %d\n", ret); in icnss_genl_init()
|
H A D | debug.c | 587 icnss_pr_err("Firmware is not ready yet!, wait for FW READY: state: 0x%lx\n", in icnss_test_mode_fw_test_off() 594 icnss_pr_err("Machine mode is running, can't run test mode: state: 0x%lx\n", in icnss_test_mode_fw_test_off() 601 icnss_pr_err("Test mode not started, state: 0x%lx\n", in icnss_test_mode_fw_test_off() 623 icnss_pr_err("Firmware is not ready yet!, wait for FW READY, state: 0x%lx\n", in icnss_test_mode_fw_test() 630 icnss_pr_err("Machine mode is running, can't run test mode, state: 0x%lx\n", in icnss_test_mode_fw_test() 637 icnss_pr_err("Test mode already started, state: 0x%lx\n", in icnss_test_mode_fw_test() 836 icnss_pr_err("Unable to create debugfs %d\n", ret); in icnss_debugfs_create() 865 icnss_pr_err("Unable to create debugfs %d\n", ret); in icnss_debugfs_create() 887 icnss_pr_err("Unable to create log context\n"); in icnss_debug_init() 892 icnss_pr_err("Unable to create log long context\n"); in icnss_debug_init() [all …]
|