Home
last modified time | relevance | path

Searched refs:icnss_pr_dbg (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/platform/icnss2/
H A Dpower.c126 icnss_pr_dbg("Optional regulator %s doesn't exist: %d\n", in icnss_get_vreg_single()
144 icnss_pr_dbg("Got regulator config, prop: %s, len: %d\n", in icnss_get_vreg_single()
148 icnss_pr_dbg("Property %s %s, use default\n", prop_name, in icnss_get_vreg_single()
174 icnss_pr_dbg("Property %s, ignoring value at %d\n", in icnss_get_vreg_single()
181icnss_pr_dbg("Got regulator: %s, min_uv: %u, max_uv: %u, load_ua: %u, delay_us: %u, need_unvote: %… in icnss_get_vreg_single()
197 icnss_pr_dbg("Regulator %s is already enabled\n", in icnss_vreg_on_single()
202 icnss_pr_dbg("Regulator %s is being enabled\n", vreg->cfg.name); in icnss_vreg_on_single()
250 icnss_pr_dbg("Regulator %s is already disabled\n", in icnss_vreg_unvote_single()
255 icnss_pr_dbg("Removing vote for Regulator %s\n", vreg->cfg.name); in icnss_vreg_unvote_single()
280 icnss_pr_dbg("Regulator %s is already disabled\n", in icnss_vreg_off_single()
[all …]
H A Dqmi.c96 icnss_pr_dbg("Sending MSA mem info, state: 0x%lx\n", priv->state); in wlfw_msa_mem_info_send_sync_msg()
145 icnss_pr_dbg("Receive mem_region_info_len: %d\n", in wlfw_msa_mem_info_send_sync_msg()
166 icnss_pr_dbg("Received out of range Addr: 0x%llx Size: 0x%x\n", in wlfw_msa_mem_info_send_sync_msg()
179 icnss_pr_dbg("Memory Region: %d Addr: 0x%llx Size: 0x%x Flag: 0x%08x\n", in wlfw_msa_mem_info_send_sync_msg()
208 icnss_pr_dbg("Sending MSA ready request message, state: 0x%lx\n", in wlfw_msa_ready_send_sync_msg()
279 icnss_pr_dbg("Sending Device Info request message, state: 0x%lx\n", in wlfw_device_info_send_msg()
385 icnss_pr_dbg("Sending power save mode: %d, state: 0x%lx\n", in wlfw_power_save_send_msg()
525 icnss_pr_dbg("Sending indication register message, state: 0x%lx\n", in wlfw_ind_register_send_sync_msg()
611 icnss_pr_dbg("WLFW already registered\n"); in wlfw_ind_register_send_sync_msg()
706 icnss_pr_dbg("Sending target capability message, state: 0x%lx\n", in wlfw_cap_send_sync_msg()
[all …]
H A Dmain.c163 icnss_pr_dbg("Received shutdown indication"); in icnss_sysfs_store()
276 icnss_pr_dbg("Posting event: %s(%d), %s, flags: 0x%x, state: 0x%lx\n", in icnss_driver_event_post()
315 icnss_pr_dbg("Completed event: %s(%d), state: 0x%lx, ret: %d/%d\n", in icnss_driver_event_post()
615 icnss_pr_dbg("smp2p node->name=%s\n", dev_node->name); in register_fw_error_notifications()
635 icnss_pr_dbg("FW force error fatal handler registered irq = %d\n", irq); in register_fw_error_notifications()
654 icnss_pr_dbg("smp2p node->name=%s\n", dev_node->name); in register_early_crash_notifications()
675 icnss_pr_dbg("FW crash indication handler registered irq = %d\n", irq); in register_early_crash_notifications()
691 icnss_pr_dbg("Thermal Sensor is %s\n", tsens); in icnss_get_temperature()
731 icnss_pr_dbg("smp2p node->name=%s\n", dev_node->name); in register_soc_wake_notif()
753 icnss_pr_dbg("FW SOC Wake ACK handler registered irq = %d\n", irq); in register_soc_wake_notif()
[all …]
H A Dgenl.c95 icnss_pr_dbg("type: %u, file_name %s, total_size: %x, seg_id %u, end %u, data_len %u\n", in icnss_genl_send_data()
167 icnss_pr_dbg("type: %u, total_size: %x\n", type, total_size); in icnss_genl_send_msg()
H A Ddebug.h60 #define icnss_pr_dbg(_fmt, ...) do { \ macro