Home
last modified time | relevance | path

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

/linux/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/drivers/clk/qcom/
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/drivers/gpu/drm/
H A Ddrm_atomic_helper.c2905 bool active_only = flags & DRM_PLANE_COMMIT_ACTIVE_ONLY; in drm_atomic_helper_commit_planes() local
2916 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
2934 if (active_only) { in drm_atomic_helper_commit_planes()
2979 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c2021 const struct vop2_regs_dump *dump, bool active_only) in vop2_regs_print() argument
2027 if (dump->en_mask && active_only) { in vop2_regs_print()
2045 static void __vop2_regs_dump(struct seq_file *s, bool active_only) in __vop2_regs_dump() argument
2061 vop2_regs_print(vop2, s, dump, active_only); in __vop2_regs_dump()