Searched refs:wil_dbg_pm (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/wil6210/ |
D | pm.c | 49 wil_dbg_pm(wil, "Sniffer\n"); in wil_can_suspend_vif() 56 wil_dbg_pm(wil, "Delay suspend when connecting\n"); in wil_can_suspend_vif() 60 wil_dbg_pm(wil, "STA-like interface\n"); in wil_can_suspend_vif() 66 wil_dbg_pm(wil, "AP-like interface\n"); in wil_can_suspend_vif() 80 wil_dbg_pm(wil, "can_suspend: %s\n", is_runtime ? "runtime" : "system"); in wil_can_suspend() 83 wil_dbg_pm(wil, "Deny any suspend - %s mode\n", in wil_can_suspend() 99 wil_dbg_pm(wil, "Interface is down\n"); in wil_can_suspend() 103 wil_dbg_pm(wil, "Delay suspend when resetting\n"); in wil_can_suspend() 108 wil_dbg_pm(wil, "Delay suspend during recovery\n"); in wil_can_suspend() 129 wil_dbg_pm(wil, "can_suspend: %s => %s (%d)\n", in wil_can_suspend() [all …]
|
D | pcie_bus.c | 505 wil_dbg_pm(wil, "suspend: %s\n", is_runtime ? "runtime" : "system"); in wil6210_suspend() 540 wil_dbg_pm(wil, "resume: %s\n", is_runtime ? "runtime" : "system"); in wil6210_resume() 580 wil_dbg_pm(wil, "pm_notify: mode (%ld)\n", mode); in wil6210_pm_notify() 603 wil_dbg_pm(wil, "unhandled notify mode %ld\n", mode); in wil6210_pm_notify() 607 wil_dbg_pm(wil, "notification mode %ld: rc (%d)\n", mode, rc); in wil6210_pm_notify() 625 wil_dbg_pm(wil, "Runtime idle\n"); in wil6210_pm_runtime_idle() 640 wil_dbg_pm(wil, "trying to suspend while suspended\n"); in wil6210_pm_runtime_suspend()
|
D | wmi.c | 3149 wil_dbg_pm(wil, "device rejected the suspend, %s\n", in wmi_suspend() 3208 wil_dbg_pm(wil, "device resume %s, resume triggers:%s (0x%x)\n", in wmi_resume() 3432 wil_dbg_pm(wil, "Pending WMI events in queue\n"); in wil_is_wmi_idle() 3438 wil_dbg_pm(wil, "Pending WMI call\n"); in wil_is_wmi_idle() 3446 wil_dbg_pm(wil, "Pending WMI mbox events\n"); in wil_is_wmi_idle()
|
D | cfg80211.c | 2454 wil_dbg_pm(wil, "trying to suspend while suspended\n"); in wil_cfg80211_suspend() 2462 wil_dbg_pm(wil, "suspending\n"); in wil_cfg80211_suspend() 2479 wil_dbg_pm(wil, "resuming\n"); in wil_cfg80211_resume()
|
D | wil6210.h | 1118 #define wil_dbg_pm(wil, fmt, arg...) wil_dbg(wil, "DBG[ PM ]" fmt, ##arg) macro
|
D | txrx.c | 88 wil_dbg_pm(wil, in wil_is_tx_idle()
|