Searched refs:active_only (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/soc/qcom/ |
D | rpmhpd.c | 48 const bool active_only; member 79 .active_only = true, 94 .active_only = true, 129 .active_only = true, 144 .active_only = true, 164 .active_only = true, 178 .active_only = true, 473 if (pd->active_only) in to_active_sleep()
|
D | rpmpd.c | 56 .active_only = true, \ 103 const bool active_only; member 524 if (pd->active_only) in to_active_sleep()
|
/linux-6.1.9/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 27 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-6.1.9/drivers/clk/qcom/ |
D | clk-rpm.c | 50 .active_only = true, \ 91 const bool active_only; member 166 if (r->active_only) in to_active_sleep()
|
D | clk-smd-rpm.c | 52 .active_only = true, \ 92 .active_only = true, \ 138 const bool active_only; member 220 if (r->active_only) in to_active_sleep()
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 2642 bool active_only = flags & DRM_PLANE_COMMIT_ACTIVE_ONLY; in drm_atomic_helper_commit_planes() local 2653 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes() 2671 if (active_only) { in drm_atomic_helper_commit_planes() 2711 if (active_only && !new_crtc_state->active) in drm_atomic_helper_commit_planes()
|
/linux-6.1.9/net/mac80211/ |
D | util.c | 768 bool active_only = iter_flags & IEEE80211_IFACE_ITER_ACTIVE; in __iterate_interfaces() local 782 active_only && !(sdata->flags & IEEE80211_SDATA_IN_DRIVER)) in __iterate_interfaces() 787 if (ieee80211_sdata_running(sdata) || !active_only) in __iterate_interfaces() 796 (iter_flags & IEEE80211_IFACE_ITER_RESUME_ALL || !active_only || in __iterate_interfaces()
|