Lines Matching refs:cx
111 struct omap3_idle_statedata *cx = &omap3_idle_data[index]; in omap3_enter_idle() local
118 if (cx->flags & OMAP_CPUIDLE_CX_NO_CLKDM_IDLE) { in omap3_enter_idle()
121 pwrdm_set_next_pwrst(mpu_pd, cx->mpu_state); in omap3_enter_idle()
122 pwrdm_set_next_pwrst(core_pd, cx->core_state); in omap3_enter_idle()
129 if (cx->mpu_state == PWRDM_POWER_OFF) { in omap3_enter_idle()
142 if (cx->mpu_state == PWRDM_POWER_OFF && in omap3_enter_idle()
148 if (cx->flags & OMAP_CPUIDLE_CX_NO_CLKDM_IDLE) in omap3_enter_idle()
172 struct omap3_idle_statedata *cx = &omap3_idle_data[index]; in next_valid_state() local
190 if ((cx->mpu_state >= mpu_deepest_state) && in next_valid_state()
191 (cx->core_state >= core_deepest_state)) in next_valid_state()
199 cx = &omap3_idle_data[idx]; in next_valid_state()
200 if ((cx->mpu_state >= mpu_deepest_state) && in next_valid_state()
201 (cx->core_state >= core_deepest_state)) { in next_valid_state()
225 struct omap3_idle_statedata *cx; in omap3_enter_idle_bm() local
245 cx = &omap3_idle_data[new_state_idx]; in omap3_enter_idle_bm()
249 if (per_next_state < cx->per_min_state) { in omap3_enter_idle_bm()
250 per_next_state = cx->per_min_state; in omap3_enter_idle_bm()