Home
last modified time | relevance | path

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

/Linux-v5.4/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()
313 bool active_ifaces; in wil_suspend_radio_off() local
331 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_suspend_radio_off()
334 if (active_ifaces) { in wil_suspend_radio_off()
368 bool active_ifaces; in wil_resume_radio_off() local
378 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_resume_radio_off()
380 if (active_ifaces) in wil_resume_radio_off()
Dpcie_bus.c512 bool keep_radio_on, active_ifaces; in wil6210_suspend() local
517 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_suspend()
519 keep_radio_on = active_ifaces && wil->keep_radio_on_during_sleep; in wil6210_suspend()
547 bool keep_radio_on, active_ifaces; in wil6210_resume() local
552 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_resume()
554 keep_radio_on = active_ifaces && wil->keep_radio_on_during_sleep; in wil6210_resume()