Home
last modified time | relevance | path

Searched refs:any_active (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dnetdev.c411 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_add() local
421 if (any_active && vif->mid != 0) { in wil_vif_add()
430 if (any_active && vif->mid != 0) in wil_vif_add()
492 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_remove() local
516 if (any_active && vif->mid != 0) in wil_vif_remove()
/kernel/linux/linux-5.10/sound/soc/samsung/
Di2s.c214 static inline bool any_active(struct i2s_dai *i2s) in any_active() function
528 (any_active(i2s) && in i2s_set_sysclk()
555 if (!any_active(i2s)) { in i2s_set_sysclk()
700 if (any_active(i2s) && in i2s_set_fmt()
835 if (!any_active(i2s) && (priv->quirks & QUIRK_NEED_RSTCLR)) in i2s_startup()
905 if (any_active(i2s) && (get_rfs(i2s) != rfs || get_bfs(i2s) != bfs)) { in config_setup()
987 if ((any_active(i2s) && div && (get_bfs(i2s) != div)) in i2s_set_clkdiv()