Searched refs:active_ifaces (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | pm.c | 89 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()
|
D | pcie_bus.c | 510 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()
|