Searched refs:active_only (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/sound/pci/emu10k1/
H A Demu10k1_callback.c40 struct best_voice *best, int active_only);
222 struct best_voice *best, int active_only) lookup_voices()
244 if (active_only) lookup_voices()
221 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw, struct best_voice *best, int active_only) lookup_voices() argument
/linux-4.4.14/include/drm/
H A Ddrm_atomic_helper.h61 bool active_only);
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_atomic_helper.c1182 * @active_only: Only commit on active CRTC if set
1202 * Unless otherwise needed, drivers are advised to set the @active_only
1208 * The drm_atomic_helper_commit() default implementation only sets @active_only
1214 bool active_only) drm_atomic_helper_commit_planes()
1230 if (active_only && !crtc->state->active) for_each_crtc_in_state()
1247 if (active_only) { for_each_plane_in_state()
1278 if (active_only && !crtc->state->active) for_each_crtc_in_state()
1212 drm_atomic_helper_commit_planes(struct drm_device *dev, struct drm_atomic_state *old_state, bool active_only) drm_atomic_helper_commit_planes() argument
/linux-4.4.14/net/mac80211/
H A Dutil.c592 bool active_only = iter_flags & IEEE80211_IFACE_ITER_ACTIVE; __iterate_interfaces() local
606 active_only && !(sdata->flags & IEEE80211_SDATA_IN_DRIVER)) __iterate_interfaces()
608 if (ieee80211_sdata_running(sdata) || !active_only) __iterate_interfaces()
617 (iter_flags & IEEE80211_IFACE_ITER_RESUME_ALL || !active_only || __iterate_interfaces()

Completed in 182 milliseconds