Home
last modified time | relevance | path

Searched refs:wil_has_active_ifaces (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/wil6210/
H A Dpm.c94 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_can_suspend()
320 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_suspend_radio_off()
367 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_resume_radio_off()
H A Dnetdev.c33 bool wil_has_active_ifaces(struct wil6210_priv *wil, bool up, bool ok) in wil_has_active_ifaces() function
411 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_add()
497 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_remove()
H A Dpcie_bus.c508 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_suspend()
543 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_resume()
H A Dwil6210.h1212 bool wil_has_active_ifaces(struct wil6210_priv *wil, bool up, bool ok);
H A Ddebugfs.c2258 if (wil_has_active_ifaces(wil, true, false)) { in wil_compressed_rx_status_write()