Home
last modified time | relevance | path

Searched refs:is_runtime (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c498 static int wil6210_suspend(struct device *dev, bool is_runtime) in wil6210_suspend() argument
505 wil_dbg_pm(wil, "suspend: %s\n", is_runtime ? "runtime" : "system"); in wil6210_suspend()
512 rc = wil_can_suspend(wil, is_runtime); in wil6210_suspend()
516 rc = wil_suspend(wil, is_runtime, keep_radio_on); in wil6210_suspend()
533 static int wil6210_resume(struct device *dev, bool is_runtime) in wil6210_resume() argument
540 wil_dbg_pm(wil, "resume: %s\n", is_runtime ? "runtime" : "system"); in wil6210_resume()
553 rc = wil_resume(wil, is_runtime, keep_radio_on); in wil6210_resume()
H A Dwil6210.h1401 int wil_can_suspend(struct wil6210_priv *wil, bool is_runtime);
1402 int wil_suspend(struct wil6210_priv *wil, bool is_runtime, bool keep_radio_on);
1403 int wil_resume(struct wil6210_priv *wil, bool is_runtime, bool keep_radio_on);