Searched refs:wil_has_active_ifaces (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
D | pm.c | 105 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_can_suspend() 331 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_suspend_radio_off() 378 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil_resume_radio_off()
|
D | netdev.c | 44 bool wil_has_active_ifaces(struct wil6210_priv *wil, bool up, bool ok) in wil_has_active_ifaces() function 422 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_add() 503 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_remove()
|
D | pcie_bus.c | 517 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_suspend() 552 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_resume()
|
D | wil6210.h | 1219 bool wil_has_active_ifaces(struct wil6210_priv *wil, bool up, bool ok);
|
D | debugfs.c | 2307 if (wil_has_active_ifaces(wil, true, false)) { in wil_compressed_rx_status_write()
|
D | cfg80211.c | 861 if (vif->mid != 0 && wil_has_active_ifaces(wil, true, false)) { in wil_cfg80211_change_iface()
|