Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A 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()
490 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_remove() local
514 if (any_active && vif->mid != 0) in wil_vif_remove()
/openbmc/linux/sound/soc/samsung/
H A Di2s.c222 static inline bool any_active(struct i2s_dai *i2s) in any_active() function
536 (any_active(i2s) && in i2s_set_sysclk()
563 if (!any_active(i2s)) { in i2s_set_sysclk()
708 if (any_active(i2s) && in i2s_set_fmt()
843 if (!any_active(i2s) && (priv->quirks & QUIRK_NEED_RSTCLR)) in i2s_startup()
913 if (any_active(i2s) && (get_rfs(i2s) != rfs || get_bfs(i2s) != bfs)) { in config_setup()
1002 if ((any_active(i2s) && div && (get_bfs(i2s) != div)) in i2s_set_clkdiv()