Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_callback.c40 struct best_voice *best, int active_only);
222 struct best_voice *best, int active_only) in lookup_voices() argument
244 if (active_only) in lookup_voices()
/linux-4.4.14/include/drm/
Ddrm_atomic_helper.h61 bool active_only);
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic_helper.c1214 bool active_only) in drm_atomic_helper_commit_planes() argument
1230 if (active_only && !crtc->state->active) in drm_atomic_helper_commit_planes()
1247 if (active_only) { in drm_atomic_helper_commit_planes()
1278 if (active_only && !crtc->state->active) in drm_atomic_helper_commit_planes()
/linux-4.4.14/net/mac80211/
Dutil.c592 bool active_only = iter_flags & IEEE80211_IFACE_ITER_ACTIVE; in __iterate_interfaces() local
606 active_only && !(sdata->flags & IEEE80211_SDATA_IN_DRIVER)) in __iterate_interfaces()
608 if (ieee80211_sdata_running(sdata) || !active_only) in __iterate_interfaces()
617 (iter_flags & IEEE80211_IFACE_ITER_RESUME_ALL || !active_only || in __iterate_interfaces()