Home
last modified time | relevance | path

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

/linux-6.15/drivers/pmdomain/qcom/
H A Drpmpd.c55 const bool active_only; member
86 .active_only = true,
104 .active_only = true,
122 .active_only = true,
140 .active_only = true,
158 .active_only = true,
176 .active_only = true,
243 .active_only = true,
315 .active_only = true,
334 .active_only = true,
[all …]
H A Drpmhpd.c51 const bool active_only; member
84 .active_only = true,
99 .active_only = true,
134 .active_only = true,
149 .active_only = true,
169 .active_only = true,
184 .active_only = true,
764 if (pd->active_only) in to_active_sleep()
/linux-6.15/sound/pci/emu10k1/
H A Demu10k1_callback.c27 struct best_voice *best, int active_only);
211 struct best_voice *best, int active_only) in lookup_voices() argument
233 if (active_only) in lookup_voices()
/linux-6.15/drivers/clk/qcom/
H A Dclk-rpm.c50 .active_only = true, \
91 const bool active_only; member
165 if (r->active_only) in to_active_sleep()
H A Dclk-smd-rpm.c43 .active_only = true, \
87 .active_only = true, \
166 const bool active_only; member
250 if (r->active_only) in to_active_sleep()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_atomic_helper.c2781 bool active_only = flags & DRM_PLANE_COMMIT_ACTIVE_ONLY; in drm_atomic_helper_commit_planes() local
2792 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
2810 if (active_only) { in drm_atomic_helper_commit_planes()
2855 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
/linux-6.15/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c2023 const struct vop2_regs_dump *dump, bool active_only) in vop2_regs_print() argument
2029 if (dump->en_mask && active_only) { in vop2_regs_print()
2047 static void __vop2_regs_dump(struct seq_file *s, bool active_only) in __vop2_regs_dump() argument
2063 vop2_regs_print(vop2, s, dump, active_only); in __vop2_regs_dump()
/linux-6.15/net/mac80211/
H A Dutil.c738 bool active_only = iter_flags & IEEE80211_IFACE_ITER_ACTIVE; in __iterate_interfaces() local
755 active_only && !(sdata->flags & IEEE80211_SDATA_IN_DRIVER)) in __iterate_interfaces()
760 if (ieee80211_sdata_running(sdata) || !active_only) in __iterate_interfaces()
769 (iter_flags & IEEE80211_IFACE_ITER_RESUME_ALL || !active_only || in __iterate_interfaces()