Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/soc/qcom/
Drpmhpd.c47 const bool active_only; member
100 .active_only = true,
115 .active_only = true,
161 .active_only = true,
213 .active_only = true,
330 if (pd->active_only) in to_active_sleep()
Drpmpd.c55 .active_only = true, \
102 const bool active_only; member
420 if (pd->active_only) in to_active_sleep()
/Linux-v5.15/sound/pci/emu10k1/
Demu10k1_callback.c27 struct best_voice *best, int active_only);
210 struct best_voice *best, int active_only) in lookup_voices() argument
232 if (active_only) in lookup_voices()
/Linux-v5.15/drivers/clk/qcom/
Dclk-rpm.c42 .active_only = true, \
83 const bool active_only; member
158 if (r->active_only) in to_active_sleep()
Dclk-smd-rpm.c53 .active_only = true, \
93 .active_only = true, \
138 const bool active_only; member
226 if (r->active_only) in to_active_sleep()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_atomic_helper.c2495 bool active_only = flags & DRM_PLANE_COMMIT_ACTIVE_ONLY; in drm_atomic_helper_commit_planes() local
2506 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
2524 if (active_only) { in drm_atomic_helper_commit_planes()
2564 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
/Linux-v5.15/net/mac80211/
Dutil.c773 bool active_only = iter_flags & IEEE80211_IFACE_ITER_ACTIVE; in __iterate_interfaces() local
787 active_only && !(sdata->flags & IEEE80211_SDATA_IN_DRIVER)) in __iterate_interfaces()
792 if (ieee80211_sdata_running(sdata) || !active_only) in __iterate_interfaces()
801 (iter_flags & IEEE80211_IFACE_ITER_RESUME_ALL || !active_only || in __iterate_interfaces()