Home
last modified time | relevance | path

Searched refs:wil_dbg_pm (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dpm.c49 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 …]
Dpcie_bus.c505 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()
Dwmi.c3151 wil_dbg_pm(wil, "device rejected the suspend, %s\n", in wmi_suspend()
3210 wil_dbg_pm(wil, "device resume %s, resume triggers:%s (0x%x)\n", in wmi_resume()
3434 wil_dbg_pm(wil, "Pending WMI events in queue\n"); in wil_is_wmi_idle()
3440 wil_dbg_pm(wil, "Pending WMI call\n"); in wil_is_wmi_idle()
3448 wil_dbg_pm(wil, "Pending WMI mbox events\n"); in wil_is_wmi_idle()
Dcfg80211.c2456 wil_dbg_pm(wil, "trying to suspend while suspended\n"); in wil_cfg80211_suspend()
2464 wil_dbg_pm(wil, "suspending\n"); in wil_cfg80211_suspend()
2481 wil_dbg_pm(wil, "resuming\n"); in wil_cfg80211_resume()
Dwil6210.h1118 #define wil_dbg_pm(wil, fmt, arg...) wil_dbg(wil, "DBG[ PM ]" fmt, ##arg) macro
Dtxrx.c88 wil_dbg_pm(wil, in wil_is_tx_idle()