Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/qcom/
Dclk-rpm.c50 .active_only = true, \
88 .active_only = true, \
128 .active_only = true, \
147 const bool active_only; member
222 if (r->active_only) in to_active_sleep()
Dclk-smd-rpm.c58 .active_only = true, \
92 .active_only = true, \
134 const bool active_only; member
222 if (r->active_only) in to_active_sleep()
/Linux-v4.19/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-v4.19/drivers/gpu/drm/
Ddrm_atomic_helper.c2296 bool active_only = flags & DRM_PLANE_COMMIT_ACTIVE_ONLY; in drm_atomic_helper_commit_planes() local
2307 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
2325 if (active_only) { in drm_atomic_helper_commit_planes()
2365 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
/Linux-v4.19/net/mac80211/
Dutil.c597 bool active_only = iter_flags & IEEE80211_IFACE_ITER_ACTIVE; in __iterate_interfaces() local
611 active_only && !(sdata->flags & IEEE80211_SDATA_IN_DRIVER)) in __iterate_interfaces()
613 if (ieee80211_sdata_running(sdata) || !active_only) in __iterate_interfaces()
622 (iter_flags & IEEE80211_IFACE_ITER_RESUME_ALL || !active_only || in __iterate_interfaces()