Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dpm.c89 bool active_ifaces; in wil_can_suspend() local
105 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_can_suspend()
108 if (!active_ifaces) { in wil_can_suspend()
310 bool active_ifaces; in wil_suspend_radio_off() local
325 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_suspend_radio_off()
328 if (active_ifaces) { in wil_suspend_radio_off()
362 bool active_ifaces; in wil_resume_radio_off() local
372 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_resume_radio_off()
374 if (active_ifaces) in wil_resume_radio_off()
Dpcie_bus.c510 bool keep_radio_on, active_ifaces; in wil6210_suspend() local
515 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_suspend()
517 keep_radio_on = active_ifaces && wil->keep_radio_on_during_sleep; in wil6210_suspend()
545 bool keep_radio_on, active_ifaces; in wil6210_resume() local
550 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_resume()
552 keep_radio_on = active_ifaces && wil->keep_radio_on_during_sleep; in wil6210_resume()