Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dnetdev.c420 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_add() local
430 if (any_active && vif->mid != 0) { in wil_vif_add()
439 if (any_active && vif->mid != 0) in wil_vif_add()
501 bool any_active = wil_has_active_ifaces(wil, true, false); in wil_vif_remove() local
525 if (any_active && vif->mid != 0) in wil_vif_remove()
/Linux-v4.19/sound/soc/samsung/
Di2s.c198 static inline bool any_active(struct i2s_dai *i2s) in any_active() function
501 (any_active(i2s) && in i2s_set_sysclk()
528 if (!any_active(i2s)) { in i2s_set_sysclk()
680 if (any_active(i2s) && in i2s_set_fmt()
807 if (!any_active(i2s) && (i2s->quirks & QUIRK_NEED_RSTCLR)) in i2s_startup()
875 if (any_active(i2s) && (get_rfs(i2s) != rfs || get_bfs(i2s) != bfs)) { in config_setup()
961 if ((any_active(i2s) && div && (get_bfs(i2s) != div)) in i2s_set_clkdiv()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_context.c610 bool any_active = false; in engine_has_kernel_context_barrier() local
620 any_active = true; in engine_has_kernel_context_barrier()
649 if (any_active) in engine_has_kernel_context_barrier()