Lines Matching defs:state
65 * Capture timestamp before entering a low power state.
77 * Capture timestamp after exiting a low power state.
89 * Calculate the residency for the given level and power state
96 plat_local_state_t state;
112 state = state_info->pwr_domain_state[PSCI_CPU_PWR_LVL];
113 if (is_local_state_off(state) != 0) {
116 assert(is_local_state_retn(state) == 1);
137 * The PSCI generic code uses this API to let the platform participate in state
140 * and returns the coordinated target power state that the domain should
141 * enter. A platform assigns a number to a local power state. This default
143 * increasing depth of the power state i.e. for two power states X & Y, if X < Y
144 * then X represents a shallower power state than Y. As a result, the
145 * coordinated target local power state for a power domain will be the minimum