Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dpm.c78 bool active_ifaces; in wil_can_suspend() local
94 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_can_suspend()
97 if (!active_ifaces) { in wil_can_suspend()
302 bool active_ifaces; in wil_suspend_radio_off() local
320 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_suspend_radio_off()
323 if (active_ifaces) { in wil_suspend_radio_off()
357 bool active_ifaces; in wil_resume_radio_off() local
367 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_resume_radio_off()
369 if (active_ifaces) in wil_resume_radio_off()
H A Dpcie_bus.c503 bool keep_radio_on, active_ifaces; in wil6210_suspend() local
508 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_suspend()
510 keep_radio_on = active_ifaces && wil->keep_radio_on_during_sleep; in wil6210_suspend()
538 bool keep_radio_on, active_ifaces; in wil6210_resume() local
543 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_resume()
545 keep_radio_on = active_ifaces && wil->keep_radio_on_during_sleep; in wil6210_resume()