Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dpm.c60 wil_dbg_pm(wil, "Sniffer\n"); in wil_can_suspend_vif()
67 wil_dbg_pm(wil, "Delay suspend when connecting\n"); in wil_can_suspend_vif()
71 wil_dbg_pm(wil, "STA-like interface\n"); in wil_can_suspend_vif()
77 wil_dbg_pm(wil, "AP-like interface\n"); in wil_can_suspend_vif()
91 wil_dbg_pm(wil, "can_suspend: %s\n", is_runtime ? "runtime" : "system"); in wil_can_suspend()
94 wil_dbg_pm(wil, "Deny any suspend - %s mode\n", in wil_can_suspend()
110 wil_dbg_pm(wil, "Interface is down\n"); in wil_can_suspend()
114 wil_dbg_pm(wil, "Delay suspend when resetting\n"); in wil_can_suspend()
119 wil_dbg_pm(wil, "Delay suspend during recovery\n"); in wil_can_suspend()
140 wil_dbg_pm(wil, "can_suspend: %s => %s (%d)\n", in wil_can_suspend()
[all …]
Dpcie_bus.c514 wil_dbg_pm(wil, "suspend: %s\n", is_runtime ? "runtime" : "system"); in wil6210_suspend()
549 wil_dbg_pm(wil, "resume: %s\n", is_runtime ? "runtime" : "system"); in wil6210_resume()
589 wil_dbg_pm(wil, "pm_notify: mode (%ld)\n", mode); in wil6210_pm_notify()
612 wil_dbg_pm(wil, "unhandled notify mode %ld\n", mode); in wil6210_pm_notify()
616 wil_dbg_pm(wil, "notification mode %ld: rc (%d)\n", mode, rc); in wil6210_pm_notify()
635 wil_dbg_pm(wil, "Runtime idle\n"); in wil6210_pm_runtime_idle()
651 wil_dbg_pm(wil, "trying to suspend while suspended\n"); in wil6210_pm_runtime_suspend()
Dwmi.c3132 wil_dbg_pm(wil, "device rejected the suspend, %s\n", in wmi_suspend()
3191 wil_dbg_pm(wil, "device resume %s, resume triggers:%s (0x%x)\n", in wmi_resume()
3415 wil_dbg_pm(wil, "Pending WMI events in queue\n"); in wil_is_wmi_idle()
3421 wil_dbg_pm(wil, "Pending WMI call\n"); in wil_is_wmi_idle()
3429 wil_dbg_pm(wil, "Pending WMI mbox events\n"); in wil_is_wmi_idle()
Dcfg80211.c2443 wil_dbg_pm(wil, "trying to suspend while suspended\n"); in wil_cfg80211_suspend()
2451 wil_dbg_pm(wil, "suspending\n"); in wil_cfg80211_suspend()
2468 wil_dbg_pm(wil, "resuming\n"); in wil_cfg80211_resume()
Dwil6210.h1125 #define wil_dbg_pm(wil, fmt, arg...) wil_dbg(wil, "DBG[ PM ]" fmt, ##arg) macro
Dtxrx.c98 wil_dbg_pm(wil, in wil_is_tx_idle()