Searched refs:wil_has_active_ifaces (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | pm.c | 94 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 D | netdev.c | 33 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() 492 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_remove()
|
H A D | pcie_bus.c | 506 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_suspend() 541 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_resume()
|
H A D | wil6210.h | 1210 bool wil_has_active_ifaces(struct wil6210_priv *wil, bool up, bool ok);
|
H A D | debugfs.c | 2290 if (wil_has_active_ifaces(wil, true, false)) { in wil_compressed_rx_status_write()
|
H A D | cfg80211.c | 850 if (vif->mid != 0 && wil_has_active_ifaces(wil, true, false)) { in wil_cfg80211_change_iface()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | pm.c | 94 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 D | netdev.c | 33 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() 490 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_remove()
|
H A D | pcie_bus.c | 508 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 D | wil6210.h | 1212 bool wil_has_active_ifaces(struct wil6210_priv *wil, bool up, bool ok);
|
H A D | debugfs.c | 2258 if (wil_has_active_ifaces(wil, true, false)) { in wil_compressed_rx_status_write()
|
H A D | cfg80211.c | 874 if (vif->mid != 0 && wil_has_active_ifaces(wil, true, false)) { in wil_cfg80211_change_iface()
|
Completed in 25 milliseconds