Searched refs:active_ifaces (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
D | pm.c | 78 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()
|
D | pcie_bus.c | 501 bool keep_radio_on, active_ifaces; in wil6210_suspend() local 506 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_suspend() 508 keep_radio_on = active_ifaces && wil->keep_radio_on_during_sleep; in wil6210_suspend() 536 bool keep_radio_on, active_ifaces; in wil6210_resume() local 541 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_resume() 543 keep_radio_on = active_ifaces && wil->keep_radio_on_during_sleep; in wil6210_resume()
|