Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dpm.c24 wil_dbg_pm(wil, "%s(%s)\n", __func__, in wil_can_suspend()
34 wil_dbg_pm(wil, "AP-like interface\n"); in wil_can_suspend()
39 wil_dbg_pm(wil, "%s(%s) => %s (%d)\n", __func__, in wil_can_suspend()
50 wil_dbg_pm(wil, "%s(%s)\n", __func__, in wil_suspend()
66 wil_dbg_pm(wil, "%s(%s) => %d\n", __func__, in wil_suspend()
76 wil_dbg_pm(wil, "%s(%s)\n", __func__, in wil_resume()
95 wil_dbg_pm(wil, "%s(%s) => %d\n", __func__, in wil_resume()
Dpcie_bus.c271 wil_dbg_pm(wil, "%s(%s)\n", __func__, in wil6210_suspend()
298 wil_dbg_pm(wil, "%s(%s)\n", __func__, in wil6210_resume()
Dwil6210.h658 #define wil_dbg_pm(wil, fmt, arg...) wil_dbg(wil, "DBG[ PM ]" fmt, ##arg) macro