Lines Matching refs:local
169 Defines the local power state corresponding to the deepest power down
170 possible at every power domain level in the platform. The local power
173 value to initialize the local power states of the power domain nodes and
178 Defines the local power state corresponding to the deepest retention state
181 PSCI implementation to distinguish between retention and power down local
186 Defines the maximum number of local power states per power domain level
188 most platforms just support a maximum of two local power states at each
190 account for more local power states, then it must redefine this macro.
2910 array of local power states where each index corresponds to a power domain
2911 level. Each entry contains the local power state the power domain at that power
2984 a pointer to an array of platform specific local power state ``states`` (second
2993 that the platform assigns a local state value in order of increasing depth
2996 coordinated target local power state for a power domain will be the minimum
2997 of the requested local power state values.
3071 The ``target_state`` encodes the platform coordinated target local power states
3074 For this handler, the local power state for the CPU power domain will be a
3087 The ``target_state`` encodes the platform coordinated target local power states
3089 needs to perform power management operation corresponding to the local state
3092 For this handler, the local power state for the CPU power domain will be a
3135 target local power states for the CPU power domain and its parent
3137 corresponding to the local state at each power level. The generic code
3171 invoked outside the PSCI locks, the actions performed in this hook must be local
3176 operation and it encodes the platform coordinated target local power states for
3256 specific local states. If the ``power_state`` is invalid, the platform must
3274 domain level specific local states to suspend to system affinity level. The
3286 supports more than two local power states at each power domain level, that is
3288 local power states.
3297 level specific local states are to be extracted from ``power_state`` and be
3306 This function can also be used in case the platform wants to support local
3997 contains those C library definitions required by the local implementation. If
3999 added to the local implementation.