Lines Matching defs:index
105 * @index: the index of state to be entered
109 int index)
111 struct omap3_idle_statedata *cx = &omap3_idle_data[index];
153 return index;
160 * @index: Index of currently selected c-state
162 * If the state corresponding to index is valid, index is returned back
164 * still valid (as defined in omap3_power_states[]) and returns its index.
170 struct cpuidle_driver *drv, int index)
172 struct omap3_idle_statedata *cx = &omap3_idle_data[index];
192 return index;
198 for (idx = index - 1; idx >= 0; idx--) {
214 * @index: array index of target state to be programmed
221 int index)
234 new_state_idx = next_valid_state(dev, drv, index);