Searched refs:active_only (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/pmdomain/qcom/ |
| A D | rpmpd.c | 55 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 …]
|
| A D | rpmhpd.c | 51 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, 677 if (pd->active_only) in to_active_sleep()
|
| /linux/sound/pci/emu10k1/ |
| A D | emu10k1_callback.c | 27 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/ |
| A D | clk-rpm.c | 49 .active_only = true, \ 90 const bool active_only; member 164 if (r->active_only) in to_active_sleep()
|
| 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()
|
| /linux/drivers/gpu/drm/ |
| A D | drm_atomic_helper.c | 2743 bool active_only = flags & DRM_PLANE_COMMIT_ACTIVE_ONLY; in drm_atomic_helper_commit_planes() local 2754 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes() 2772 if (active_only) { in drm_atomic_helper_commit_planes() 2817 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
|
| /linux/net/mac80211/ |
| A D | util.c | 752 bool active_only = iter_flags & IEEE80211_IFACE_ITER_ACTIVE; in __iterate_interfaces() local 768 active_only && !(sdata->flags & IEEE80211_SDATA_IN_DRIVER)) in __iterate_interfaces() 773 if (ieee80211_sdata_running(sdata) || !active_only) in __iterate_interfaces() 782 (iter_flags & IEEE80211_IFACE_ITER_RESUME_ALL || !active_only || in __iterate_interfaces()
|
Completed in 35 milliseconds