/kernel/linux/linux-6.6/drivers/pmdomain/qcom/ |
H A D | rpmpd.c | 52 const bool active_only; member 84 .active_only = true, 102 .active_only = true, 120 .active_only = true, 138 .active_only = true, 156 .active_only = true, 235 .active_only = true, 254 .active_only = true, 272 .active_only = true, 290 .active_only [all...] |
H A D | rpmhpd.c | 30 * @active_only: True if it represents an Active only peer 49 const bool active_only; member 81 .active_only = true, 96 .active_only = true, 131 .active_only = true, 146 .active_only = true, 166 .active_only = true, 180 .active_only = true, 596 if (pd->active_only) in to_active_sleep()
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | rpmhpd.c | 30 * @active_only: True if it represents an Active only peer 48 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 D | rpmpd.c | 53 .active_only = true, \ 100 const bool active_only; member 261 if (pd->active_only) in to_active_sleep()
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-rpm.c | 42 .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 D | clk-smd-rpm.c | 50 .active_only = true, \ 84 .active_only = true, \ 126 const bool active_only; member 214 if (r->active_only) in to_active_sleep()
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | clk-rpm.c | 49 .active_only = true, \ 90 const bool active_only; member 165 if (r->active_only) in to_active_sleep()
|
H A D | clk-smd-rpm.c | 42 .active_only = true, \ 86 .active_only = true, \ 165 const bool active_only; member 249 if (r->active_only) in to_active_sleep()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 27 struct best_voice *best, int active_only); 211 struct best_voice *best, int active_only) in lookup_voices() 233 if (active_only) in lookup_voices() 210 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw, struct best_voice *best, int active_only) lookup_voices() argument
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 27 struct best_voice *best, int active_only); 209 struct best_voice *best, int active_only) in lookup_voices() 231 if (active_only) in lookup_voices() 208 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw, struct best_voice *best, int active_only) lookup_voices() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 2515 bool active_only = flags & DRM_PLANE_COMMIT_ACTIVE_ONLY; in drm_atomic_helper_commit_planes() local 2526 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes() 2544 if (active_only) { in drm_atomic_helper_commit_planes() 2584 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 2741 bool active_only = flags & DRM_PLANE_COMMIT_ACTIVE_ONLY; in drm_atomic_helper_commit_planes() local 2752 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes() 2770 if (active_only) { in drm_atomic_helper_commit_planes() 2815 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | util.c | 772 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()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | util.c | 746 bool active_only = iter_flags & IEEE80211_IFACE_ITER_ACTIVE; in __iterate_interfaces() local 760 active_only && !(sdata->flags & IEEE80211_SDATA_IN_DRIVER)) in __iterate_interfaces() 765 if (ieee80211_sdata_running(sdata) || !active_only) in __iterate_interfaces() 774 (iter_flags & IEEE80211_IFACE_ITER_RESUME_ALL || !active_only || in __iterate_interfaces()
|