Home | History | Annotate | Download | only in psci

Lines Matching full:requested

26  * PSCI requested local power state map. This array is used to store the local
27 * power states requested by a CPU for power levels from level 1 to
28 * PLAT_MAX_PWR_LVL. It does not store the requested local power state for power
29 * level 0 (PSCI_CPU_PWR_LVL) as the requested and the target power state for a
33 * local states requested for a particular non cpu power domain by each cpu
36 * TODO: Dense packing of the requested states will cause cache thrashing
37 * when multiple power domains write to it. If we allocate the requested
111 * is valid. If so, it returns the requested states for each power level.
189 * Helper function to update the requested local power state array. This array
190 * does not store the requested state for the CPU power level. Hence an
213 /* Initialize the requested state of all non CPU power domains as OFF */
220 * states requested by each cpu for a power domain at 'pwrlvl'. The size of the
222 * an ancestor. These requested states will be used to determine a suitable
307 * enter. This function will be called after coordination of requested power
352 * affinity info state, target power state and requested power state for the
378 * This function is passed the local power states requested for each power
380 * the target power level (end_pwrlvl). It updates the array of requested power
384 * retrieves the states requested by all the cpus of which the power domain at
388 * coordination is not required. Hence, the requested and the target states are
407 /* For level 0, the requested state will be equivalent
411 requested power state */
415 /* Get the requested power states for this power level */
420 * Let the platform coordinate amongst the requested states at
440 * We update the requested power state from state_info and then
456 * state is requested then no power level is turned off and the highest power
487 * the state requested for lower levels has to be the same or
489 * levels. If this condition is true, then the requested state
600 * This function determines the full entrypoint information for the requested
794 * Set the requested and target state of this CPU and all the higher
990 * PSCI Compatibility helper function to return target affinity level requested