Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Drpmhpd.c48 const bool active_only; member
102 .active_only = true,
117 .active_only = true,
151 .active_only = true,
242 if (pd->active_only) in to_active_sleep()
H A Drpmpd.c53 .active_only = true, \
100 const bool active_only; member
261 if (pd->active_only) in to_active_sleep()
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dclk-rpm.c42 .active_only = true, \
80 .active_only = true, \
120 .active_only = true, \
139 const bool active_only; member
214 if (r->active_only) in to_active_sleep()
H A Dclk-smd-rpm.c50 .active_only = true, \
84 .active_only = true, \
126 const bool active_only; member
214 if (r->active_only) in to_active_sleep()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demu10k1_callback.c27 struct best_voice *best, int active_only);
209 struct best_voice *best, int active_only) in lookup_voices() argument
231 if (active_only) in lookup_voices()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_atomic_helper.c2506 bool active_only = flags & DRM_PLANE_COMMIT_ACTIVE_ONLY; in drm_atomic_helper_commit_planes() local
2517 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
2535 if (active_only) { in drm_atomic_helper_commit_planes()
2575 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dutil.c772 bool active_only = iter_flags & IEEE80211_IFACE_ITER_ACTIVE; in __iterate_interfaces() local
786 active_only && !(sdata->flags & IEEE80211_SDATA_IN_DRIVER)) in __iterate_interfaces()
791 if (ieee80211_sdata_running(sdata) || !active_only) in __iterate_interfaces()
800 (iter_flags & IEEE80211_IFACE_ITER_RESUME_ALL || !active_only || in __iterate_interfaces()